git: cb45ee126b35 - main - devel/apache-commons-daemon: Update MASTER_SITES

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Mon, 11 Oct 2021 18:58:12 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cb45ee126b359e3b202393baa37c336632dc8eb5

commit cb45ee126b359e3b202393baa37c336632dc8eb5
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-11 18:56:28 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-11 18:56:31 +0000

    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
---
 devel/apache-commons-daemon/Makefile | 5 +++--
 1 file 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