aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 19:30:10 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 19:30:14 +0000
commit194ed3109ebeba1c3b08d09cd887b27d72c58e1e (patch)
tree6e60dd95bcd74fb2c0edb2f6f79fb08ab88cc8eb
parentd8c642e75e9017dea5777f99d251dd17a33580ce (diff)
downloadports-194ed3109ebeba1c3b08d09cd887b27d72c58e1e.tar.gz
ports-194ed3109ebeba1c3b08d09cd887b27d72c58e1e.zip
textproc/lucene5: Update MASTER_SITES
Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32377
-rw-r--r--textproc/lucene5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/lucene5/Makefile b/textproc/lucene5/Makefile
index 41a1b7181b73..fcd0b7b43b1d 100644
--- a/textproc/lucene5/Makefile
+++ b/textproc/lucene5/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lucene
PORTVERSION= 5.5.5
CATEGORIES= textproc java devel
-MASTER_SITES= APACHE/${PORTNAME}/java/${PORTVERSION}
+MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/java/${PORTVERSION}
PKGNAMESUFFIX= 5
MAINTAINER= ports@FreeBSD.org