git: 1d461adffd10 - main - www/tomcat-native: Update MASTER_SITES

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

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

commit 1d461adffd100b2053a9ef178ac9dcae1f0b783c
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-11 18:49:20 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-11 18:49:28 +0000

    www/tomcat-native: 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/D32419
---
 www/tomcat-native/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/tomcat-native/Makefile b/www/tomcat-native/Makefile
index 08639b1138e1..ffb404e0362c 100644
--- a/www/tomcat-native/Makefile
+++ b/www/tomcat-native/Makefile
@@ -4,7 +4,7 @@ PORTNAME=	tomcat-native
 PORTVERSION=	1.2.24
 PORTREVISION=	1
 CATEGORIES=	www java
-MASTER_SITES=	APACHE/tomcat/tomcat-connectors/native/${PORTVERSION}/source
+MASTER_SITES=	https://archive.apache.org/dist/tomcat/tomcat-connectors/native/${PORTVERSION}/source/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
 MAINTAINER=	ale@FreeBSD.org