Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 08:31:52 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 46b986ab214b - main - java/apache-commons-discovery: Update MASTER_SITES, deprecate and set expiration date to 2022-03-31
Message-ID:  <202110140831.19E8VqTY031173@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=46b986ab214b6f15ae3da5c674cf1d7b9cececaa

commit 46b986ab214b6f15ae3da5c674cf1d7b9cececaa
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-14 08:19:04 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-14 08:30:54 +0000

    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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110140831.19E8VqTY031173>