components/ant/Makefile
branchs11-update
changeset 3849 795cb0b252f8
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
--- a/components/ant/Makefile	Wed Feb 18 12:08:43 2015 -0800
+++ b/components/ant/Makefile	Mon Feb 23 02:07:40 2015 -0800
@@ -20,23 +20,23 @@
 #
 
 #
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		ant
-COMPONENT_VERSION=	1.8.4
+COMPONENT_VERSION=	1.9.3
 COMPONENT_PROJECT_URL=	http://ant.apache.org/
 COMPONENT_SRC_NAME=	apache-ant
 COMPONENT_SRC=		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC)-src.tar.bz2
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:5de65f7ba3f67e436ffffcdc0a73f591d1006e9fb41af8632c1f1f84d4a3e0b1
+    sha256:eb9306e8b8322bb09b78cc3d8e288398f9cb657d76ffc61ee3fb175e786e8365
 COMPONENT_ARCHIVE_URL=	http://archive.apache.org/dist/ant/source/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/ant
 
-TPNO=			6147
+TPNO=			16382
 
 include ../../make-rules/prep.mk
 include ../../make-rules/justmake.mk
@@ -69,6 +69,8 @@
 COMPONENT_TEST_TARGETS =	test
 COMPONENT_TEST_ENV +=		$(ANT_ENV)
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build:	$(BUILD_32)
 
 install: $(INSTALL_32)