summaryrefslogtreecommitdiff
path: root/textproc/apache-solr
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-24 21:54:49 +0200
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-24 21:54:54 +0200
commitacd30a7124ecf0d6b4759757a4c9faf94a0f78b0 (patch)
treecedd43931141ff3388662aae01a1a2a2d86594f6 /textproc/apache-solr
parentwww/py-lektor: add missing dependencies (diff)
textproc/apache-solr: Update MASTER_SITES
Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Approved by: rene (portmgr blanket), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D32614
Diffstat (limited to 'textproc/apache-solr')
-rw-r--r--textproc/apache-solr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/apache-solr/Makefile b/textproc/apache-solr/Makefile
index 5179f76162ad..8fa7e7ff2042 100644
--- a/textproc/apache-solr/Makefile
+++ b/textproc/apache-solr/Makefile
@@ -3,7 +3,7 @@
PORTNAME= apache-solr
PORTVERSION= 8.10.0
CATEGORIES= textproc java
-MASTER_SITES= APACHE/lucene/solr/${PORTVERSION}
+MASTER_SITES= https://archive.apache.org/dist/lucene/solr/${PORTVERSION}/
DISTNAME= solr-${PORTVERSION}
MAINTAINER= mfechner@FreeBSD.org