Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2022 20:32:16 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 1c12f5129752 - 2022Q1 - textproc/fop: fix fetch
Message-ID:  <202201232032.20NKWG7q017146@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1c12f5129752c82e988287404b3b13b3856e1863

commit 1c12f5129752c82e988287404b3b13b3856e1863
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

    textproc/fop: fix fetch
    
    Add archive.apache.org as a backup.
    
    PR:             261393
    Reported by:    Alain De Vos
    
    (cherry picked from commit d645d740be3b194ba58defaad7df79beb545510a)
---
 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?202201232032.20NKWG7q017146>