svn commit: r327814 - in head/sysutils: munin-common munin-node

Florian Smeets flo at FreeBSD.org
Sat Sep 21 13:20:00 UTC 2013


Author: flo
Date: Sat Sep 21 13:19:59 2013
New Revision: 327814
URL: http://svnweb.freebsd.org/changeset/ports/327814

Log:
  Update to 2.0.17

Modified:
  head/sysutils/munin-common/Makefile
  head/sysutils/munin-common/distinfo
  head/sysutils/munin-common/munin.mk
  head/sysutils/munin-node/Makefile

Modified: head/sysutils/munin-common/Makefile
==============================================================================
--- head/sysutils/munin-common/Makefile	Sat Sep 21 12:42:38 2013	(r327813)
+++ head/sysutils/munin-common/Makefile	Sat Sep 21 13:19:59 2013	(r327814)
@@ -14,8 +14,7 @@ BUILD_DEPENDS=	p5-Module-Build>=0:${PORT
 		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

Modified: head/sysutils/munin-common/distinfo
==============================================================================
--- head/sysutils/munin-common/distinfo	Sat Sep 21 12:42:38 2013	(r327813)
+++ head/sysutils/munin-common/distinfo	Sat Sep 21 13:19:59 2013	(r327814)
@@ -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

Modified: head/sysutils/munin-common/munin.mk
==============================================================================
--- head/sysutils/munin-common/munin.mk	Sat Sep 21 12:42:38 2013	(r327813)
+++ head/sysutils/munin-common/munin.mk	Sat Sep 21 13:19:59 2013	(r327814)
@@ -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 \

Modified: head/sysutils/munin-node/Makefile
==============================================================================
--- head/sysutils/munin-node/Makefile	Sat Sep 21 12:42:38 2013	(r327813)
+++ head/sysutils/munin-node/Makefile	Sat Sep 21 13:19:59 2013	(r327814)
@@ -24,7 +24,7 @@ RUN_DEPENDS=	p5-Cache-Cache>=0:${PORTSDI
 
 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 plug
 .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 \


More information about the svn-ports-all mailing list