Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Oct 2021 16:40:20 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 083c1e3c8ec3 - main - textproc/xml-commons: Update MASTER_SITES
Message-ID:  <202110101640.19AGeK9p084485@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

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

commit 083c1e3c8ec33876a9948b468992b6553c71b80e
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-10 16:37:26 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-10 16:39:26 +0000

    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
---
 textproc/xml-commons/Makefile | 6 +++---
 1 file 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110101640.19AGeK9p084485>