aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 18:49:20 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 18:49:28 +0000
commit1d461adffd100b2053a9ef178ac9dcae1f0b783c (patch)
tree8fc7ba3b0966e2983bbdac02a085857214703aff
parent63f99839638df0d3589dee398a835a65c9a1511b (diff)
downloadports-1d461adffd100b2053a9ef178ac9dcae1f0b783c.tar.gz
ports-1d461adffd100b2053a9ef178ac9dcae1f0b783c.zip
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
-rw-r--r--www/tomcat-native/Makefile2
1 files changed, 1 insertions, 1 deletions
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