svn commit: r424766 - in head/sysutils: munin-common munin-master munin-node
Mathieu Arnold
mat at FreeBSD.org
Thu Oct 27 14:12:24 UTC 2016
Author: mat
Date: Thu Oct 27 14:12:23 2016
New Revision: 424766
URL: https://svnweb.freebsd.org/changeset/ports/424766
Log:
Update to 2.0.26.
Sponsored by: Absolight
Modified:
head/sysutils/munin-common/Makefile (contents, props changed)
head/sysutils/munin-common/distinfo (contents, props changed)
head/sysutils/munin-common/munin.mk
head/sysutils/munin-master/Makefile (contents, props changed)
head/sysutils/munin-node/Makefile (contents, props changed)
Modified: head/sysutils/munin-common/Makefile
==============================================================================
--- head/sysutils/munin-common/Makefile Thu Oct 27 14:04:55 2016 (r424765)
+++ head/sysutils/munin-common/Makefile Thu Oct 27 14:12:23 2016 (r424766)
@@ -3,7 +3,6 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
-PORTREVISION= 2
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -common
@@ -16,7 +15,6 @@ BUILD_DEPENDS= p5-Module-Build>=0:devel/
RUN_DEPENDS= p5-Net-SSLeay>=0:security/p5-Net-SSLeay
USES= gmake perl5 cpe
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r/rc/}
.include "${.CURDIR}/../munin-common/munin.mk"
Modified: head/sysutils/munin-common/distinfo
==============================================================================
--- head/sysutils/munin-common/distinfo Thu Oct 27 14:04:55 2016 (r424765)
+++ head/sysutils/munin-common/distinfo Thu Oct 27 14:12:23 2016 (r424766)
@@ -1,2 +1,3 @@
-SHA256 (munin-2.0.25.tar.gz) = 6832bc5839d03639e4309178d9370697fc8a80a83d9b6653953f40161e949694
-SIZE (munin-2.0.25.tar.gz) = 1337586
+TIMESTAMP = 1477576389
+SHA256 (munin-2.0.26.tar.gz) = fb5fff319820e63b1107528e8302f0e0f1a29a710a3af1b8e281cc6c3c34bb84
+SIZE (munin-2.0.26.tar.gz) = 1338865
Modified: head/sysutils/munin-common/munin.mk
==============================================================================
--- head/sysutils/munin-common/munin.mk Thu Oct 27 14:04:55 2016 (r424765)
+++ head/sysutils/munin-common/munin.mk Thu Oct 27 14:12:23 2016 (r424766)
@@ -1,9 +1,9 @@
-MUNIN_VERSION= 2.0.25
-MUNIN_SITES= SF/${PORTNAME}/stable/${MUNIN_VERSION}
+MUNIN_VERSION= 2.0.26
+MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/
DISTINFO_FILE= ${PORTSDIR}/sysutils/munin-common/distinfo
PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files
-PORTSCOUT= limit:^2\.0\.
+PORTSCOUT= limitw:1,even
DBDIR?= /var/${PORTNAME}
DBDIRNODE?= /var/${PORTNAME}
Modified: head/sysutils/munin-master/Makefile
==============================================================================
--- head/sysutils/munin-master/Makefile Thu Oct 27 14:04:55 2016 (r424765)
+++ head/sysutils/munin-master/Makefile Thu Oct 27 14:12:23 2016 (r424766)
@@ -3,7 +3,6 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
-PORTREVISION= 5
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -master
Modified: head/sysutils/munin-node/Makefile
==============================================================================
--- head/sysutils/munin-node/Makefile Thu Oct 27 14:04:55 2016 (r424765)
+++ head/sysutils/munin-node/Makefile Thu Oct 27 14:12:23 2016 (r424766)
@@ -3,7 +3,6 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
-PORTREVISION= 8
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -node
More information about the svn-ports-all
mailing list