From owner-svn-ports-all@freebsd.org Mon Oct 7 22:37:43 2019 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 952D013B479; Mon, 7 Oct 2019 22:37:43 +0000 (UTC) (envelope-from truckman@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) server-signature RSA-PSS (4096 bits) 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 46nFjg3Tzrz4fQF; Mon, 7 Oct 2019 22:37:43 +0000 (UTC) (envelope-from truckman@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 581BF1D794; Mon, 7 Oct 2019 22:37:43 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x97MbhV8065341; Mon, 7 Oct 2019 22:37:43 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x97MbgfN065336; Mon, 7 Oct 2019 22:37:42 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201910072237.x97MbgfN065336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Mon, 7 Oct 2019 22:37:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514004 - in head: . java java/apache-commons-lang3 java/jakarta-commons-lang3 X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: in head: . java java/apache-commons-lang3 java/jakarta-commons-lang3 X-SVN-Commit-Revision: 514004 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.29 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: Mon, 07 Oct 2019 22:37:43 -0000 Author: truckman Date: Mon Oct 7 22:37:41 2019 New Revision: 514004 URL: https://svnweb.freebsd.org/changeset/ports/514004 Log: Rename jakarta-commons-lang3 to apache-commons-lang3 and upgrade to version 3.8.1. Version 3.9 is out, but requires java 8. Update pkg-descr. Added: head/java/apache-commons-lang3/ - copied from r514003, head/java/jakarta-commons-lang3/ Deleted: head/java/jakarta-commons-lang3/ Modified: head/MOVED head/java/Makefile head/java/apache-commons-lang3/Makefile head/java/apache-commons-lang3/distinfo head/java/apache-commons-lang3/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Mon Oct 7 21:47:44 2019 (r514003) +++ head/MOVED Mon Oct 7 22:37:41 2019 (r514004) @@ -10670,7 +10670,6 @@ deskutils/drivel||2018-12-11|Has expired: GNOME 2 appl deskutils/notecase||2018-12-11|Has expired: GNOME 2 application deskutils/gtodo||2018-12-11|Has expired: GNOME 2 application deskutils/gtweakui||2018-12-11|Has expired: GNOME 2 application -deskutils/gnotime||2018-12-11|Has expired: GNOME 2 application deskutils/gruler||2018-12-11|Has expired: GNOME 2 application japanese/gjiten||2018-12-11|Has expired: GNOME 2 application graphics/truevision||2018-12-11|Has expired: GNOME 2 application @@ -13075,3 +13074,4 @@ print/py-fonttools-symfont|print/py-fonttools|2019-10- print/py-fonttools-ufo|print/py-fonttools|2019-10-07|Folded back into main port print/py-fonttools-unicode|print/py-fonttools|2019-10-07|Folded back into main port print/py-fonttools-woff|print/py-fonttools|2019-10-07|Folded back into main port +devel/jakarta-commons-lang3|devel/apache-commons-lang3|2019-10-07|Renamed upstream Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Mon Oct 7 21:47:44 2019 (r514003) +++ head/java/Makefile Mon Oct 7 22:37:41 2019 (r514004) @@ -6,6 +6,7 @@ SUBDIR += apache-commons-cli SUBDIR += apache-commons-collections SUBDIR += apache-commons-lang + SUBDIR += apache-commons-lang3 SUBDIR += apache-commons-logging SUBDIR += apache-commons-primitives SUBDIR += aparapi @@ -48,7 +49,6 @@ SUBDIR += jakarta-commons-dbcp SUBDIR += jakarta-commons-discovery SUBDIR += jakarta-commons-httpclient - SUBDIR += jakarta-commons-lang3 SUBDIR += jakarta-commons-pool SUBDIR += jakarta-oro SUBDIR += jakarta-regexp Modified: head/java/apache-commons-lang3/Makefile ============================================================================== --- head/java/jakarta-commons-lang3/Makefile Mon Oct 7 21:47:44 2019 (r514003) +++ head/java/apache-commons-lang3/Makefile Mon Oct 7 22:37:41 2019 (r514004) @@ -1,14 +1,14 @@ # $FreeBSD$ PORTNAME= commons-lang3 -PORTVERSION= 3.7 +PORTVERSION= 3.8.1 CATEGORIES= java devel MASTER_SITES= APACHE_COMMONS_BINARIES/lang -PKGNAMEPREFIX= jakarta- +PKGNAMEPREFIX= apache- DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= truckman@FreeBSD.org -COMMENT= Jakarta library with helper utilities for the java.lang API +COMMENT= Apache library with helper utilities for the java.lang API LICENSE= APACHE20 Modified: head/java/apache-commons-lang3/distinfo ============================================================================== --- head/java/jakarta-commons-lang3/distinfo Mon Oct 7 21:47:44 2019 (r514003) +++ head/java/apache-commons-lang3/distinfo Mon Oct 7 22:37:41 2019 (r514004) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517215987 -SHA256 (commons-lang3-3.7-bin.tar.gz) = 94dc8289ce90b77b507d9257784d9a43b402786de40c164f6e3990e221a2a4d2 -SIZE (commons-lang3-3.7-bin.tar.gz) = 4176881 +TIMESTAMP = 1570484889 +SHA256 (commons-lang3-3.8.1-bin.tar.gz) = 56fab92fb3e8a84385cac0d579bb85aa0bdb9f26f975a74a73d63edc121e7ff5 +SIZE (commons-lang3-3.8.1-bin.tar.gz) = 5445032 Modified: head/java/apache-commons-lang3/pkg-descr ============================================================================== --- head/java/jakarta-commons-lang3/pkg-descr Mon Oct 7 21:47:44 2019 (r514003) +++ head/java/apache-commons-lang3/pkg-descr Mon Oct 7 22:37:41 2019 (r514004) @@ -1,13 +1,12 @@ The standard Java libraries fail to provide enough methods for -manipulation of its core classes. The Lang Component provides -these extra methods. +manipulation of its core classes. Apache Commons Lang provides these +extra methods. -The Lang Component provides a host of helper utilities for the -java.lang API, notably String manipulation methods, basic -numerical methods, object reflection, creation and serialization, -and System properties. Additionally it contains an inheritable -enum type, an exception structure that supports multiple types of -nested-Exceptions and a series of utlities dedicated to help with +Lang provides a host of helper utilities for the java.lang API, +notably String manipulation methods, basic numerical methods, object +reflection, concurrency, creation and serialization and System +properties. Additionally it contains basic enhancements to +java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals. -WWW: http://jakarta.apache.org/commons/lang/ +WWW: http://commons.apache.org/proper/commons-lang/