diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2021-10-10 16:21:26 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2021-10-10 16:39:26 +0000 |
commit | d41ec0545c414265f0774a3fd36e62e3cac6d67e (patch) | |
tree | 7a01730b72f91c3210ff9ba101a491cdc5429263 | |
parent | c242ce6f08c68faea4f8b44ed6e343372627cb50 (diff) |
devel/avalon-framework: 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 by upstream in 2010
References:
https://avalon.apache.org/closed.html
http://excalibur.apache.org/
Approved by: makc (port maintainer), arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32415
-rw-r--r-- | devel/avalon-framework/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/avalon-framework/Makefile b/devel/avalon-framework/Makefile index e0e668d5674c..2f6bab3a116a 100644 --- a/devel/avalon-framework/Makefile +++ b/devel/avalon-framework/Makefile @@ -4,11 +4,14 @@ PORTNAME= avalon-framework PORTVERSION= 4.2.0 PORTREVISION= 2 CATEGORIES= devel java -MASTER_SITES= APACHE/avalon/${PORTNAME}/binaries +MASTER_SITES= https://archive.apache.org/dist/avalon/${PORTNAME}/binaries/ MAINTAINER= makc@FreeBSD.org COMMENT= Apache Avalon core framework for component programming +DEPRECATED= Abandoned by upstream in 2010 +EXPIRATION_DATE=2022-03-31 + USE_JAVA= yes NO_BUILD= yes |