Skip to content

Commit

Permalink
java/apache-commons-discovery: Update MASTER_SITES, deprecate and set…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Oct 14, 2021
1 parent ffd5bcc commit 46b986a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion java/apache-commons-discovery/Makefile
Expand Up @@ -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

Expand All @@ -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}
Expand Down

0 comments on commit 46b986a

Please sign in to comment.