diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2021-10-11 19:32:46 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2021-10-11 19:32:50 +0000 |
commit | b2aa444d1e2c4d0823db591c584e9994509a017b (patch) | |
tree | 6002007e7d276402c62e786384fc728814b0c7b0 /textproc/lucene/Makefile | |
parent | 194ed3109ebeba1c3b08d09cd887b27d72c58e1e (diff) | |
download | ports-b2aa444d1e2c4d0823db591c584e9994509a017b.tar.gz ports-b2aa444d1e2c4d0823db591c584e9994509a017b.zip |
textproc/lucene: 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/D32378
Diffstat (limited to 'textproc/lucene/Makefile')
-rw-r--r-- | textproc/lucene/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/lucene/Makefile b/textproc/lucene/Makefile index b58299102610..f32b78d75df8 100644 --- a/textproc/lucene/Makefile +++ b/textproc/lucene/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 3.6.2 # Be sure to chase devel/openoffice-devel and textproc/py-lucene # when updating this CATEGORIES= textproc java devel -MASTER_SITES= APACHE/${PORTNAME}/java/${PORTVERSION} +MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/java/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Full-text search engine for Java |