Index: head/java/apache-commons-collections/Makefile =================================================================== --- head/java/apache-commons-collections/Makefile (revision 540710) +++ head/java/apache-commons-collections/Makefile (revision 540711) @@ -1,43 +1,41 @@ # Created by: Ernst de Haan # $FreeBSD$ PORTNAME= commons-collections -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.2 CATEGORIES= java devel MASTER_SITES= APACHE_COMMONS_SOURCE PKGNAMEPREFIX= apache- DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= makc@FreeBSD.org COMMENT= Classes that extend/augment the Java Collections Framework LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= dos2unix - USE_JAVA= yes JAVA_VERSION= 8+ USE_ANT= yes -DOS2UNIX_GLOB= Multi*.java Test*.java ALL_TARGET= jar -PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar -OTHERDOCS= DEVELOPERS-GUIDE.html LICENSE.txt PROPOSAL.html README.txt RELEASE-NOTES.html +PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar +OTHERDOCS= DEVELOPERS-GUIDE.html PROPOSAL.html README.txt RELEASE-NOTES.txt PORTDOCS= apidocs ${OTHERDOCS} OPTIONS_DEFINE= DOCS DOCS_ALL_TARGET= javadoc do-install: @${MKDIR} ${STAGEDIR}${JAVAJARDIR} ${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar \ ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/build/docs && \ ${COPYTREE_SHARE} apidocs ${STAGEDIR}${DOCSDIR}) ${INSTALL_DATA} ${OTHERDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/java/apache-commons-collections/distinfo =================================================================== --- head/java/apache-commons-collections/distinfo (revision 540710) +++ head/java/apache-commons-collections/distinfo (revision 540711) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570206793 -SHA256 (commons-collections-3.2.1-src.tar.gz) = 9a4a800cb7ecdaf3b6f608cd608682b88b506f1b1c4b727d15471ae3329fc63d -SIZE (commons-collections-3.2.1-src.tar.gz) = 609930 +TIMESTAMP = 1593348160 +SHA256 (commons-collections-3.2.2-src.tar.gz) = 070d94fe77969d8949bd129a618e6a7bee6b83b5b5db3ef3f983395a5428b914 +SIZE (commons-collections-3.2.2-src.tar.gz) = 630693 Index: head/java/apache-commons-collections/files/patch-src_conf_MANIFEST.MF =================================================================== --- head/java/apache-commons-collections/files/patch-src_conf_MANIFEST.MF (nonexistent) +++ head/java/apache-commons-collections/files/patch-src_conf_MANIFEST.MF (revision 540711) @@ -0,0 +1,15 @@ +--- src/conf/MANIFEST.MF.orig 2020-06-28 13:06:28 UTC ++++ src/conf/MANIFEST.MF +@@ -0,0 +1,12 @@ ++Manifest-Version: 1.0 ++Package: org.apache.commons.collections ++Extension-Name: commons-collections ++Specification-Version: @version@ ++Specification-Vendor: Apache Software Foundation ++Specification-Title: Commons Collections ++Implementation-Version: @version@ ++Implementation-Vendor: Apache Software Foundation ++Implementation-Title: Commons Collections ++Implementation-Vendor-Id: org.apache ++X-Compile-Source-JDK: 1.3 ++X-Compile-Target-JDK: 1.3 Property changes on: head/java/apache-commons-collections/files/patch-src_conf_MANIFEST.MF ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/java/apache-commons-collections/pkg-descr =================================================================== --- head/java/apache-commons-collections/pkg-descr (revision 540710) +++ head/java/apache-commons-collections/pkg-descr (revision 540711) @@ -1,11 +1,5 @@ -A suite of classes that extend or augment the Java Collections Framework. +A suite of classes that extend or augment the Java Collections +Framework. Commons-Collections seek to build upon the JDK classes +by providing new interfaces, implementations and utilities. -Commons-Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities. There are many features, -including: - -Special-purpose implementations of Lists and Maps for fast access Adapter -classes from Java1-style containers (arrays, enumerations) to Java 2-style -collections. Methods to test or create typical set-theory properties of -collections such as union, intersection, and closure. - -WWW: http://commons.apache.org/proper/commons-collections/ +WWW: https://commons.apache.org/proper/commons-collections/