mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.5 release.
This commit is contained in:
parent
3444b562fb
commit
b4821b237b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272012
2 changed files with 8 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= commons-codec
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= java converters
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_SOURCE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,}
|
||||
|
@ -16,6 +16,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= An implementations of common encoders and decoders
|
||||
|
||||
LICENSE= ASL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.4+
|
||||
USE_ANT= yes
|
||||
|
@ -24,13 +27,11 @@ ALL_TARGET= dist
|
|||
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= RELEASE-NOTES.txt api
|
||||
.endif
|
||||
PORTDOCS= *
|
||||
|
||||
do-install:
|
||||
@${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/${PORTNAME}.jar..."
|
||||
@${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}-${PORTVERSION}.jar \
|
||||
@${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}-${PORTVERSION}-SNAPSHOT.jar \
|
||||
${JAVAJARDIR}/${PORTNAME}.jar
|
||||
@${ECHO_MSG} " [DONE]"
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (commons-codec-1.4-src.tar.gz) = 6deb892bdca68c79ed1a9fe7fb0ac95d1e89ee1e1eb4f40a07144983f1d867e6
|
||||
SIZE (commons-codec-1.4-src.tar.gz) = 176523
|
||||
SHA256 (commons-codec-1.5-src.tar.gz) = 42157b1b37374bb46d4cfd9e886354462da2dde00a58ab1e166ac0891c2752c3
|
||||
SIZE (commons-codec-1.5-src.tar.gz) = 206329
|
||||
|
|
Loading…
Add table
Reference in a new issue