git: 51086297b085 - main - devel/log4cxx: Update MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Oct 2021 16:40:15 UTC
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