From 46b986ab214b6f15ae3da5c674cf1d7b9cececaa Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Thu, 14 Oct 2021 10:19:04 +0200 Subject: [PATCH] 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 --- java/apache-commons-discovery/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/java/apache-commons-discovery/Makefile b/java/apache-commons-discovery/Makefile index 9097caf7194e..8b5d5ed0d63c 100644 --- a/java/apache-commons-discovery/Makefile +++ b/java/apache-commons-discovery/Makefile @@ -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}