1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

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
This commit is contained in:
Daniel Engberg 2021-10-10 18:37:26 +02:00
parent b003c46b15
commit 083c1e3c8e

View File

@ -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