git: d645d740be3b - main - textproc/fop: fix fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jan 2022 19:50:58 UTC
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