git: d6e6270546da - 2022Q1 - graphics/xmlgraphics-commons: fix fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jan 2022 20:32:17 UTC
The branch 2022Q1 has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6e6270546da7cf6faeb81e6cd823ba0afc0dd55 commit d6e6270546da7cf6faeb81e6cd823ba0afc0dd55 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2022-01-23 19:50:11 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2022-01-23 20:31:35 +0000 graphics/xmlgraphics-commons: fix fetch Add archive.apache.org as a backup. (cherry picked from commit f209c47ec8668f00bc031ca5f0f44b4352bb7ebc) --- 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