diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2021-10-11 21:30:10 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2021-10-11 21:30:14 +0200 |
commit | 194ed3109ebeba1c3b08d09cd887b27d72c58e1e (patch) | |
tree | 6e60dd95bcd74fb2c0edb2f6f79fb08ab88cc8eb | |
parent | d8c642e75e9017dea5777f99d251dd17a33580ce (diff) | |
download | freebsd-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/Makefile | 2 |
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 |