git: b7007af99ecf - main - devel/apache-commons-modeler: Update MASTER_SITES, deprecate and set expiration date to 2022-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Oct 2021 16:40:11 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7007af99ecf7cf9fda0a24854913f39b15e4366 commit b7007af99ecf7cf9fda0a24854913f39b15e4366 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-10-10 15:58:20 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-10-10 16:39:23 +0000 devel/apache-commons-modeler: 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 2013 Reference: https://commons.apache.org/dormant/commons-modeler/ Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32403 --- devel/apache-commons-modeler/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/apache-commons-modeler/Makefile b/devel/apache-commons-modeler/Makefile index f8c4f83e758a..15dda96285e9 100644 --- a/devel/apache-commons-modeler/Makefile +++ b/devel/apache-commons-modeler/Makefile @@ -3,7 +3,7 @@ PORTNAME= commons-modeler PORTVERSION= 2.0.1 CATEGORIES= devel java -MASTER_SITES= APACHE_COMMONS_BINARIES +MASTER_SITES= https://archive.apache.org/dist/commons/modeler/binaries/ PKGNAMEPREFIX= apache- MAINTAINER= ports@FreeBSD.org @@ -11,6 +11,9 @@ COMMENT= Mechanisms to create Model MBeans compatible with JMX specification LICENSE= APACHE20 +DEPRECATED= Abandoned upstream, last release in 2013 +EXPIRATION_DATE=2022-03-31 + USE_JAVA= yes NO_BUILD= yes