aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 19:24:41 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 19:24:45 +0000
commit78210956eab7c35d31dc16819db069d926bb3823 (patch)
tree146376ba2b98e5086d4ee83ce2ff5022ff6064fa /textproc
parent004b168dd0b6fae167ff9e2e0821c59f207e7adb (diff)
downloadports-78210956eab7c35d31dc16819db069d926bb3823.tar.gz
ports-78210956eab7c35d31dc16819db069d926bb3823.zip
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
Diffstat (limited to 'textproc')
-rw-r--r--textproc/apache-poi/Makefile2
1 files changed, 1 insertions, 1 deletions
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}