Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2021 19:39:33 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: b2aa444d1e2c - main - textproc/lucene: Update MASTER_SITES
Message-ID:  <202110111939.19BJdXLL037916@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=b2aa444d1e2c4d0823db591c584e9994509a017b

commit b2aa444d1e2c4d0823db591c584e9994509a017b
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-11 19:32:46 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-11 19:32:50 +0000

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

diff --git a/textproc/lucene/Makefile b/textproc/lucene/Makefile
index b58299102610..f32b78d75df8 100644
--- a/textproc/lucene/Makefile
+++ b/textproc/lucene/Makefile
@@ -5,7 +5,7 @@ PORTVERSION=	3.6.2
 # Be sure to chase devel/openoffice-devel and textproc/py-lucene
 # when updating this
 CATEGORIES=	textproc java devel
-MASTER_SITES=	APACHE/${PORTNAME}/java/${PORTVERSION}
+MASTER_SITES=	https://archive.apache.org/dist/${PORTNAME}/java/${PORTVERSION}/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Full-text search engine for Java



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