Skip to content

Commit

Permalink
java/apache-commons-primitives: Update MASTER_SITES, deprecate and se…
Browse files Browse the repository at this point in the history
…t 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
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Oct 10, 2021
1 parent c7dae18 commit 5a70f68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion java/apache-commons-primitives/Makefile
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 5a70f68

Please sign in to comment.