From 89ace2987379a8391756276a06cff631f7e98dee Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 2 May 2014 12:16:38 +0000 Subject: Update to 1.9.3: Changes from Ant 1.9.2 TO Ant 1.9.3 =================================== Fixed bugs: ----------- * swallowed the status code of nested tasks. Bugzilla Report 55539. * a race condition could make tasks of parallel builds to interfere with each other. Bugzilla Report 54393. * 's mailport still didn't work properly when using smtps. Bugzilla Report 49267. * using attributes belonging to the if and unless namespaces made macrodef fail. Bugzilla Report 55885. * Ant 1.8 exec task changes have slowed exec to a crawl Bugzilla Report 54128. * Apt is not available under JDK 1.8 Bugzilla Report 55922. Other changes: -------------- * Documentation fix for if/unless attributes. PR 55359. * tar entries with long link names are now handled the same way as entries with long names. * Addition of 'skipNonTests' attribute to and tasks to allow the tasks to skip classes that don't contain tests. * now supports a nested to specify filters. Bugzilla Report 55794. * 's params can now be typed. Bugzilla Report 21525. * build of Mac OS X pkg installer Bugzilla Report 55899. --- devel/apache-ant/Makefile | 5 ++--- devel/apache-ant/PLIST | 4 +++- devel/apache-ant/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'devel') diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index 67b28dbeb3d..71e8d5b6960 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2013/07/30 14:40:59 tez Exp $ -# +# $NetBSD: Makefile,v 1.35 2014/05/02 12:16:38 wiz Exp $ -DISTNAME= apache-ant-1.9.2-bin +DISTNAME= apache-ant-1.9.3-bin PKGNAME= ${DISTNAME:S/-bin//} CATEGORIES= devel java MASTER_SITES= ${MASTER_SITE_APACHE:=ant/binaries/} diff --git a/devel/apache-ant/PLIST b/devel/apache-ant/PLIST index e0a39704868..d20bdf10e36 100644 --- a/devel/apache-ant/PLIST +++ b/devel/apache-ant/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2013/06/07 15:51:04 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.16 2014/05/02 12:16:38 wiz Exp $ bin/ant bin/antRun lib/java/ant/ant-antlr.jar @@ -605,12 +605,14 @@ share/doc/java/ant/api/org/apache/tools/ant/taskdefs/WhichResource.html share/doc/java/ant/api/org/apache/tools/ant/taskdefs/XSLTLiaison.html share/doc/java/ant/api/org/apache/tools/ant/taskdefs/XSLTLiaison2.html share/doc/java/ant/api/org/apache/tools/ant/taskdefs/XSLTLiaison3.html +share/doc/java/ant/api/org/apache/tools/ant/taskdefs/XSLTLiaison4.html share/doc/java/ant/api/org/apache/tools/ant/taskdefs/XSLTLogger.html share/doc/java/ant/api/org/apache/tools/ant/taskdefs/XSLTLoggerAware.html share/doc/java/ant/api/org/apache/tools/ant/taskdefs/XSLTProcess.Factory.Attribute.html share/doc/java/ant/api/org/apache/tools/ant/taskdefs/XSLTProcess.Factory.html share/doc/java/ant/api/org/apache/tools/ant/taskdefs/XSLTProcess.OutputProperty.html share/doc/java/ant/api/org/apache/tools/ant/taskdefs/XSLTProcess.Param.html +share/doc/java/ant/api/org/apache/tools/ant/taskdefs/XSLTProcess.ParamType.html share/doc/java/ant/api/org/apache/tools/ant/taskdefs/XSLTProcess.TraceConfiguration.html share/doc/java/ant/api/org/apache/tools/ant/taskdefs/XSLTProcess.html share/doc/java/ant/api/org/apache/tools/ant/taskdefs/XmlProperty.html diff --git a/devel/apache-ant/distinfo b/devel/apache-ant/distinfo index 4c13e145e11..c8b0799071a 100644 --- a/devel/apache-ant/distinfo +++ b/devel/apache-ant/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2013/07/30 14:40:59 tez Exp $ +$NetBSD: distinfo,v 1.18 2014/05/02 12:16:38 wiz Exp $ -SHA1 (apache-ant-1.9.2-bin.tar.bz2) = 50cfaaeecee4f88a3ff9de5068fc98e4e9268daf -RMD160 (apache-ant-1.9.2-bin.tar.bz2) = 16bdf0a0dd8f65efe0dea3de4955a3162e561646 -Size (apache-ant-1.9.2-bin.tar.bz2) = 4310740 bytes +SHA1 (apache-ant-1.9.3-bin.tar.bz2) = efcf206e24b0dd1583c501182ad163af277951a4 +RMD160 (apache-ant-1.9.3-bin.tar.bz2) = 872597dcf59d64d7b2d6182ab78912ca3cb5f3a1 +Size (apache-ant-1.9.3-bin.tar.bz2) = 4320310 bytes SHA1 (patch-aa) = 7271790e4c59095db60473b3e559eaed360f233b -- cgit v1.2.3