Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Oct 2021 16:40:15 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 51086297b085 - main - devel/log4cxx: Update MASTER_SITES
Message-ID:  <202110101640.19AGeFGB081894@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=51086297b085b32bf77d558261bd90f29bb2dc07

commit 51086297b085b32bf77d558261bd90f29bb2dc07
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-10 16:10:07 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-10 16:39:25 +0000

    devel/log4cxx: Update MASTER_SITES
    
    Use a direct URL to Apache's release archive site as it's not mirrored
    by upstream mirror sites
    
    Approved by:    arrowd (mentor)
    Differential Revision:  https://reviews.freebsd.org/D32411
---
 devel/log4cxx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile
index c6459a8982a9..ec6318e28c91 100644
--- a/devel/log4cxx/Makefile
+++ b/devel/log4cxx/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	log4cxx
 PORTVERSION=	0.11.0
 CATEGORIES=	devel
-MASTER_SITES=	APACHE/logging/${PORTNAME}/${PORTVERSION}
+MASTER_SITES=	https://archive.apache.org/dist/logging/${PORTNAME}/${PORTVERSION}/
 DISTNAME=	apache-${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110101640.19AGeFGB081894>