git: 8c56c5b94a06 - main - sysutils/munin-common: Fix fetch

Mathieu Arnold mat at FreeBSD.org
Mon Jun 21 07:59:30 UTC 2021


The branch main has been updated by mat:

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

commit 8c56c5b94a0606199ceb3eb5e4fcb64000c3b647
Author:     Mathieu Arnold <mat at FreeBSD.org>
AuthorDate: 2021-06-21 07:52:02 +0000
Commit:     Mathieu Arnold <mat at 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
 


More information about the dev-commits-ports-main mailing list