svn commit: r317610 - in head/sysutils: fsbackup munin-node
Baptiste Daroussin
bapt at FreeBSD.org
Tue May 7 14:02:30 UTC 2013
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"
More information about the svn-ports-all
mailing list