git: 78210956eab7 - main - textproc/apache-poi: Update MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Oct 2021 19:39:29 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=78210956eab7c35d31dc16819db069d926bb3823 commit 78210956eab7c35d31dc16819db069d926bb3823 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-10-11 19:24:41 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-10-11 19:24:45 +0000 textproc/apache-poi: 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/D32375 --- textproc/apache-poi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/apache-poi/Makefile b/textproc/apache-poi/Makefile index 6b48eded53c9..2209070a0087 100644 --- a/textproc/apache-poi/Makefile +++ b/textproc/apache-poi/Makefile @@ -3,7 +3,7 @@ PORTNAME= poi PORTVERSION= 4.1.2 CATEGORIES= textproc devel java -MASTER_SITES= APACHE/${PORTNAME}/release/bin +MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/release/bin/ PKGNAMEPREFIX= apache- DISTNAME= ${PORTNAME}-bin-${PORTVERSION}-${RELEASE_DATE}