[Lunar-commits] <moonbase> apache-ant: updated to 1.7.1
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Tue Oct 21 20:46:51 CEST 2008
commit 50c53c857e0fbdb862f0558e6d9923f3b31be8c6
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Tue Oct 21 20:46:51 2008 +0200
apache-ant: updated to 1.7.1
---
devel/apache-ant/BUILD | 5 ++++-
devel/apache-ant/DETAILS | 6 +++---
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/devel/apache-ant/BUILD b/devel/apache-ant/BUILD
index d0da4d3..ae3adcd 100644
--- a/devel/apache-ant/BUILD
+++ b/devel/apache-ant/BUILD
@@ -7,8 +7,11 @@
export JAVA_HOME="/usr/lib/j2sdk${JAVA_VERSION}";
fi
+ # apache-ant build will fail without junit since 1.7.0
+ sedit 's:depends="jars,test-jar":depends="jars":g' build.xml &&
+
prepare_install &&
-
+
./build.sh -Ddist.dir=/usr/share/ant &&
gather_docs TODO WHATSNEW welcome.html &&
for each in ant antRun runant.pl runant.py complete-ant-cmd.pl ; do
diff --git a/devel/apache-ant/DETAILS b/devel/apache-ant/DETAILS
index 8432bb4..4a75cfc 100644
--- a/devel/apache-ant/DETAILS
+++ b/devel/apache-ant/DETAILS
@@ -1,11 +1,11 @@
MODULE=apache-ant
- VERSION=1.6.5
+ VERSION=1.7.1
SOURCE=$MODULE-$VERSION-src.tar.bz2
SOURCE_URL[0]=http://archive.apache.org/dist/ant/source/
- SOURCE_VFY=sha1:08e838c506ee580f5d220401a974c757ea80365d
+ SOURCE_VFY=sha1:8a468d3ce1e84739a78f779770416a8bd502eaf5
WEB_SITE=http://ant.apache.org
ENTERED=20061028
- UPDATED=20061028
+ UPDATED=20081020
SHORT="Java based build tool"
cat << EOF
More information about the Lunar-commits
mailing list