From owner-svn-ports-head@FreeBSD.ORG Sat Sep 21 13:20:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 750A5AA1; Sat, 21 Sep 2013 13:20:00 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 509942E9B; Sat, 21 Sep 2013 13:20:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LDK0DU017762; Sat, 21 Sep 2013 13:20:00 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LDJx4k017687; Sat, 21 Sep 2013 13:19:59 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201309211319.r8LDJx4k017687@svn.freebsd.org> From: Florian Smeets Date: Sat, 21 Sep 2013 13:19:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327814 - in head/sysutils: munin-common munin-node X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2013 13:20:00 -0000 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 .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 \