git: b2aa444d1e2c - main - textproc/lucene: Update MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Oct 2021 19:39:33 UTC
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