aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-10 08:41:24 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-10 08:51:53 +0000
commit4bf3daa94dc7919b19d6d49f5da8b143cda7cb10 (patch)
tree3231670598da11b6e3d8547e85346313408e8fda
parent621e3f679da71a21ca6ed477fd36cfffc84c8fd8 (diff)
downloadports-4bf3daa94dc7919b19d6d49f5da8b143cda7cb10.tar.gz
ports-4bf3daa94dc7919b19d6d49f5da8b143cda7cb10.zip
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
-rw-r--r--www/myfaces/Makefile5
1 files changed, 4 insertions, 1 deletions
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