git: acd30a7124ec - main - textproc/apache-solr: Update MASTER_SITES

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 24 Oct 2021 20:24:51 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=acd30a7124ecf0d6b4759757a4c9faf94a0f78b0

commit acd30a7124ecf0d6b4759757a4c9faf94a0f78b0
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-24 19:54:49 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-24 19:54:54 +0000

    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
---
 textproc/apache-solr/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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