aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 18:43:17 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 18:43:22 +0000
commitd855245db6c5d0f7bc4bf79f17b188bb4e210f21 (patch)
treeb11f74e1c1ed7ef6489ddaadd4724aca9d8c5053
parentaebbed08fcda0f2184a583ae9de0a9437e75a811 (diff)
downloadports-d855245db6c5d0f7bc4bf79f17b188bb4e210f21.tar.gz
ports-d855245db6c5d0f7bc4bf79f17b188bb4e210f21.zip
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
-rw-r--r--textproc/xerces-j/Makefile2
1 files changed, 1 insertions, 1 deletions
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