summaryrefslogtreecommitdiffstats
path: root/devel/apache-ant/Makefile
diff options
context:
space:
mode:
authorznerd <znerd@FreeBSD.org>2003-08-14 13:12:07 +0000
committerznerd <znerd@FreeBSD.org>2003-08-14 13:12:07 +0000
commit4c4ef8148d62c4cc71da5da30a3aa87fe5c672ea (patch)
tree18eeeac6ac01f63eacdb8b5390621a27ad42c3db /devel/apache-ant/Makefile
parente0371fa3ebb5458134b3ceab670bd9b09b61fb0f (diff)
downloadFreeBSD-ports-4c4ef8148d62c4cc71da5da30a3aa87fe5c672ea.zip
FreeBSD-ports-4c4ef8148d62c4cc71da5da30a3aa87fe5c672ea.tar.gz
Update to Apache Ant 1.5.4.
This is a minor bugfix release that fixes a problem with the javah task on JDK 1.4.2 and a couple of bugs in the Visual Age for Java intergration tasks. If you don't use javah or VAJ, there is no reason to upgrade. See: http://ant.apache.org/antnews.html
Diffstat (limited to 'devel/apache-ant/Makefile')
-rw-r--r--devel/apache-ant/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile
index 7b406f3..4620366 100644
--- a/devel/apache-ant/Makefile
+++ b/devel/apache-ant/Makefile
@@ -6,14 +6,13 @@
#
PORTNAME= apache-ant
-PORTVERSION= 1.5.3.1
-PORTREVISION= 1
+PORTVERSION= 1.5.4
CATEGORIES= devel java
MASTER_SITES= http://apache.mirror.trueserver.nl/dist/ant/binaries/ \
http://apache.proserve.nl/dist/ant/binaries/ \
http://apache.cs.uu.nl/dist/ant/binaries/ \
http://dist.apache.easynet.nl/ant/binaries/
-DISTNAME= ${PORTNAME}-${ANT_VERSION}-bin
+DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
MAINTAINER= znerd@FreeBSD.org
COMMENT= Java- and XML-based build tool, conceptually similar to make
@@ -26,13 +25,12 @@ PORTDESTDIR= ${PREFIX}/ant
PLIST_SUB+= T=${PORTDESTDIR:S/^${PREFIX}\///}
READMES= LICENSE README WHATSNEW
-ANT_VERSION= 1.5.3-1
DATADIRS= lib
.if !defined(NOPORTDOCS)
DATADIRS+= docs
.endif
-WRKSRC= ${WRKDIR}/${PORTNAME}-${ANT_VERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
do-patch:
@${CP} ${FILESDIR}/ant ${WRKSRC}/bin/ant
OpenPOWER on IntegriCloud