Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2013 14:02:30 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
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
Message-ID:  <201305071402.r47E2UiG026076@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305071402.r47E2UiG026076>