From owner-svn-ports-all@freebsd.org Sun Jun 28 13:47:27 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9650B34C2FF; Sun, 28 Jun 2020 13:47:27 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49vsPW3VCkz4Q4q; Sun, 28 Jun 2020 13:47:27 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 728CD16E56; Sun, 28 Jun 2020 13:47:27 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05SDlRe8050210; Sun, 28 Jun 2020 13:47:27 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05SDlQ9Y050207; Sun, 28 Jun 2020 13:47:26 GMT (envelope-from makc@FreeBSD.org) Message-Id: <202006281347.05SDlQ9Y050207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Sun, 28 Jun 2020 13:47:26 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: makc X-SVN-Commit-Paths: in head/java/apache-commons-collections: . files X-SVN-Commit-Revision: 540711 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2020 13:47:27 -0000 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/