Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2020 13:47:26 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540711 - in head/java/apache-commons-collections: . files
Message-ID:  <202006281347.05SDlQ9Y050207@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Sun Jun 28 13:47:26 2020
New Revision: 540711
URL: https://svnweb.freebsd.org/changeset/ports/540711

Log:
  java/apache-commons-collections:
  - Update to 3.2.2 - the latest release in 3.x series
  - Add LICENSE_FILE
  - Drop now needless dos2unix conversion
  - Rework port description

Added:
  head/java/apache-commons-collections/files/patch-src_conf_MANIFEST.MF   (contents, props changed)
Modified:
  head/java/apache-commons-collections/Makefile
  head/java/apache-commons-collections/distinfo
  head/java/apache-commons-collections/pkg-descr

Modified: head/java/apache-commons-collections/Makefile
==============================================================================
--- head/java/apache-commons-collections/Makefile	Sun Jun 28 13:46:41 2020	(r540710)
+++ head/java/apache-commons-collections/Makefile	Sun Jun 28 13:47:26 2020	(r540711)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	commons-collections
-PORTVERSION=	3.2.1
+PORTVERSION=	3.2.2
 CATEGORIES=	java devel
 MASTER_SITES=	APACHE_COMMONS_SOURCE
 PKGNAMEPREFIX=	apache-
@@ -12,17 +12,15 @@ 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

Modified: head/java/apache-commons-collections/distinfo
==============================================================================
--- head/java/apache-commons-collections/distinfo	Sun Jun 28 13:46:41 2020	(r540710)
+++ head/java/apache-commons-collections/distinfo	Sun Jun 28 13:47:26 2020	(r540711)
@@ -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

Added: head/java/apache-commons-collections/files/patch-src_conf_MANIFEST.MF
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/java/apache-commons-collections/files/patch-src_conf_MANIFEST.MF	Sun Jun 28 13:47:26 2020	(r540711)
@@ -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

Modified: head/java/apache-commons-collections/pkg-descr
==============================================================================
--- head/java/apache-commons-collections/pkg-descr	Sun Jun 28 13:46:41 2020	(r540710)
+++ head/java/apache-commons-collections/pkg-descr	Sun Jun 28 13:47:26 2020	(r540711)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006281347.05SDlQ9Y050207>