From 63f99839638df0d3589dee398a835a65c9a1511b Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 11 Oct 2021 20:47:20 +0200 Subject: [PATCH] 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 --- security/xml-security/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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