Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Oct 2021 08:52:00 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: 5a70f6880e7b - main - java/apache-commons-primitives: Update MASTER_SITES, deprecate and set expiration date to 2022-03-31
Message-ID:  <202110100852.19A8q03F062136@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=5a70f6880e7b2d94b43e0b6ef18e55d56aafc83b

commit 5a70f6880e7b2d94b43e0b6ef18e55d56aafc83b
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-10 08:28:29 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-10 08:51:52 +0000

    java/apache-commons-primitives: 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 2003
    
    Reference: https://commons.apache.org/dormant/commons-primitives/
    
    Approved by:    tcberner (mentor)
    Differential Revision:  https://reviews.freebsd.org/D32385
---
 java/apache-commons-primitives/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/java/apache-commons-primitives/Makefile b/java/apache-commons-primitives/Makefile
index 1f6c01f5ee1f..8ce4e7360723 100644
--- a/java/apache-commons-primitives/Makefile
+++ b/java/apache-commons-primitives/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	commons-primitives
 PORTVERSION=	1.0
 CATEGORIES=	java
-MASTER_SITES=	APACHE_COMMONS_SOURCE
+MASTER_SITES=	https://archive.apache.org/dist/commons/primitives/source/
 PKGNAMEPREFIX=	apache-
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
@@ -12,6 +12,9 @@ COMMENT=	Library supporting Java primitive types
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Abandoned upstream, last release in 2003
+EXPIRATION_DATE=2022-03-31
+
 USE_JAVA=	yes
 USE_ANT=	yes
 



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