summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ant/.footprint3
-rw-r--r--ant/.md5sum2
-rw-r--r--ant/Pkgfile9
3 files changed, 9 insertions, 5 deletions
diff --git a/ant/.footprint b/ant/.footprint
index 169a3b365..67fb80b4b 100644
--- a/ant/.footprint
+++ b/ant/.footprint
@@ -14,10 +14,12 @@ drwxr-xr-x root/root usr/lib/ant/bin/
-rwxr-xr-x root/root usr/lib/ant/bin/runant.pl
-rwxr-xr-x root/root usr/lib/ant/bin/runant.py
-rw-r--r-- root/root usr/lib/ant/bin/runrc.cmd
+-rw-r--r-- root/root usr/lib/ant/contributors.xml
drwxr-xr-x root/root usr/lib/ant/etc/
-rw-r--r-- root/root usr/lib/ant/etc/ant-bootstrap.jar
-rw-r--r-- root/root usr/lib/ant/etc/changelog.xsl
drwxr-xr-x root/root usr/lib/ant/etc/checkstyle/
+-rw-r--r-- root/root usr/lib/ant/etc/checkstyle/checkstyle-frames-sortby-check.xsl
-rw-r--r-- root/root usr/lib/ant/etc/checkstyle/checkstyle-frames.xsl
-rw-r--r-- root/root usr/lib/ant/etc/checkstyle/checkstyle-text.xsl
-rw-r--r-- root/root usr/lib/ant/etc/checkstyle/checkstyle-xdoc.xsl
@@ -80,3 +82,4 @@ drwxr-xr-x root/root usr/lib/ant/lib/
-rw-r--r-- root/root usr/lib/ant/lib/ant.jar
-rw-r--r-- root/root usr/lib/ant/lib/ant.pom
-rw-r--r-- root/root usr/lib/ant/lib/libraries.properties
+-rw-r--r-- root/root usr/lib/ant/patch.xml
diff --git a/ant/.md5sum b/ant/.md5sum
index 2f4540522..f07623213 100644
--- a/ant/.md5sum
+++ b/ant/.md5sum
@@ -1 +1 @@
-0970452b88c3bccc4bfeaf7cc5b64cd8 apache-ant-1.9.4-bin.tar.bz2
+9a966bfde100aa696f8a32cba03bce21 apache-ant-1.9.6-bin.tar.bz2
diff --git a/ant/Pkgfile b/ant/Pkgfile
index 823505b52..8080e2c3f 100644
--- a/ant/Pkgfile
+++ b/ant/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: jdk
name=ant
-version=1.9.4
+version=1.9.6
release=1
source=(http://www.apache.org/dist/ant/binaries/apache-$name-$version-bin.tar.bz2)
@@ -14,8 +14,9 @@ build() {
install -d $PKG/usr/{bin,lib/ant}
cp -rf * $PKG/usr/lib/ant
ln -sf /usr/lib/ant/bin/ant $PKG/usr/bin/ant
- rm -r $PKG/usr/lib/ant/bin/*.bat
- rm -r $PKG/usr/lib/ant/{KEYS,LICENS*,README,NOTICE,WHATSNEW,INSTALL}
- rm $PKG/usr/lib/ant/lib/README
+ rm $PKG/usr/lib/ant/{CONTRIBUTORS,INSTALL,KEYS}
+ rm $PKG/usr/lib/ant/{LICENS*,NOTICE,README,WHATSNEW}
+ rm $PKG/usr/lib/ant/bin/*.bat
+ rm $PKG/usr/lib/ant/lib/README
rm -r $PKG/usr/lib/ant/manual
}

Generated by cgit