Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2006 23:53:40 +0200 (CEST)
From:      Herve Quiroz <hq@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mwfp@foldl.net
Subject:   ports/97473: [PATCH] devel/jakarta-commons-io: update to 1.2
Message-ID:  <200605182153.k4ILre4c014943@arabica.esil.univ-mrs.fr>
Resent-Message-ID: <200605182200.k4IM0Wt6017321@freefall.freebsd.org>

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

>Number:         97473
>Category:       ports
>Synopsis:       [PATCH] devel/jakarta-commons-io: update to 1.2
>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:   Thu May 18 22:00:32 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Herve Quiroz
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD arabica.esil.univ-mrs.fr 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May  9 17:19:22 CEST
>Description:
- Update to 1.2
- JAVAJARDIR -> JAVALIBDIR

Port maintainer (mwfp@foldl.net) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- jakarta-commons-io-1.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/jakarta-commons-io/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	14 Feb 2006 15:46:38 -0000	1.1
+++ Makefile	18 May 2006 21:53:25 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	commons-io
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 CATEGORIES=	devel java
 MASTER_SITES=	${MASTER_SITE_APACHE_JAKARTA}
 MASTER_SITE_SUBDIR=	commons/io/source
@@ -22,7 +22,7 @@
 JAVA_VERSION=	1.3+
 USE_ANT=	yes
 
-MAKE_ARGS=	-cp ${JAVAJARDIR}/junit.jar
+MAKE_ARGS=	-cp ${JAVALIBDIR}/junit.jar
 ALL_TARGET=	dist
 PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/jakarta-commons-io/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	7 May 2006 12:08:45 -0000	1.2
+++ distinfo	18 May 2006 21:53:25 -0000
@@ -1,3 +1,3 @@
-MD5 (commons-io-1.1-src.tar.gz) = 0a39b54885b86dc42169ffd761caf414
-SHA256 (commons-io-1.1-src.tar.gz) = 375983a026c86afee9b07405a616b3614de3f844b2530d54a5f12c06a666b92c
-SIZE (commons-io-1.1-src.tar.gz) = 197922
+MD5 (commons-io-1.2-src.tar.gz) = d45b0c7c0fae36c3be99df86354d4323
+SHA256 (commons-io-1.2-src.tar.gz) = 9c9983fed8b5c633b156e429eb7885e70d6268eb23b00c16366702158daf8a22
+SIZE (commons-io-1.2-src.tar.gz) = 205563
--- jakarta-commons-io-1.2.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?200605182153.k4ILre4c014943>