pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/apache-ant



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 13 12:37:33 UTC 2019

Modified Files:
        pkgsrc/devel/apache-ant: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/apache-ant/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/apache-ant/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/apache-ant/Makefile
diff -u pkgsrc/devel/apache-ant/Makefile:1.48 pkgsrc/devel/apache-ant/Makefile:1.49
--- pkgsrc/devel/apache-ant/Makefile:1.48       Thu May 23 19:22:57 2019
+++ pkgsrc/devel/apache-ant/Makefile    Wed Nov 13 12:37:33 2019
@@ -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/}

Index: pkgsrc/devel/apache-ant/distinfo
diff -u pkgsrc/devel/apache-ant/distinfo:1.31 pkgsrc/devel/apache-ant/distinfo:1.32
--- pkgsrc/devel/apache-ant/distinfo:1.31       Mon May 20 14:57:58 2019
+++ pkgsrc/devel/apache-ant/distinfo    Wed Nov 13 12:37:33 2019
@@ -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