aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 19:28:21 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 19:28:25 +0000
commitd8c642e75e9017dea5777f99d251dd17a33580ce (patch)
tree0c76ad43a402ff76f86ec8356455a18a916ce052
parent78210956eab7c35d31dc16819db069d926bb3823 (diff)
downloadports-d8c642e75e9017dea5777f99d251dd17a33580ce.tar.gz
ports-d8c642e75e9017dea5777f99d251dd17a33580ce.zip
textproc/lucene4: 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 2015 and unsupported, upstream is now at 7.X and 8.X Reference: https://lucene.apache.org/core/downloads.html Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32376
-rw-r--r--textproc/lucene4/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/lucene4/Makefile b/textproc/lucene4/Makefile
index 9eab6a686d9b..b4da0be1bd50 100644
--- a/textproc/lucene4/Makefile
+++ b/textproc/lucene4/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lucene
PORTVERSION= 4.10.4
CATEGORIES= textproc java devel
-MASTER_SITES= APACHE/${PORTNAME}/java/${PORTVERSION}
+MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/java/${PORTVERSION}/
PKGNAMESUFFIX= 4
MAINTAINER= ports@FreeBSD.org
@@ -12,6 +12,9 @@ COMMENT= Full-text search engine for Java, 4.x branch
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= Unsupported by upstream, released in 2015
+EXPIRATION_DATE=2022-03-31
+
CONFLICTS= lucene-[0-9].*
USES= cpe tar:tgz