Date: Sun, 23 Jan 2022 19:50:58 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d645d740be3b - main - textproc/fop: fix fetch Message-ID: <202201231950.20NJowjO059501@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=d645d740be3b194ba58defaad7df79beb545510a commit d645d740be3b194ba58defaad7df79beb545510a Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2022-01-23 19:50:11 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2022-01-23 19:50:11 +0000 textproc/fop: fix fetch Add archive.apache.org as a backup. PR: 261393 Reported by: Alain De Vos --- textproc/fop/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index 249970cfab93..3d18b043edca 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -4,7 +4,8 @@ PORTNAME= fop DISTVERSION= 2.6 CATEGORIES= textproc java MASTER_SITES= APACHE/xmlgraphics/fop/source/:fop \ - SF/offo/offo-hyphenation/2.2:hyph + SF/offo/offo-hyphenation/2.2:hyph \ + https://archive.apache.org/dist/xmlgraphics/fop/source/:fop DISTNAME= ${PORTNAME}-${PORTVERSION}-src DISTFILES= ${DISTNAME}.tar.gz:fop offo-hyphenation.zip:hyph EXTRACT_ONLY= ${DISTNAME}.tar.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201231950.20NJowjO059501>