Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2012 12:51:16 -0700 (PDT)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        java@FreeBSD.org
Subject:   ports/167653: [PATCH] devel/apache-ant: update to 1.8.3
Message-ID:  <201205061951.q46JpGrX060921@misty.eyesbeyond.com>
Resent-Message-ID: <201205062000.q46K0Kls075785@freefall.freebsd.org>

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

>Number:         167653
>Category:       ports
>Synopsis:       [PATCH] devel/apache-ant: update to 1.8.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 06 20:00:19 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Greg Lewis
>Release:        FreeBSD 8.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD misty.eyesbeyond.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Sun Apr 22 09:17:08 PDT 2012
>Description:
- Update to 1.8.3

Port maintainer (java@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:

--- apache-ant-1.8.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /var/fcvs/ports/devel/apache-ant/Makefile,v
retrieving revision 1.54
diff -u -r1.54 Makefile
--- Makefile	9 Jan 2012 15:40:56 -0000	1.54
+++ Makefile	6 May 2012 19:50:18 -0000
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	apache-ant
-PORTVERSION=	1.8.2
-PORTREVISION=	1
+PORTVERSION=	1.8.3
 CATEGORIES=	devel java
 MASTER_SITES=	${MASTER_SITE_APACHE:S,%SUBDIR%/,ant/binaries/:bin,} \
+		${MASTER_SITE_APACHE:S,%SUBDIR%/,ant/manual/:doc,} \
 		LOCAL/hq:man
 DISTFILES=	${ANT_DISTFILE}:bin \
 		${MANPAGE_DISTFILE}:man
@@ -18,10 +18,10 @@
 MAINTAINER=	java@FreeBSD.org
 COMMENT=	Java- and XML-based build tool, conceptually similar to make
 
-RUN_DEPENDS=	classpath:${PORTSDIR}/java/javavmwrapper
-
 LICENSE=	AL2
 
+RUN_DEPENDS=	classpath:${PORTSDIR}/java/javavmwrapper
+
 ANT_DISTFILE=	${PORTNAME}-${PORTVERSION}-bin.tar.bz2
 MANPAGE_DISTFILE=	${PORTNAME}-manpage-${MANPAGE_VERSION}.tgz
 MANPAGE_VERSION=	20030908
@@ -35,6 +35,7 @@
 READMES=	LICENSE README WHATSNEW
 
 .if !defined(NOPORTDOCS)
+DISTFILES+=	${PORTNAME}-${PORTVERSION}-manual.tar.bz2:doc
 PORTDOCS=	*
 .endif
 
@@ -60,8 +61,7 @@
 
 .for d in etc lib
 	@${ECHO_MSG} -n ">> Installing data directory '${d}'..."
-	@cd ${WRKSRC} && ${FIND} ${d} -type d -exec ${MKDIR} ${DATADIR}/\{} \;
-	@cd ${WRKSRC} && ${FIND} ${d} -type f -exec ${INSTALL_DATA} \{} ${DATADIR}/\{} \;
+	@cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR}/
 	@${ECHO_MSG} " [ DONE ]"
 .endfor
 
@@ -78,8 +78,7 @@
 	@${ECHO_MSG} " [ DONE ]"
 
 	@${ECHO_MSG} -n ">> Installing documentation files..."
-	@cd ${WRKSRC}/docs && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/\{} \;
-	@cd ${WRKSRC}/docs && ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \;
+	@cd ${WRKSRC} && ${COPYTREE_SHARE} manual ${DOCSDIR}/
 	@${ECHO_MSG} " [ DONE ]"
 .endif
 
Index: distinfo
===================================================================
RCS file: /var/fcvs/ports/devel/apache-ant/distinfo,v
retrieving revision 1.22
diff -u -r1.22 distinfo
--- distinfo	25 Feb 2011 12:27:48 -0000	1.22
+++ distinfo	6 May 2012 08:28:33 -0000
@@ -1,4 +1,6 @@
-SHA256 (apache-ant-1.8.2-bin.tar.bz2) = ecb49f5017807c9320bf19702149328cf4779a01bddca2b6c47e3ebb0e39c9c7
-SIZE (apache-ant-1.8.2-bin.tar.bz2) = 6740047
+SHA256 (apache-ant-1.8.3-bin.tar.bz2) = 93238e8861acf0ca0546dc4f7c9256e0bf83effbff4afca0ba0aa024d4abd4d1
+SIZE (apache-ant-1.8.3-bin.tar.bz2) = 4254036
 SHA256 (apache-ant-manpage-20030908.tgz) = 721981f64fae3577c04c527232edab9bfa0755af08319049cec206584dc8830c
 SIZE (apache-ant-manpage-20030908.tgz) = 9735
+SHA256 (apache-ant-1.8.3-manual.tar.bz2) = 2402ac2918b6c89cbd56ee826cec3ce0596a2265b5f52daa2bcd1621ea5224e0
+SIZE (apache-ant-1.8.3-manual.tar.bz2) = 1875646
--- apache-ant-1.8.3.patch ends here ---

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



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