Index: head/devel/jakarta-commons-io/Makefile =================================================================== --- head/devel/jakarta-commons-io/Makefile (revision 300076) +++ head/devel/jakarta-commons-io/Makefile (revision 300077) @@ -1,53 +1,53 @@ # Ports collection makefile for: Jakarta Commons IO # Date created: 14 Feb 2006 # Whom: Michael Winking # # $FreeBSD$ # PORTNAME= commons-io -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= devel java MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_SOURCE} MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,} PKGNAMEPREFIX= jakarta- DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= A collection of I/O utilities for Java LICENSE= AL2 BUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit OPTIONS_DEFINE= DOCS ALL_TARGET= dist JAVA_VERSION= 1.6+ MAKE_ARGS= -cp ${JAVALIBDIR}/junit.jar USE_ANT= yes USE_JAVA= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar PORTDOCS= LICENSE.txt NOTICE.txt RELEASE-NOTES.txt apidocs JAR_VERSION= ${PORTNAME}-2.2-SNAPSHOT .include .if ${PORT_OPTIONS:MDOCS} ALL_TARGET+= javadoc .endif do-install: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..." ${INSTALL_DATA} ${WRKSRC}/target/${JAR_VERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar @${ECHO_MSG} " [DONE]" .if ${PORT_OPTIONS:MDOCS} @${ECHO_MSG} -n ">> Installing documentation..." cd ${WRKSRC}/target/ && ${COPYTREE_SHARE} apidocs ${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} LICENSE.txt NOTICE.txt RELEASE-NOTES.txt ${DOCSDIR}/ @${ECHO_MSG} " [DONE]" .endif .include Property changes on: head/devel/jakarta-commons-io/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/devel/jakarta-commons-io/distinfo =================================================================== --- head/devel/jakarta-commons-io/distinfo (revision 300076) +++ head/devel/jakarta-commons-io/distinfo (revision 300077) @@ -1,2 +1,2 @@ -SHA256 (commons-io-2.3-src.tar.gz) = 9e885c72fc56524cf963c39583eeb56370ab879884a8ec63e9674d212a399df3 -SIZE (commons-io-2.3-src.tar.gz) = 324850 +SHA256 (commons-io-2.4-src.tar.gz) = 961c8b41a891933c2d662d8e490667243ac82422668d1ccdd7bfedfdb944bb58 +SIZE (commons-io-2.4-src.tar.gz) = 330961 Property changes on: head/devel/jakarta-commons-io/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property