Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jan 2011 08:30:27 GMT
From:      Alex Dupre <ale@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/154187: Update devel/apache-ant to 1.8.2 bugfix release
Message-ID:  <201101210830.p0L8URBL087904@freefall.freebsd.org>
Resent-Message-ID: <201101210840.p0L8e7uc097294@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154187
>Category:       ports
>Synopsis:       Update devel/apache-ant to 1.8.2 bugfix release
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 21 08:40:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 8.1-STABLE FreeBSD 8.1-STABLE #2 r215627: Sun Nov 21 13:36:51 UTC 2010 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
Update apache-ant to 1.8.2 release. This release fixes a bug affecting
linux-sun-jdks.
	
>How-To-Repeat:
	
>Fix:

	

--- apache-ant.diff begins here ---
Index: ports/devel/apache-ant/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/apache-ant/Makefile,v
retrieving revision 1.50
diff -u -r1.50 Makefile
--- ports/devel/apache-ant/Makefile	29 Nov 2010 16:09:33 -0000	1.50
+++ ports/devel/apache-ant/Makefile	21 Jan 2011 08:21:03 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	apache-ant
-PORTVERSION=	1.8.1
+PORTVERSION=	1.8.2
 CATEGORIES=	devel java
 MASTER_SITES=	${MASTER_SITE_APACHE:S,%SUBDIR%/,ant/binaries/:bin,} \
 		LOCAL/hq:man
@@ -26,7 +26,7 @@
 MANPAGE_VERSION=	20030908
 USE_BZIP2=	yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.2+
+JAVA_VERSION=	1.4+
 
 NO_BUILD=	YES
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}
Index: ports/devel/apache-ant/distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/apache-ant/distinfo,v
retrieving revision 1.21
diff -u -r1.21 distinfo
--- ports/devel/apache-ant/distinfo	29 Nov 2010 16:09:33 -0000	1.21
+++ ports/devel/apache-ant/distinfo	21 Jan 2011 08:21:03 -0000
@@ -1,4 +1,4 @@
-SHA256 (apache-ant-1.8.1-bin.tar.bz2) = e0c4e1133b0cb80dc4b29fc48f11b8f57e845e16474472f2749625be5cc66ca9
-SIZE (apache-ant-1.8.1-bin.tar.bz2) = 6702817
+SHA256 (apache-ant-1.8.2-bin.tar.bz2) = ecb49f5017807c9320bf19702149328cf4779a01bddca2b6c47e3ebb0e39c9c7
+SIZE (apache-ant-1.8.2-bin.tar.bz2) = 6740047
 SHA256 (apache-ant-manpage-20030908.tgz) = 721981f64fae3577c04c527232edab9bfa0755af08319049cec206584dc8830c
 SIZE (apache-ant-manpage-20030908.tgz) = 9735
Index: ports/devel/apache-ant/pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/apache-ant/pkg-plist,v
retrieving revision 1.27
diff -u -r1.27 pkg-plist
--- ports/devel/apache-ant/pkg-plist	29 Nov 2010 16:09:33 -0000	1.27
+++ ports/devel/apache-ant/pkg-plist	21 Jan 2011 08:21:03 -0000
@@ -49,12 +49,12 @@
 %%DATADIR%%/lib/ant-jsch.pom
 %%DATADIR%%/lib/ant-junit.jar
 %%DATADIR%%/lib/ant-junit.pom
+%%DATADIR%%/lib/ant-junit4.jar
+%%DATADIR%%/lib/ant-junit4.pom
 %%DATADIR%%/lib/ant-launcher.jar
 %%DATADIR%%/lib/ant-launcher.pom
 %%DATADIR%%/lib/ant-netrexx.jar
 %%DATADIR%%/lib/ant-netrexx.pom
-%%DATADIR%%/lib/ant-nodeps.jar
-%%DATADIR%%/lib/ant-nodeps.pom
 %%DATADIR%%/lib/ant-parent.pom
 %%DATADIR%%/lib/ant-swing.jar
 %%DATADIR%%/lib/ant-swing.pom
Index: ports/java/openjdk6/Makefile
===================================================================
RCS file: /home/pcvs/ports/java/openjdk6/Makefile,v
retrieving revision 1.37
diff -u -r1.37 Makefile
--- ports/java/openjdk6/Makefile	18 Jan 2011 19:28:11 -0000	1.37
+++ ports/java/openjdk6/Makefile	21 Jan 2011 08:21:03 -0000
@@ -70,7 +70,7 @@
 
 # do not depend on devel/apache-ant to avoid circular dependency, but
 # use .tar.bz2 distfile to avoid duplicated downloads
-ANTVERSION=	1.8.1
+ANTVERSION=	1.8.2
 ANTFILE=	apache-ant-${ANTVERSION}-bin.tar.bz2
 
 # rely on bsdtar ability to extract .gz, .bz2 and .zip archives
Index: ports/java/openjdk6/distinfo
===================================================================
RCS file: /home/pcvs/ports/java/openjdk6/distinfo,v
retrieving revision 1.16
diff -u -r1.16 distinfo
--- ports/java/openjdk6/distinfo	18 Jan 2011 19:28:11 -0000	1.16
+++ ports/java/openjdk6/distinfo	21 Jan 2011 08:21:03 -0000
@@ -6,8 +6,8 @@
 SIZE (jdk6-jaxws-b20.zip) = 5513069
 SHA256 (jdk6-jaf-b20.zip) = 78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012
 SIZE (jdk6-jaf-b20.zip) = 71243
-SHA256 (apache-ant-1.8.1-bin.tar.bz2) = e0c4e1133b0cb80dc4b29fc48f11b8f57e845e16474472f2749625be5cc66ca9
-SIZE (apache-ant-1.8.1-bin.tar.bz2) = 6702817
+SHA256 (apache-ant-1.8.2-bin.tar.bz2) = ecb49f5017807c9320bf19702149328cf4779a01bddca2b6c47e3ebb0e39c9c7
+SIZE (apache-ant-1.8.2-bin.tar.bz2) = 6740047
 SHA256 (icedtea6-1.9.4.tar.gz) = 2194b59d8c17ad6ff2fb495e10f9e6023993df5f8ce8a3739bf057f6562ef077
 SIZE (icedtea6-1.9.4.tar.gz) = 6501091
 SHA256 (jtreg-4_0-bin-b03-31_mar_2009.zip) = 919b3da574a8bfb96a53d9550a0cb2482dc08df6ce3e7042235e0e9067c832e6
--- apache-ant.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101210830.p0L8URBL087904>