git: f12e6de9824e - main - devel/apache-ant: Update MASTER_SITES

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 10 Oct 2021 16:40:12 UTC
The branch main has been updated by diizzy:

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

commit f12e6de9824e9a9f18540e032b1b7d2e11de10fb
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-10 16:01:50 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-10 16:39:24 +0000

    devel/apache-ant: 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/D32405
---
 devel/apache-ant/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile
index d20fbbb8b1ea..2815368bbbca 100644
--- a/devel/apache-ant/Makefile
+++ b/devel/apache-ant/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	apache-ant
 DISTVERSION=	1.10.8
 CATEGORIES=	devel java
-MASTER_SITES=	APACHE/ant/binaries/:bin \
+MASTER_SITES=	https://archive.apache.org/dist/ant/binaries/:bin \
 		LOCAL/hq:man
 DISTFILES=	${ANT_DISTFILE}:bin \
 		${MANPAGE_DISTFILE}:man
@@ -33,7 +33,7 @@ READMES=	LICENSE README WHATSNEW
 
 .if ${PORT_OPTIONS:MDOCS}
 DISTFILES+=	${PORTNAME}-${DISTVERSION}-manual.tar.bz2:doc
-MASTER_SITES+=	APACHE/ant/manual/:doc
+MASTER_SITES+=	https://archive.apache.org/dist/ant/manual/:doc
 PORTDOCS=	*
 .endif