java/apache-commons-discovery: Update MASTER_SITES, deprecate and set expiration date to 2022-03-31

Use a direct URL to Apache's release archive site as it's not mirrored
by upstream mirror sites
Abandoned upstream, last release in 2006

Reference: https://commons.apache.org/dormant/commons-discovery/

Approved by:	olgeni (port maintainer), rene, arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32425
This commit is contained in:
Daniel Engberg 2021-10-14 10:19:04 +02:00
parent ffd5bccb85
commit 46b986ab21

View File

@ -3,7 +3,7 @@
PORTNAME= commons-discovery
PORTVERSION= 0.5
CATEGORIES= java devel
MASTER_SITES= APACHE_COMMONS_BINARIES
MASTER_SITES= https://archive.apache.org/dist/commons/discovery/binaries/
PKGNAMEPREFIX= apache-
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
@ -12,6 +12,9 @@ COMMENT= Java library for locating resources (including classes)
LICENSE= APACHE20
DEPRECATED= Abandoned upstream, last release in 2006
EXPIRATION_DATE=2022-03-31
USE_JAVA= YES
NO_BUILD= YES
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}