pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/apache-ant apache-ant: update to 1.10.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07944dc61c65
branches:  trunk
changeset: 343896:07944dc61c65
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 13 12:37:33 2019 +0000

description:
apache-ant: update to 1.10.7.

Changes from Ant 1.10.6 TO Ant 1.10.7
=====================================

Fixed bugs:
-----------

 * FTP still tries checking or entering directories after a timeout
   Bugzilla Report 63454

 * junitlauncher - does not detect failure in @BeforeAll
   Bugzilla Report 63479

 * Error using ant-1.10.6 with jdk8
   Bugzilla Report 63457

 * FTP task no longer duplicates a check for a file being a symlink.
   Bugzilla Report 63259

 * junitlauncher task, when used in fork mode with "<testclasses>",
   used to create the wrong number of listeners per test class. This
   has now been fixed.
   Bugzilla Report 63446

 * The "legacy-xml" junitlauncher task's listener would not include
   @ParameterizedTest testcases in its XML report file. This has now
   been fixed.
   Bugzilla Report 63680

Other changes:
--------------

 * FTP task timeout improvements.
   Bugzilla Reports 63252 and 47414

 * junitlauncher task now supports selecting test classes for execution,
   based on the JUnit 5 tags, through the new "includeTags" and
   "excludeTags" attributes.

 * prefer https over http when building ant itself, and in the ant
   documentation and sources

 * changed the references and Maven coordinates of JavaMail dependency
   to Jakarta Mail and thus javax.mail to jakarta.mail - and upgraded
   the dependency to 1.6.3.

diffstat:

 devel/apache-ant/Makefile |   4 ++--
 devel/apache-ant/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r bc30ba80fae7 -r 07944dc61c65 devel/apache-ant/Makefile
--- a/devel/apache-ant/Makefile Wed Nov 13 12:26:50 2019 +0000
+++ b/devel/apache-ant/Makefile Wed Nov 13 12:37:33 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2019/05/23 19:22:57 rillig Exp $
+# $NetBSD: Makefile,v 1.49 2019/11/13 12:37:33 wiz Exp $
 
-DISTNAME=      apache-ant-1.10.6-bin
+DISTNAME=      apache-ant-1.10.7-bin
 PKGNAME=       ${DISTNAME:S/-bin//}
 CATEGORIES=    devel java
 MASTER_SITES=  ${MASTER_SITE_APACHE:=ant/binaries/}
diff -r bc30ba80fae7 -r 07944dc61c65 devel/apache-ant/distinfo
--- a/devel/apache-ant/distinfo Wed Nov 13 12:26:50 2019 +0000
+++ b/devel/apache-ant/distinfo Wed Nov 13 12:37:33 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.31 2019/05/20 14:57:58 ryoon Exp $
+$NetBSD: distinfo,v 1.32 2019/11/13 12:37:33 wiz Exp $
 
-SHA1 (apache-ant-1.10.6-bin.tar.xz) = 22c1485e260cf02d6db4097e40369f49176c409c
-RMD160 (apache-ant-1.10.6-bin.tar.xz) = 9a356e13a04f673c09752fc3967e72db38d48ebe
-SHA512 (apache-ant-1.10.6-bin.tar.xz) = 3285780184f02814e89d62bcfbb661a5fba2786e0d79dca21daca484d42cde0023b441c6461b70aa8eee8c30a20ec9aa7fb704a4595e7182472e5a232ed6bf89
-Size (apache-ant-1.10.6-bin.tar.xz) = 4983780 bytes
+SHA1 (apache-ant-1.10.7-bin.tar.xz) = 7b231a6ba308af4ac35f19bc5b714aa98de6b37d
+RMD160 (apache-ant-1.10.7-bin.tar.xz) = 9d439a52fea1b98bd2fbf548a26a09a9591fa319
+SHA512 (apache-ant-1.10.7-bin.tar.xz) = 235e5f8ed8487252f6094a925aedcd9c395d3ebd626ee56c575e928c40789bfc548aeb5c345324b354f8de0dda55fb0521d54d71ff470922608848ecdae38f4b
+Size (apache-ant-1.10.7-bin.tar.xz) = 4989904 bytes
 SHA1 (patch-aa) = 5f614ed545c7cca33096af1f4975f7947439286f



Home | Main Index | Thread Index | Old Index