aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-09-21 13:19:59 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-09-21 13:19:59 +0000
commit613f7bfd03e62538ce950e5462d35242ec4cfbcc (patch)
tree2fdb0ba076437f7677ecfdaaf51bbb22830d9640
parentd18f0b8dd1892a20c8e42a5181598c35426c8a49 (diff)
downloadports-613f7bfd03e62538ce950e5462d35242ec4cfbcc.tar.gz
ports-613f7bfd03e62538ce950e5462d35242ec4cfbcc.zip
Notes
-rw-r--r--sysutils/munin-common/Makefile3
-rw-r--r--sysutils/munin-common/distinfo4
-rw-r--r--sysutils/munin-common/munin.mk2
-rw-r--r--sysutils/munin-node/Makefile6
4 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/munin-common/Makefile b/sysutils/munin-common/Makefile
index 8b62dd6c44a1..cb888478ced4 100644
--- a/sysutils/munin-common/Makefile
+++ b/sysutils/munin-common/Makefile
@@ -14,8 +14,7 @@ BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
-USES= perl5
-USE_GMAKE= yes
+USES= gmake perl5
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r/rc/}
NO_STAGE= yes
diff --git a/sysutils/munin-common/distinfo b/sysutils/munin-common/distinfo
index b59362c92d09..112f4c1a9be2 100644
--- a/sysutils/munin-common/distinfo
+++ b/sysutils/munin-common/distinfo
@@ -1,2 +1,2 @@
-SHA256 (munin-2.0.16.tar.gz) = 5c8aab8714bec281cb57bad9bc7f62a41a752fa5b6e1720c74d5328708c8270a
-SIZE (munin-2.0.16.tar.gz) = 1334148
+SHA256 (munin-2.0.17.tar.gz) = cfcc5bf3f8e568574ce897af7c17cc160def280e1ac63cd0796ca300ffef439e
+SIZE (munin-2.0.17.tar.gz) = 1334184
diff --git a/sysutils/munin-common/munin.mk b/sysutils/munin-common/munin.mk
index a5da77a2316f..3a26c1e5d31e 100644
--- a/sysutils/munin-common/munin.mk
+++ b/sysutils/munin-common/munin.mk
@@ -1,4 +1,4 @@
-MUNIN_VERSION= 2.0.16
+MUNIN_VERSION= 2.0.17
MUNIN_SITES= SF/${PORTNAME}/stable/${MUNIN_VERSION}
MUNIN_DISTINFO= ${PORTSDIR}/sysutils/munin-common/distinfo
MUNIN_PATCHES= ${PORTSDIR}/sysutils/munin-common/files/patch-Makefile \
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile
index 4b18a770022f..934569fec4aa 100644
--- a/sysutils/munin-node/Makefile
+++ b/sysutils/munin-node/Makefile
@@ -24,7 +24,7 @@ RUN_DEPENDS= p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
DISTINFO_FILE= ${MUNIN_DISTINFO}
EXTRA_PATCHES+= ${MUNIN_PATCHES}
-USES= gmake shebangfix perl5
+USES= gmake perl5 shebangfix
PKGMESSAGE= ${WRKDIR}/pkg-message
REINPLACE_ARGS= -i ""
SHEBANG_FILES= node/sbin/munin-node
@@ -42,8 +42,8 @@ SNMP_DESC= Include support for SNMP plugins
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSNMP}
-BUILD_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
-RUN_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
+BUILD_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
+RUN_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
.endif
MAN1= munin-node-configure.1 \