aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 18:47:20 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 18:48:06 +0000
commit63f99839638df0d3589dee398a835a65c9a1511b (patch)
tree9e2c50748895ec5bd123cffadac0fd542eaa3d08
parent6e565687896d7e8bdbffb730fab138016f993ea4 (diff)
downloadports-63f99839638df0d3589dee398a835a65c9a1511b.tar.gz
ports-63f99839638df0d3589dee398a835a65c9a1511b.zip
security/xml-security: 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/D32418
-rw-r--r--security/xml-security/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/xml-security/Makefile b/security/xml-security/Makefile
index de8c041da171..20f73023f4f9 100644
--- a/security/xml-security/Makefile
+++ b/security/xml-security/Makefile
@@ -4,7 +4,7 @@ PORTNAME= xml-security
DISTVERSION= 1_5_5
PORTREVISION= 1
CATEGORIES= security java
-MASTER_SITES= APACHE/santuario/java-library/${DISTVERSION}
+MASTER_SITES= https://archive.apache.org/dist/santuario/java-library/${DISTVERSION}/
DISTNAME= ${PORTNAME}-src-${DISTVERSION}
MAINTAINER= ale@FreeBSD.org