Date: Sun, 10 Oct 2021 16:40:13 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: f92604c513ae - main - devel/log4net: Update MASTER_SITES Message-ID: <202110101640.19AGeD54081378@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=f92604c513ae2139dbd89332f882a14b3e4c88e2 commit f92604c513ae2139dbd89332f882a14b3e4c88e2 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-10-10 16:03:41 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-10-10 16:39:24 +0000 devel/log4net: 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/D32406 --- devel/log4net/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/log4net/Makefile b/devel/log4net/Makefile index d1cbb0ca703c..f7d0b4b4271f 100644 --- a/devel/log4net/Makefile +++ b/devel/log4net/Makefile @@ -4,7 +4,7 @@ PORTNAME= log4net PORTVERSION= 1.2.10 PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= APACHE/incubator/log4net/${PORTVERSION} +MASTER_SITES= https://archive.apache.org/dist/incubator/${PORTNAME}/${PORTVERSION}/ DISTNAME= incubating-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110101640.19AGeD54081378>