svn commit: r435223 - in head/sysutils: munin-common munin-node
Mathieu Arnold
mat at FreeBSD.org
Thu Mar 2 09:55:25 UTC 2017
Author: mat
Date: Thu Mar 2 09:55:24 2017
New Revision: 435223
URL: https://svnweb.freebsd.org/changeset/ports/435223
Log:
Update to 2.0.32.
Sponsored by: Absolight
Modified:
head/sysutils/munin-common/distinfo (contents, props changed)
head/sysutils/munin-common/munin.mk
head/sysutils/munin-node/Makefile (contents, props changed)
Modified: head/sysutils/munin-common/distinfo
==============================================================================
--- head/sysutils/munin-common/distinfo Thu Mar 2 09:55:20 2017 (r435222)
+++ head/sysutils/munin-common/distinfo Thu Mar 2 09:55:24 2017 (r435223)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484831987
-SHA256 (munin-2.0.30.tar.gz) = c6be23035c31ab6b7910ae1080159ae8263759f783a1b10002f44456c4aace61
-SIZE (munin-2.0.30.tar.gz) = 1342168
+TIMESTAMP = 1488445467
+SHA256 (munin-2.0.32.tar.gz) = 132ed808f637af661b5ec8d51415638a53d175a8e0ab10878b89a28f67d018a8
+SIZE (munin-2.0.32.tar.gz) = 1342572
Modified: head/sysutils/munin-common/munin.mk
==============================================================================
--- head/sysutils/munin-common/munin.mk Thu Mar 2 09:55:20 2017 (r435222)
+++ head/sysutils/munin-common/munin.mk Thu Mar 2 09:55:24 2017 (r435223)
@@ -1,4 +1,4 @@
-MUNIN_VERSION= 2.0.30
+MUNIN_VERSION= 2.0.32
MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/
DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo
PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files
Modified: head/sysutils/munin-node/Makefile
==============================================================================
--- head/sysutils/munin-node/Makefile Thu Mar 2 09:55:20 2017 (r435222)
+++ head/sysutils/munin-node/Makefile Thu Mar 2 09:55:24 2017 (r435223)
@@ -3,7 +3,6 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
-PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -node
@@ -27,7 +26,7 @@ RUN_DEPENDS= p5-Cache-Cache>=0:devel/p5-
USES= gmake perl5 shebangfix cpe
PKGMESSAGE= ${WRKDIR}/pkg-message
REINPLACE_ARGS= -i ""
-SHEBANG_FILES= node/sbin/munin-node node/sbin/munin-sched \
+SHEBANG_FILES= node/bin/munindoc node/sbin/munin-node node/sbin/munin-sched \
node/sbin/munin-run node/sbin/munin-node-configure
.include "${.CURDIR}/../munin-common/munin.mk"
More information about the svn-ports-all
mailing list