Received: by mail.netbsd.org (Postfix, from userid 605) id A43F184D84; Fri, 17 Jul 2020 23:40:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2B19884D83 for ; Fri, 17 Jul 2020 23:40:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id SMBTvTpTqZFa for ; Fri, 17 Jul 2020 23:40:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 42D5084D65 for ; Fri, 17 Jul 2020 23:40:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4098AFB28; Fri, 17 Jul 2020 23:40:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159502924381860" MIME-Version: 1.0 Date: Fri, 17 Jul 2020 23:40:43 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/apache-ant To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200717234043.4098AFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159502924381860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Jul 17 23:40:43 UTC 2020 Modified Files: pkgsrc/devel/apache-ant: Makefile PLIST distinfo Log Message: apache-ant: update to 1.10.8. Changes from Ant 1.10.7 TO Ant 1.10.8 ===================================== Fixed bugs: ----------- * "legacy-xml" formatter of junitlauncher task wasn't writing out the stacktrace for failures. This is now fixed. Bugzilla Report 63827 * sshexec failed to write output to a file if the file didn't exist * Fixes a regression in javac task involving command line argument files. Bugzilla Report 63874 * sshexec, sshsession and scp now support a new sshConfig parameter. It specified the SSH configuration file (typically ${user.home}/.ssh/config) defining the username and keyfile to be used per host. * "legacy-xml" formatter of junitlauncher task wasn't writing out exceptions that happen in @BeforeAll method of a test. This is now fixed. Bugzilla Report 63850 * Building Ant from source could result in the javadocs target failing if the optional dependencies were missing. This has now been fixed. Bugzilla Report 63438 * Fixes a potential ConcurrentModificationException in XMLLogger. Bugzilla Report 63921 * Fixes a bug in junitlauncher task in forked mode, where if a listener element was used as a sibling element for either the test or testclasses element, then the forked mode launch would fail. Bugzilla Report 63958 * Fixes an issue in AntStructure where an incorrect DTD was being generated. Github Pull Request #116 * Fixes an incorrect variable name usage in junit-frames-xalan1.xsl. Github Pull Request #117 Other changes: -------------- * org.apache.tools.mail.MailMessage will now send a fully qualified domain name in its HELO message. Github Pull Request #101 * The runant.py script should now work with Python 3. Github Pull Request #96 * tstamp task now honors SOURCE_DATE_EPOCH environment variable for reproducible builds (https://reproducible-builds.org/specs/source-date-epoch/#idm55) Bugzilla Report 62617 * rmic has been removed from Java 15. The task will now throw an exception if you try to use it while running Java 15 or newer. * a new property ant.tmpdir provides improved control over the location Ant uses to create temporary files To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/apache-ant/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/apache-ant/PLIST cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/apache-ant/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159502924381860 Content-Disposition: inline Content-Length: 6795 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/apache-ant/Makefile diff -u pkgsrc/devel/apache-ant/Makefile:1.50 pkgsrc/devel/apache-ant/Makefile:1.51 --- pkgsrc/devel/apache-ant/Makefile:1.50 Sat Jan 18 23:30:21 2020 +++ pkgsrc/devel/apache-ant/Makefile Fri Jul 17 23:40:43 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2020/01/18 23:30:21 rillig Exp $ +# $NetBSD: Makefile,v 1.51 2020/07/17 23:40:43 wiz Exp $ -DISTNAME= apache-ant-1.10.7-bin +DISTNAME= apache-ant-1.10.8-bin PKGNAME= ${DISTNAME:S/-bin//} CATEGORIES= devel java MASTER_SITES= ${MASTER_SITE_APACHE:=ant/binaries/} Index: pkgsrc/devel/apache-ant/PLIST diff -u pkgsrc/devel/apache-ant/PLIST:1.25 pkgsrc/devel/apache-ant/PLIST:1.26 --- pkgsrc/devel/apache-ant/PLIST:1.25 Mon May 20 14:57:58 2019 +++ pkgsrc/devel/apache-ant/PLIST Fri Jul 17 23:40:43 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.25 2019/05/20 14:57:58 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.26 2020/07/17 23:40:43 wiz Exp $ bin/ant bin/antRun lib/java/ant/ant-antlr.jar @@ -224,7 +224,6 @@ share/doc/java/ant/WHATSNEW share/doc/java/ant/antexternal.html share/doc/java/ant/anttaskslist.html share/doc/java/ant/api/allclasses-index.html -share/doc/java/ant/api/allclasses.html share/doc/java/ant/api/allpackages-index.html share/doc/java/ant/api/constant-values.html share/doc/java/ant/api/deprecated-list.html @@ -232,34 +231,6 @@ share/doc/java/ant/api/element-list share/doc/java/ant/api/help-doc.html share/doc/java/ant/api/index-all.html share/doc/java/ant/api/index.html -share/doc/java/ant/api/jquery/external/jquery/jquery.js -share/doc/java/ant/api/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png -share/doc/java/ant/api/jquery/images/ui-bg_flat_75_ffffff_40x100.png -share/doc/java/ant/api/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png -share/doc/java/ant/api/jquery/images/ui-bg_glass_65_ffffff_1x400.png -share/doc/java/ant/api/jquery/images/ui-bg_glass_75_dadada_1x400.png -share/doc/java/ant/api/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png -share/doc/java/ant/api/jquery/images/ui-bg_glass_95_fef1ec_1x400.png -share/doc/java/ant/api/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png -share/doc/java/ant/api/jquery/images/ui-icons_222222_256x240.png -share/doc/java/ant/api/jquery/images/ui-icons_2e83ff_256x240.png -share/doc/java/ant/api/jquery/images/ui-icons_454545_256x240.png -share/doc/java/ant/api/jquery/images/ui-icons_888888_256x240.png -share/doc/java/ant/api/jquery/images/ui-icons_cd0a0a_256x240.png -share/doc/java/ant/api/jquery/jquery-3.3.1.js -share/doc/java/ant/api/jquery/jquery-migrate-3.0.1.js -share/doc/java/ant/api/jquery/jquery-ui.css -share/doc/java/ant/api/jquery/jquery-ui.js -share/doc/java/ant/api/jquery/jquery-ui.min.css -share/doc/java/ant/api/jquery/jquery-ui.min.js -share/doc/java/ant/api/jquery/jquery-ui.structure.css -share/doc/java/ant/api/jquery/jquery-ui.structure.min.css -share/doc/java/ant/api/jquery/jszip-utils/dist/jszip-utils-ie.js -share/doc/java/ant/api/jquery/jszip-utils/dist/jszip-utils-ie.min.js -share/doc/java/ant/api/jquery/jszip-utils/dist/jszip-utils.js -share/doc/java/ant/api/jquery/jszip-utils/dist/jszip-utils.min.js -share/doc/java/ant/api/jquery/jszip/dist/jszip.js -share/doc/java/ant/api/jquery/jszip/dist/jszip.min.js share/doc/java/ant/api/member-search-index.js share/doc/java/ant/api/member-search-index.zip share/doc/java/ant/api/org/apache/tools/ant/AntClassLoader.html @@ -1555,10 +1526,36 @@ share/doc/java/ant/api/package-search-in share/doc/java/ant/api/package-search-index.zip share/doc/java/ant/api/resources/glass.png share/doc/java/ant/api/resources/x.png +share/doc/java/ant/api/script-dir/external/jquery/jquery.js +share/doc/java/ant/api/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png +share/doc/java/ant/api/script-dir/images/ui-bg_glass_65_dadada_1x400.png +share/doc/java/ant/api/script-dir/images/ui-bg_glass_75_dadada_1x400.png +share/doc/java/ant/api/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png +share/doc/java/ant/api/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png +share/doc/java/ant/api/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png +share/doc/java/ant/api/script-dir/images/ui-icons_222222_256x240.png +share/doc/java/ant/api/script-dir/images/ui-icons_2e83ff_256x240.png +share/doc/java/ant/api/script-dir/images/ui-icons_454545_256x240.png +share/doc/java/ant/api/script-dir/images/ui-icons_888888_256x240.png +share/doc/java/ant/api/script-dir/images/ui-icons_cd0a0a_256x240.png +share/doc/java/ant/api/script-dir/jquery-3.4.1.js +share/doc/java/ant/api/script-dir/jquery-ui.css +share/doc/java/ant/api/script-dir/jquery-ui.js +share/doc/java/ant/api/script-dir/jquery-ui.min.css +share/doc/java/ant/api/script-dir/jquery-ui.min.js +share/doc/java/ant/api/script-dir/jquery-ui.structure.css +share/doc/java/ant/api/script-dir/jquery-ui.structure.min.css +share/doc/java/ant/api/script-dir/jszip-utils/dist/jszip-utils-ie.js +share/doc/java/ant/api/script-dir/jszip-utils/dist/jszip-utils-ie.min.js +share/doc/java/ant/api/script-dir/jszip-utils/dist/jszip-utils.js +share/doc/java/ant/api/script-dir/jszip-utils/dist/jszip-utils.min.js +share/doc/java/ant/api/script-dir/jszip/dist/jszip.js +share/doc/java/ant/api/script-dir/jszip/dist/jszip.min.js share/doc/java/ant/api/script.js share/doc/java/ant/api/search.js share/doc/java/ant/api/serialized-form.html share/doc/java/ant/api/stylesheet.css +share/doc/java/ant/api/system-properties.html share/doc/java/ant/api/type-search-index.js share/doc/java/ant/api/type-search-index.zip share/doc/java/ant/argumentprocessor.html Index: pkgsrc/devel/apache-ant/distinfo diff -u pkgsrc/devel/apache-ant/distinfo:1.32 pkgsrc/devel/apache-ant/distinfo:1.33 --- pkgsrc/devel/apache-ant/distinfo:1.32 Wed Nov 13 12:37:33 2019 +++ pkgsrc/devel/apache-ant/distinfo Fri Jul 17 23:40:43 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.32 2019/11/13 12:37:33 wiz Exp $ +$NetBSD: distinfo,v 1.33 2020/07/17 23:40:43 wiz Exp $ -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 (apache-ant-1.10.8-bin.tar.xz) = 1b59eee456b5a814ecb1ab51b509c1a7ddd96b92 +RMD160 (apache-ant-1.10.8-bin.tar.xz) = bb83f61036b06c71b37d42bca2bfcbae4a097209 +SHA512 (apache-ant-1.10.8-bin.tar.xz) = b03be67dbda9b45a7838c304db7e6750e4907c6eef51a8de30d929f7e5b0da61b8a82fde2b590a0842acffc0f1098bc6bdfd16664a72c6c6f883990e166acdd4 +Size (apache-ant-1.10.8-bin.tar.xz) = 5011528 bytes SHA1 (patch-aa) = 5f614ed545c7cca33096af1f4975f7947439286f --_----------=_159502924381860--