Index: head/devel/apache-commons-io/Makefile =================================================================== --- head/devel/apache-commons-io/Makefile (revision 537505) +++ head/devel/apache-commons-io/Makefile (revision 537506) @@ -1,42 +1,42 @@ # Created by: Michael Winking # $FreeBSD$ PORTNAME= commons-io -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= devel java MASTER_SITES= APACHE_COMMONS_BINARIES PKGNAMEPREFIX= apache- DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= makc@FreeBSD.org COMMENT= Collection of I/O utilities for Java LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_JAVA= yes NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= ${JAVAJARDIR}/${JARFILE_VER} \ ${JAVAJARDIR}/${JARFILE} PORTDOCS= * JARFILE= ${PORTNAME}.jar JARFILE_VER= ${PORTNAME}-${PORTVERSION}.jar OPTIONS_DEFINE= DOCS do-install: ${INSTALL_DATA} ${WRKSRC}/${JARFILE_VER} ${STAGEDIR}${JAVAJARDIR} ${LN} -sf ${JARFILE_VER} ${STAGEDIR}${JAVAJARDIR}/${JARFILE} do-install-DOCS-on: (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) (cd ${WRKSRC} && ${INSTALL_DATA} NOTICE.txt \ RELEASE-NOTES.txt ${STAGEDIR}${DOCSDIR}) .include Index: head/devel/apache-commons-io/distinfo =================================================================== --- head/devel/apache-commons-io/distinfo (revision 537505) +++ head/devel/apache-commons-io/distinfo (revision 537506) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566334278 -SHA256 (commons-io-2.6-bin.tar.gz) = b6ba5fb49c5f6406dbabec2b77205c032b0b2ade6c217d20a9819a121fdaf3db -SIZE (commons-io-2.6-bin.tar.gz) = 2241513 +TIMESTAMP = 1590957649 +SHA256 (commons-io-2.7-bin.tar.gz) = 9ba1545c0be434a15190b2d93f5589a64233d315f7aa461b42201d1d00c6235f +SIZE (commons-io-2.7-bin.tar.gz) = 3302410 Index: head/devel/apache-commons-io/pkg-descr =================================================================== --- head/devel/apache-commons-io/pkg-descr (revision 537505) +++ head/devel/apache-commons-io/pkg-descr (revision 537506) @@ -1,9 +1,9 @@ Commons IO is a library of utilities to assist with developing IO functionality. There are three main areas included: * Utility classes - with static methods to perform common tasks * Filters - various implementations of file filters * Streams - useful stream, reader and writer implementations -WWW: http://commons.apache.org/proper/commons-io/ +WWW: https://commons.apache.org/proper/commons-io/