git: d855245db6c5 - main - textproc/xerces-j: Update MASTER_SITES

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

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

commit d855245db6c5d0f7bc4bf79f17b188bb4e210f21
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-11 18:43:17 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-11 18:43:22 +0000

    textproc/xerces-j: 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/D32414
---
 textproc/xerces-j/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile
index fc5f0798392f..7e5d78e36292 100644
--- a/textproc/xerces-j/Makefile
+++ b/textproc/xerces-j/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	xerces-j
 PORTVERSION=	2.12.0
 CATEGORIES=	textproc java
-MASTER_SITES=	APACHE/xerces/j
+MASTER_SITES=	https://archive.apache.org/dist/xerces/j/binaries/
 DISTNAME=	Xerces-J-bin.${PORTVERSION}
 
 MAINTAINER=	ale@FreeBSD.org