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
This commit is contained in:
Daniel Engberg 2021-10-24 21:54:49 +02:00
parent 78004db04a
commit acd30a7124

View file

@ -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