Update to 1.10 release.
This commit is contained in:
parent
67a15a4df7
commit
c276371fc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372389
2 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= commons-codec
|
||||
PORTVERSION= 1.9
|
||||
PORTVERSION= 1.10
|
||||
CATEGORIES= java converters
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_SOURCE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,}
|
||||
|
@ -27,6 +27,9 @@ PORTDOCS= *
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's/1.9-SNAPSHOT/1.10/' ${WRKSRC}/default.properties
|
||||
|
||||
do-install:
|
||||
@${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/${PORTNAME}.jar..."
|
||||
@${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}-${PORTVERSION}.jar \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (commons-codec-1.9-src.tar.gz) = 3f5ab7401dd082fc71380b1c86ea17117d030c8a726bb72b681859d7f6c10fa2
|
||||
SIZE (commons-codec-1.9-src.tar.gz) = 301594
|
||||
SHA256 (commons-codec-1.10-src.tar.gz) = c5e48eacc96b16478ff86c752c113ad6d1eb2991cf895ced431d68e2c17838f1
|
||||
SIZE (commons-codec-1.10-src.tar.gz) = 322874
|
||||
|
|
Loading…
Reference in a new issue