Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jun 2021 07:59:29 GMT
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8c56c5b94a06 - main - sysutils/munin-common: Fix fetch
Message-ID:  <202106210759.15L7xTFb035429@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c56c5b94a0606199ceb3eb5e4fcb64000c3b647

commit 8c56c5b94a0606199ceb3eb5e4fcb64000c3b647
Author:     Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2021-06-21 07:52:02 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2021-06-21 07:54:20 +0000

    sysutils/munin-common: Fix fetch
---
 sysutils/munin-common/munin.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/munin-common/munin.mk b/sysutils/munin-common/munin.mk
index 86fcd83bd693..595f9d60c8f0 100644
--- a/sysutils/munin-common/munin.mk
+++ b/sysutils/munin-common/munin.mk
@@ -1,7 +1,7 @@
 LICENSE=	GPLv2
 
 MUNIN_VERSION=	2.0.67
-MUNIN_SITES=	http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/
+MUNIN_SITES=	SF/munin/stable/${MUNIN_VERSION}
 DISTINFO_FILE=	${.CURDIR}/../../sysutils/munin-common/distinfo
 PATCHDIR=	${.CURDIR}/../../sysutils/munin-common/files
 



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