aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-10 16:37:26 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-10 16:39:26 +0000
commit083c1e3c8ec33876a9948b468992b6553c71b80e (patch)
treece112da3099fbeb254ea1cff8d44bc68bea0a58f
parentb003c46b152ac5ddb2f8376786cdb6cc92150f0f (diff)
downloadports-083c1e3c8ec33876a9948b468992b6553c71b80e.tar.gz
ports-083c1e3c8ec33876a9948b468992b6553c71b80e.zip
textproc/xml-commons: Update MASTER_SITES
Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Replace PORTVERSION with DISTVERSION to follow Porters Handbook more closely Approved by: makc (port maintainer), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32432
-rw-r--r--textproc/xml-commons/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/xml-commons/Makefile b/textproc/xml-commons/Makefile
index d48e62f3271b..dae099fdef60 100644
--- a/textproc/xml-commons/Makefile
+++ b/textproc/xml-commons/Makefile
@@ -1,10 +1,10 @@
# Created by: rfarmer@predatorlabs.net
PORTNAME= xml-commons
-PORTVERSION= 1.4.01
+DISTVERSION= 1.4.01
CATEGORIES= textproc java
-MASTER_SITES= APACHE/xml/commons
-DISTNAME= ${PORTNAME}-external-${PORTVERSION}
+MASTER_SITES= APACHE/xerces/${PORTNAME}/binaries
+DISTNAME= ${PORTNAME}-external-${DISTVERSION}
EXTRACT_SUFX= -bin.tar.gz
MAINTAINER= makc@FreeBSD.org