diff options
author | wiz <wiz> | 2014-05-02 12:16:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-05-02 12:16:38 +0000 |
commit | 89ace2987379a8391756276a06cff631f7e98dee (patch) | |
tree | f39fa25dcb3fc946fafba6bf8e850611bdf031db /devel | |
parent | ae470313e80edb0ce8e5a90c71a8f5125f1a49a2 (diff) | |
download | pkgsrc-89ace2987379a8391756276a06cff631f7e98dee.tar.gz |
Update to 1.9.3:
Changes from Ant 1.9.2 TO Ant 1.9.3
===================================
Fixed bugs:
-----------
* <parallel> swallowed the status code of nested <fail> tasks.
Bugzilla Report 55539.
* a race condition could make <fixcrlf> tasks of parallel builds to
interfere with each other.
Bugzilla Report 54393.
* <mail>'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 <junit> and <batchtest>
tasks to allow the tasks to skip classes that don't contain tests.
* <filterset> now supports a nested <propertyset> to specify filters.
Bugzilla Report 55794.
* <xslt>'s params can now be typed.
Bugzilla Report 21525.
* build of Mac OS X pkg installer
Bugzilla Report 55899.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/apache-ant/Makefile | 5 | ||||
-rw-r--r-- | devel/apache-ant/PLIST | 4 | ||||
-rw-r--r-- | devel/apache-ant/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
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 |