Upgrade to version 0.5 and fix WWW tag.

This commit is contained in:
Jimmy Olgeni 2011-07-01 18:38:11 +00:00
parent 400150681e
commit a78ddbcedd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276802
3 changed files with 8 additions and 7 deletions

View file

@ -6,12 +6,12 @@
# #
PORTNAME= commons-discovery PORTNAME= commons-discovery
PORTVERSION= 0.4 PORTVERSION= 0.5
PORTREVISION= 2
CATEGORIES= java devel CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_BINARIES} MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_BINARIES}
MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,} MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,}
PKGNAMEPREFIX= jakarta- PKGNAMEPREFIX= jakarta-
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
MAINTAINER= olgeni@FreeBSD.org MAINTAINER= olgeni@FreeBSD.org
COMMENT= A Java library for locating resources (including classes) COMMENT= A Java library for locating resources (including classes)
@ -19,6 +19,7 @@ COMMENT= A Java library for locating resources (including classes)
USE_JAVA= YES USE_JAVA= YES
JAVA_VERSION= 1.3+ JAVA_VERSION= 1.3+
NO_BUILD= YES NO_BUILD= YES
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
PORTDOCS= * PORTDOCS= *
@ -32,8 +33,8 @@ do-install:
@${ECHO_MSG} " [ DONE ]" @${ECHO_MSG} " [ DONE ]"
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${ECHO_MSG} -n ">> Installing documentation..." @${ECHO_MSG} -n ">> Installing documentation..."
@cd ${WRKSRC}/docs && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; @cd ${WRKSRC}/apidocs && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \;
@cd ${WRKSRC}/docs && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; @cd ${WRKSRC}/apidocs && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
@${ECHO_MSG} " [ DONE ]" @${ECHO_MSG} " [ DONE ]"
.endif .endif

View file

@ -1,2 +1,2 @@
SHA256 (commons-discovery-0.4.tar.gz) = 7546de497e88c6fa7b7f933c1b14b54e3e2977d09ed1ffdd890cf27f0fa14889 SHA256 (commons-discovery-0.5-bin.tar.gz) = 05637d67e5025ea37fb2de4ef4f5a5489bcca31555fadadfeb5e59f0481b0204
SIZE (commons-discovery-0.4.tar.gz) = 292757 SIZE (commons-discovery-0.5-bin.tar.gz) = 714772

View file

@ -13,4 +13,4 @@ working within managed environments. These allow configuration and property
overrides without appealing to the global System properties (which are scoped overrides without appealing to the global System properties (which are scoped
across an entire JVM). across an entire JVM).
WWW: http://jakarta.apache.org/commons/discovery/ WWW: http://commons.apache.org/discovery/