Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2021 19:39:29 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: 78210956eab7 - main - textproc/apache-poi: Update MASTER_SITES
Message-ID:  <202110111939.19BJdTQl037837@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=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}
 



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