Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5A9C4A581D for ; Fri, 2 May 2014 12:16:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B041F14A352; Fri, 2 May 2014 12:16:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 84D8214A392 for ; Fri, 2 May 2014 12:16:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id IHMkshQH78Ba for ; Fri, 2 May 2014 12:16:38 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 73CF814A352 for ; Fri, 2 May 2014 12:16:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3700896; Fri, 2 May 2014 12:16:38 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 2 May 2014 12:16:38 +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: <20140502121638.3700896@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Fri May 2 12:16:38 UTC 2014 Modified Files: pkgsrc/devel/apache-ant: Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/apache-ant/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/apache-ant/PLIST cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/apache-ant/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.