Update to 1.3, pass maintainership to submitter.
Submitted by: Nemo LIU <nemoliu at gmail com>
This commit is contained in:
parent
0c7e5a37d8
commit
8c61a9f5e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184709
2 changed files with 12 additions and 15 deletions
|
@ -1,19 +1,19 @@
|
|||
# Ports collection makefile for: Jakarta Commons IO
|
||||
# Date created: 14 Feb 2006
|
||||
# Whom: Michael Winking <mwfp@foldl.net
|
||||
# Whom: Michael Winking <mwfp@foldl.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= commons-io
|
||||
PORTVERSION= 1.2
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA}
|
||||
MASTER_SITE_SUBDIR= commons/io/source
|
||||
PKGNAMEPREFIX= jakarta-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= nemoliu@gmail.com
|
||||
COMMENT= A collection of I/O utilities for Java
|
||||
|
||||
BUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit
|
||||
|
@ -39,15 +39,12 @@ do-install:
|
|||
@${ECHO_MSG} " [DONE]"
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO_MSG} -n ">> Installing documentation..."
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@cd ${WRKSRC}/build/dist-build/${PORTNAME}-${PORTVERSION} && ${FIND} docs \
|
||||
| ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1
|
||||
@${INSTALL_DATA} ${WRKSRC}/LICENSE.txt \
|
||||
${DOCSDIR}/
|
||||
@${INSTALL_DATA} ${WRKSRC}/NOTICE.txt \
|
||||
${DOCSDIR}/
|
||||
@${INSTALL_DATA} ${WRKSRC}/RELEASE-NOTES.txt \
|
||||
${DOCSDIR}/
|
||||
@cd ${WRKSRC}/build/dist-build/${PORTNAME}-${PORTVERSION} \
|
||||
&& ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \
|
||||
&& ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
|
||||
@${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${DOCSDIR}/
|
||||
@${INSTALL_DATA} ${WRKSRC}/NOTICE.txt ${DOCSDIR}/
|
||||
@${INSTALL_DATA} ${WRKSRC}/RELEASE-NOTES.txt ${DOCSDIR}/
|
||||
@${ECHO_MSG} " [DONE]"
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (commons-io-1.2-src.tar.gz) = d45b0c7c0fae36c3be99df86354d4323
|
||||
SHA256 (commons-io-1.2-src.tar.gz) = 9c9983fed8b5c633b156e429eb7885e70d6268eb23b00c16366702158daf8a22
|
||||
SIZE (commons-io-1.2-src.tar.gz) = 205563
|
||||
MD5 (commons-io-1.3-src.tar.gz) = 1681b8e8bc96693b7fb7983458ed623a
|
||||
SHA256 (commons-io-1.3-src.tar.gz) = 80b6b207f062a65d891f6db453f4b25ad7704a83e75cd8184d4a7d3166aa6035
|
||||
SIZE (commons-io-1.3-src.tar.gz) = 691864
|
||||
|
|
Loading…
Reference in a new issue