mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Update to 1.9 release and stagify.
This commit is contained in:
parent
67d720e341
commit
48bbe1963d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338080
2 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= commons-codec
|
||||
PORTVERSION= 1.8
|
||||
PORTVERSION= 1.9
|
||||
CATEGORIES= java converters
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_SOURCE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,}
|
||||
|
@ -12,7 +12,8 @@ MAINTAINER= ale@FreeBSD.org
|
|||
COMMENT= An implementations of common encoders and decoders
|
||||
|
||||
LICENSE= AL2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
|
@ -24,21 +25,20 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
|
|||
|
||||
PORTDOCS= *
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
@${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/${PORTNAME}.jar..."
|
||||
@${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}-${PORTVERSION}.jar \
|
||||
${JAVAJARDIR}/${PORTNAME}.jar
|
||||
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
|
||||
@${ECHO_MSG} " [DONE]"
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${ECHO_MSG} -n ">> Installing documentation..."
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@cd ${WRKSRC}/dist/docs && ${FIND} api \
|
||||
| ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1
|
||||
| ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR} > /dev/null 2>&1
|
||||
@${INSTALL_DATA} ${WRKSRC}/dist/RELEASE-NOTES.txt \
|
||||
${DOCSDIR}/
|
||||
${STAGEDIR}${DOCSDIR}/
|
||||
@${ECHO_MSG} " [DONE]"
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (commons-codec-1.8-src.tar.gz) = 388397bc09b4086d045906fc19cf10cb091feb3c7c115e644359b8e378d7ed61
|
||||
SIZE (commons-codec-1.8-src.tar.gz) = 299286
|
||||
SHA256 (commons-codec-1.9-src.tar.gz) = 3f5ab7401dd082fc71380b1c86ea17117d030c8a726bb72b681859d7f6c10fa2
|
||||
SIZE (commons-codec-1.9-src.tar.gz) = 301594
|
||||
|
|
Loading…
Add table
Reference in a new issue