Date: Sun, 10 Oct 2021 16:40:18 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: d41ec0545c41 - main - devel/avalon-framework: Update MASTER_SITES, deprecate and set expiration date to 2022-03-31 Message-ID: <202110101640.19AGeIHT083456@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=d41ec0545c414265f0774a3fd36e62e3cac6d67e commit d41ec0545c414265f0774a3fd36e62e3cac6d67e Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-10-10 16:21:26 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-10-10 16:39:26 +0000 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 --- devel/avalon-framework/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110101640.19AGeIHT083456>