git: 4bf3daa94dc7 - main - www/myfaces: 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 08:52:06 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4bf3daa94dc7919b19d6d49f5da8b143cda7cb10 commit 4bf3daa94dc7919b19d6d49f5da8b143cda7cb10 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-10-10 08:41:24 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-10-10 08:51:53 +0000 www/myfaces: 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 Released in 2005 and unsupported, upstream is now at 2.2 and higher (4.0 being most recent release) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D32396 --- www/myfaces/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/myfaces/Makefile b/www/myfaces/Makefile index 8724bb69caf5..4438112fb8ba 100644 --- a/www/myfaces/Makefile +++ b/www/myfaces/Makefile @@ -4,7 +4,7 @@ PORTNAME= myfaces PORTVERSION= 1.1.1 PORTREVISION= 2 CATEGORIES= www devel java -MASTER_SITES= APACHE/${PORTNAME}/binaries +MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/binaries/ MAINTAINER= ports@FreeBSD.org COMMENT= Free open source JavaServer(tm) Faces implementation @@ -12,6 +12,9 @@ COMMENT= Free open source JavaServer(tm) Faces implementation LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Unsupported by upstream, released in 2005 +EXPIRATION_DATE=2022-03-31 + USE_JAVA= yes NO_BUILD= yes NO_ARCH= yes