From f209c47ec8668f00bc031ca5f0f44b4352bb7ebc Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Sun, 23 Jan 2022 22:50:11 +0300 Subject: [PATCH] graphics/xmlgraphics-commons: fix fetch Add archive.apache.org as a backup. --- graphics/xmlgraphics-commons/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/xmlgraphics-commons/Makefile b/graphics/xmlgraphics-commons/Makefile index 9558f9c37f31..b417bd3f9785 100644 --- a/graphics/xmlgraphics-commons/Makefile +++ b/graphics/xmlgraphics-commons/Makefile @@ -4,7 +4,8 @@ PORTNAME= xmlgraphics-commons PORTVERSION= 2.6 DISTVERSIONSUFFIX= -bin CATEGORIES= graphics textproc java -MASTER_SITES= APACHE/xmlgraphics/commons/binaries +MASTER_SITES= APACHE/xmlgraphics/commons/binaries \ + https://archive.apache.org/dist/xmlgraphics/commons/binaries/ MAINTAINER= makc@FreeBSD.org COMMENT= Several reusable components used by Apache Batik and FOP