From owner-svn-ports-head@FreeBSD.ORG Tue May 7 14:02:30 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]) by hub.freebsd.org (Postfix) with ESMTP id DDF86B2A; Tue, 7 May 2013 14:02:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D09139EA; Tue, 7 May 2013 14:02:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r47E2UOU026078; Tue, 7 May 2013 14:02:30 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r47E2UiG026076; Tue, 7 May 2013 14:02:30 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201305071402.r47E2UiG026076@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 7 May 2013 14:02:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317610 - in head/sysutils: fsbackup 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: Tue, 07 May 2013 14:02:30 -0000 Author: bapt Date: Tue May 7 14:02:30 2013 New Revision: 317610 URL: http://svnweb.freebsd.org/changeset/ports/317610 Log: Use shebangfix on munin-node, and fix shebang on the right files for fsbackup Modified: head/sysutils/fsbackup/Makefile head/sysutils/munin-node/Makefile Modified: head/sysutils/fsbackup/Makefile ============================================================================== --- head/sysutils/fsbackup/Makefile Tue May 7 13:53:35 2013 (r317609) +++ head/sysutils/fsbackup/Makefile Tue May 7 14:02:30 2013 (r317610) @@ -15,7 +15,8 @@ RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p USES= shebangfix USE_PERL5= yes -SHEBANG_FILES= node/sbin/munin-node +SHEBANG_FILES= contrib/*.pl \ + *.pl MAN1= fsbackup.1 MANCOMPRESSED= no Modified: head/sysutils/munin-node/Makefile ============================================================================== --- head/sysutils/munin-node/Makefile Tue May 7 13:53:35 2013 (r317609) +++ head/sysutils/munin-node/Makefile Tue May 7 14:02:30 2013 (r317610) @@ -3,6 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node @@ -25,10 +26,12 @@ RUN_DEPENDS= p5-Cache-Cache>=0:${PORTSDI DISTINFO_FILE= ${MUNIN_DISTINFO} EXTRA_PATCHES+= ${MUNIN_PATCHES} +USES= shebangfix USE_PERL5= yes USE_GMAKE= yes PKGMESSAGE= ${WRKDIR}/pkg-message REINPLACE_ARGS= -i "" +SHEBANG_FILES= node/sbin/munin-node .include "${.CURDIR}/../munin-common/munin.mk"