git: 194ed3109ebe - main - textproc/lucene5: Update MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Oct 2021 19:39:32 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=194ed3109ebeba1c3b08d09cd887b27d72c58e1e commit 194ed3109ebeba1c3b08d09cd887b27d72c58e1e Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-10-11 19:30:10 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-10-11 19:30:14 +0000 textproc/lucene5: 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/D32377 --- textproc/lucene5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/lucene5/Makefile b/textproc/lucene5/Makefile index 41a1b7181b73..fcd0b7b43b1d 100644 --- a/textproc/lucene5/Makefile +++ b/textproc/lucene5/Makefile @@ -3,7 +3,7 @@ PORTNAME= lucene PORTVERSION= 5.5.5 CATEGORIES= textproc java devel -MASTER_SITES= APACHE/${PORTNAME}/java/${PORTVERSION} +MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/java/${PORTVERSION} PKGNAMESUFFIX= 5 MAINTAINER= ports@FreeBSD.org