1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
PORTVERSION= 0.4
PORTREVISION= 2
PORTVERSION= 0.5
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_BINARIES}
MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,}
PKGNAMEPREFIX= jakarta-
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
MAINTAINER= olgeni@FreeBSD.org
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
JAVA_VERSION= 1.3+
NO_BUILD= YES
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.if !defined(NOPORTDOCS)
PORTDOCS= *
@ -32,8 +33,8 @@ do-install:
@${ECHO_MSG} " [ DONE ]"
.if !defined(NOPORTDOCS)
@${ECHO_MSG} -n ">> Installing documentation..."
@cd ${WRKSRC}/docs && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \;
@cd ${WRKSRC}/docs && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
@cd ${WRKSRC}/apidocs && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \;
@cd ${WRKSRC}/apidocs && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
@${ECHO_MSG} " [ DONE ]"
.endif

View File

@ -1,2 +1,2 @@
SHA256 (commons-discovery-0.4.tar.gz) = 7546de497e88c6fa7b7f933c1b14b54e3e2977d09ed1ffdd890cf27f0fa14889
SIZE (commons-discovery-0.4.tar.gz) = 292757
SHA256 (commons-discovery-0.5-bin.tar.gz) = 05637d67e5025ea37fb2de4ef4f5a5489bcca31555fadadfeb5e59f0481b0204
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
across an entire JVM).
WWW: http://jakarta.apache.org/commons/discovery/
WWW: http://commons.apache.org/discovery/