Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Oct 2021 20:24:51 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: acd30a7124ec - main - textproc/apache-solr: Update MASTER_SITES
Message-ID:  <202110242024.19OKOp9o001024@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110242024.19OKOp9o001024>