aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 18:56:28 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 18:56:31 +0000
commitcb45ee126b359e3b202393baa37c336632dc8eb5 (patch)
tree08d25025382c3b23412f9a93e6a21e90135fe356
parent2114ce3114a417d3aea6a9844fa45c9a0f94e9ed (diff)
downloadports-cb45ee126b359e3b202393baa37c336632dc8eb5.tar.gz
ports-cb45ee126b359e3b202393baa37c336632dc8eb5.zip
devel/apache-commons-daemon: Update MASTER_SITES
Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Approved by: ale (port maintainer), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32431
-rw-r--r--devel/apache-commons-daemon/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/apache-commons-daemon/Makefile b/devel/apache-commons-daemon/Makefile
index 19857f41b40e..34aa0952f529 100644
--- a/devel/apache-commons-daemon/Makefile
+++ b/devel/apache-commons-daemon/Makefile
@@ -3,8 +3,9 @@
PORTNAME= commons-daemon
PORTVERSION= 1.2.3
CATEGORIES= devel java
-MASTER_SITES= APACHE_COMMONS_SOURCE:src \
- APACHE_COMMONS_BINARIES:bin
+MASTER_SITES= https://archive.apache.org/dist/commons/daemon/source:src \
+ https://archive.apache.org/dist/commons/daemon/binaries:bin
+
PKGNAMEPREFIX= apache-
DISTFILES= ${PORTNAME}-${PORTVERSION}-native-src${EXTRACT_SUFX}:src \
${PORTNAME}-${PORTVERSION}-bin${EXTRACT_SUFX}:bin