From 5a70f6880e7b2d94b43e0b6ef18e55d56aafc83b Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 10 Oct 2021 10:28:29 +0200 Subject: [PATCH] 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