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.
This commit is contained in:
Don Lewis 2019-10-07 22:37:41 +00:00
parent 54f61c08be
commit 3bbbcae687
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514004
7 changed files with 20 additions and 21 deletions

2
MOVED
View File

@ -10670,7 +10670,6 @@ deskutils/drivel||2018-12-11|Has expired: GNOME 2 application
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-07|Folded back into main p
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

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1570484889
SHA256 (commons-lang3-3.8.1-bin.tar.gz) = 56fab92fb3e8a84385cac0d579bb85aa0bdb9f26f975a74a73d63edc121e7ff5
SIZE (commons-lang3-3.8.1-bin.tar.gz) = 5445032

View File

@ -0,0 +1,12 @@
The standard Java libraries fail to provide enough methods for
manipulation of its core classes. Apache Commons Lang provides these
extra methods.
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://commons.apache.org/proper/commons-lang/

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1517215987
SHA256 (commons-lang3-3.7-bin.tar.gz) = 94dc8289ce90b77b507d9257784d9a43b402786de40c164f6e3990e221a2a4d2
SIZE (commons-lang3-3.7-bin.tar.gz) = 4176881

View File

@ -1,13 +0,0 @@
The standard Java libraries fail to provide enough methods for
manipulation of its core classes. The Lang Component 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
building methods, such as hashCode, toString and equals.
WWW: http://jakarta.apache.org/commons/lang/