diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2021-10-10 10:28:29 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2021-10-10 10:51:52 +0200 |
commit | 5a70f6880e7b2d94b43e0b6ef18e55d56aafc83b (patch) | |
tree | 38248f30e0899c90502c7287363827de1bf21456 /java/apache-commons-primitives | |
parent | security/lego: Update to 4.5.3 (diff) |
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
Diffstat (limited to 'java/apache-commons-primitives')
-rw-r--r-- | java/apache-commons-primitives/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |