git: 63f99839638d - main - security/xml-security: Update MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Oct 2021 18:58:06 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=63f99839638df0d3589dee398a835a65c9a1511b commit 63f99839638df0d3589dee398a835a65c9a1511b Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-10-11 18:47:20 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-10-11 18:48:06 +0000 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