Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2013 13:12:32 +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: r317605 - in head: converters/iconv devel/autogen devel/cc65 devel/coccinelle devel/otrs games/eboard games/stepmania-devel german/hunspell graphics/openrm hebrew/hspell irc/inspircd12 ...
Message-ID:  <201305071312.r47DCWBU008498@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue May  7 13:12:31 2013
New Revision: 317605
URL: http://svnweb.freebsd.org/changeset/ports/317605

Log:
  Add some shebangfix to allow building most of the ports tree without /usr/bin/perl
  
  Submitted by:	John Marino
  Obtained from:	DPorts

Modified:
  head/converters/iconv/Makefile
  head/devel/autogen/Makefile
  head/devel/cc65/Makefile
  head/devel/coccinelle/Makefile
  head/devel/otrs/Makefile
  head/games/eboard/Makefile
  head/games/stepmania-devel/Makefile
  head/german/hunspell/Makefile
  head/graphics/openrm/Makefile
  head/hebrew/hspell/Makefile
  head/irc/inspircd12/Makefile
  head/japanese/ajaxzip2-core/Makefile
  head/mail/bsmtp/Makefile
  head/mail/maildrop/Makefile
  head/mail/majordomo/Makefile
  head/mail/prayer/Makefile
  head/multimedia/gcfilms/Makefile
  head/print/ttf2pt1/Makefile
  head/sysutils/fsbackup/Makefile
  head/sysutils/rsnapshot/Makefile
  head/ukrainian/hunspell/Makefile
  head/www/WebMagick/Makefile
  head/x11/bgrot/Makefile

Modified: head/converters/iconv/Makefile
==============================================================================
--- head/converters/iconv/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/converters/iconv/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	iconv
-# Date created:				21 September 1999
-# Whom:			Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
-#
+# Created by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
 # $FreeBSD$
-#
 
 PORTNAME=	iconv
 PORTVERSION=	2.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	converters
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	bland
@@ -15,8 +11,10 @@ MASTER_SITE_SUBDIR=	bland
 MAINTAINER=	bland@FreeBSD.org
 COMMENT=	Charset conversion library and utilities
 
+USES=		shebangfix
 USE_PERL5=	yes
 USE_LDCONFIG=	yes
+SHEBANG_FILES=	iconv_builtin ccs/iconv_mktbl
 
 MANCOMPRESSED=	yes
 MAN1=		biconv.1

Modified: head/devel/autogen/Makefile
==============================================================================
--- head/devel/autogen/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/devel/autogen/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -1,13 +1,9 @@
-# ex:ts=8
-# New ports collection makefile for:	autogen
-# Date created:		Mar 11, 2001
-# Whom:			Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	autogen
 PORTVERSION=	5.12
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 MASTER_SITE_SUBDIR=	${PORTNAME}/rel${PORTVERSION}
@@ -19,12 +15,14 @@ COMMENT=	The Automated Program Generator
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 LIB_DEPENDS=	guile.21:${PORTSDIR}/lang/guile
 
+USES=		shebangfix
 USE_BZIP2=	yes
 USE_GNOME=	gnomehack libxml2
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libguile=yes --with-libxml2=yes --datadir=${PREFIX}/share
 USE_LDCONFIG=	yes
+SHEBANG_FILES=	autoopts/tpl/*.pl
 
 MAN1=	autogen.1 autoopts-config.1 columns.1 getdefs.1 xml2ag.1
 MAN3=	ao_string_tokenize.3 configFileLoad.3 optionFileLoad.3 \

Modified: head/devel/cc65/Makefile
==============================================================================
--- head/devel/cc65/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/devel/cc65/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cc65
 PORTVERSION=	2.13.3
+PORTREVISION=	1
 DISTVERSIONPREFIX=	sources-
 CATEGORIES=	devel
 MASTER_SITES=	http://bj.spline.de/cc65/ \
@@ -14,11 +15,15 @@ COMMENT=	Cross-compiler for 6502-based s
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
+USES=		shebangfix
 USE_BZIP2=	yes
 USE_PERL5_BUILD=yes
 USE_GMAKE=	yes
 MAKEFILE=	${WRKSRC}/make/gcc.mak
 MAKE_JOBS_UNSAFE=yes
+SHEBANG_FILES=	src/ca65html/ca65html \
+		src/ca65/macpack/cvt-mac.pl \
+		src/ld65/cfg/cvt-cfg.pl
 
 SUB_FILES=	pkg-message
 

Modified: head/devel/coccinelle/Makefile
==============================================================================
--- head/devel/coccinelle/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/devel/coccinelle/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -10,11 +10,13 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	avg@icyb.net.ua
 COMMENT=	Coccinelle is a program matching and transformation engine
 
+USES=		shebangfix
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_PERL5_BUILD=yes
 USE_PYTHON=	2.5+
 USE_OCAML=	3.0+
+SHEBANG_FILES=	configure
 
 MAN1=		spatch.1
 

Modified: head/devel/otrs/Makefile
==============================================================================
--- head/devel/otrs/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/devel/otrs/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -3,6 +3,7 @@
 
 PORTNAME=	otrs
 PORTVERSION=	3.1.14
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://ftp.otrs.org/pub/otrs/ \
 		ftp://ftp.samurai.com/pub/otrs/ \
@@ -48,6 +49,8 @@ SMTP_DESC=		Send email via SMTP
 REPORTS_MODULES_DESC=	Reports support
 
 USE_BZIP2=	yes
+USES=		shebangfix
+SHEBANG_FILES=	bin/*.pl
 
 OTRSDIR=	${PREFIX}/otrs
 USERS=		${PORTNAME}

Modified: head/games/eboard/Makefile
==============================================================================
--- head/games/eboard/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/games/eboard/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	eboard
-# Date created:				22 June 2001
-# Whom:					petef@FreeBSD.org
-#
+# Created by: petef@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	eboard
 PORTVERSION=	1.1.1
@@ -23,10 +19,12 @@ COMMENT=	GTK+ chess board interface (mai
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
 EXTRAS=		1pl2 2
+USES=		shebangfix
 USE_BZIP2=	yes
 HAS_CONFIGURE=	yes
 USE_PERL5_BUILD=yes
 USE_GNOME=	gtk20
+SHEBANG_FILES=	configure
 
 CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--extra-inc=${LOCALBASE}/include \

Modified: head/games/stepmania-devel/Makefile
==============================================================================
--- head/games/stepmania-devel/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/games/stepmania-devel/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -28,13 +28,15 @@ PROJECTHOST=	sm-ssc
 USE_BZIP2=	yes
 USE_XORG=	x11 xau xdmcp xext xrandr xrender xtst
 USE_GL=		gl glu
-USES=        pathfix iconv
+USES=        pathfix iconv shebangfix
 USE_GNOME=	gtk20
 USE_PERL5_BUILD=yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-ffmpeg
 INSTALLS_ICONS=	yes
 MAKE_JOBS_SAFE=	yes
+SHEBANG_FILES=	Utils/*.pl \
+		extern/zlib/zlib2ansi
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/german/hunspell/Makefile
==============================================================================
--- head/german/hunspell/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/german/hunspell/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	hunspell
-# Date created:		2011-07-20
-# Whom:			Baptiste Daroussin <bapt@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	hunspell
 PORTVERSION=	20120607
@@ -18,10 +13,12 @@ COMMENT=	German hunspell dictionaries
 BUILD_DEPENDS=	buildhash:${PORTSDIR}/textproc/ispell \
 		hunspell:${PORTSDIR}/textproc/hunspell
 
+USES=		shebangfix
 USE_BZIP2=	yes
 ALL_TARGET=	hunspell-all
 USE_GMAKE=	yes
 USE_PERL5_BUILD=	yes
+SHEBANG_FILES=	bin/*.pl
 
 PLIST_FILES=	%%DATADIR%%/de_AT.aff \
 		%%DATADIR%%/de_AT.dic \

Modified: head/graphics/openrm/Makefile
==============================================================================
--- head/graphics/openrm/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/graphics/openrm/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -18,6 +18,8 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 WRKSRC=		${WRKDIR}/rm${PORTVERSION:R:S/.//g}
 
+USES=		shebangfix
+SHEBANG_FILES=	doc/*.pl
 USE_GL=		glu
 USE_XORG=	xmu
 USE_PERL5_BUILD=yes

Modified: head/hebrew/hspell/Makefile
==============================================================================
--- head/hebrew/hspell/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/hebrew/hspell/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  hspell
-# Date created:			  03 Feb 2003
-# Whom:				  Yonatan <onatan@gmail.com>
-#
+# Created by: Yonatan <onatan@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	hspell
 PORTVERSION=	1.1
@@ -15,10 +11,12 @@ MASTER_SITE_SUBDIR=	makc
 MAINTAINER=	onatan@gmail.com
 COMMENT=	Hebrew spellchecker and morphology engine
 
+USES=		shebangfix
 USE_PERL5_BUILD=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CFLAGS+=	-fPIC
+SHEBANG_FILES=	pmerge
 
 MAN1=		hspell.1
 MAN3=		hspell.3

Modified: head/irc/inspircd12/Makefile
==============================================================================
--- head/irc/inspircd12/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/irc/inspircd12/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -3,7 +3,7 @@
 
 PORTNAME=	inspircd
 PORTVERSION=	1.2.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	irc
 MASTER_SITES=	http://cloud.github.com/downloads/inspircd/inspircd/
 DISTNAME=	InspIRCd-v${PORTVERSION}
@@ -15,10 +15,12 @@ CONFLICTS=	inspircd-2.*
 
 LATEST_LINK=	inspircd12
 
+USES=		shebangfix
 USE_BZIP2=	yes
 USE_LDCONFIG=	${PREFIX}/lib/inspircd
 USE_RC_SUBR=	inspircd
 MAKE_JOBS_SAFE=	yes
+SHEBANG_FILES=	configure inspircd modulemanager make/run-cc.pl
 
 USERS=	${INCPIRCD_USR}
 GROUPS=	${INSPIRCD_GRP}

Modified: head/japanese/ajaxzip2-core/Makefile
==============================================================================
--- head/japanese/ajaxzip2-core/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/japanese/ajaxzip2-core/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	ajaxzip2-core
-# Date created:		4 Mar 2012
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
+# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	ajaxzip2
 PORTVERSION=	20081102
+PORTREVISION=	1
 CATEGORIES=	japanese
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	kuriyama
@@ -16,10 +13,12 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}${PK
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	ajaxzip2 (Japanese ZIP code utility) core scripts
 
+USES=		shebangfix
 WRKSRC=		${WRKDIR}/${PORTNAME}
 USE_ZIP=	YES
 NO_BUILD=	YES
 USE_DOS2UNIX=	YES
+SHEBANG_FILES=	work/csv2jsonzip.pl
 
 do-install:
 	${MKDIR} ${WWWDIR} ${DATADIR}

Modified: head/mail/bsmtp/Makefile
==============================================================================
--- head/mail/bsmtp/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/mail/bsmtp/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -12,11 +12,13 @@ COMMENT=	Batch SMTP support for sendmail
 
 CONFLICTS=	smail-3.*
 
+USES=		shebangfix
 USE_PERL5=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--redo
 MAKE_JOBS_SAFE=	yes
+SHEBANG_FILES=	configure
 
 .include <bsd.port.pre.mk>
 

Modified: head/mail/maildrop/Makefile
==============================================================================
--- head/mail/maildrop/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/mail/maildrop/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -17,7 +17,7 @@
 
 PORTNAME=	maildrop
 PORTVERSION=	2.6.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	SF/courier/${PORTNAME}/${PORTVERSION}
 
@@ -31,7 +31,7 @@ USE_GMAKE=	yes
 .endif
 USE_BZIP2=	yes
 USE_PERL5=	yes
-USES=		iconv
+USES=		iconv shebangfix
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
 CONFIGURE_ARGS=	--enable-syslog=1 \
@@ -41,6 +41,8 @@ CONFIGURE_ARGS=	--enable-syslog=1 \
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+SHEBANG_FILES=	unicode/*.pl
+
 CONFLICTS=	courier-0.65*
 
 LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre

Modified: head/mail/majordomo/Makefile
==============================================================================
--- head/mail/majordomo/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/mail/majordomo/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	majordomo
-# Date created:		23 October 1996
-# Whom:			jfitz@FreeBSD.org
-#
+# Created by: jfitz@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	majordomo
 PORTVERSION=	1.94.5
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.nuug.no/pub/anders/distfiles/ \
 		ftp://ftp.sgi.com/other/majordomo/1.94.5/ \
@@ -21,8 +17,11 @@ COMMENT=	A mailing list manager
 RUN_DEPENDS=	p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
 .endif
 
+USES=		shebangfix
 USE_PERL5=	yes
 
+SHEBANG_FILES=	contrib/sequencer
+
 ALL_TARGET=	wrapper
 INSTALL_TARGET=	install install-wrapper
 MAN1=		approve.1 bounce-remind.1 digest.1

Modified: head/mail/prayer/Makefile
==============================================================================
--- head/mail/prayer/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/mail/prayer/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -14,9 +14,13 @@ LIB_DEPENDS=	c-client4:${PORTSDIR}/mail/
 
 USE_GMAKE=	yes
 USE_PERL5_BUILD=yes
-USES=		iconv
+USES=		iconv shebangfix
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+SHEBANG_FILES=	utils/ucsnews.pl \
+		templates/old/make_olist.pl \
+		templates/src/*.pl
+
 MAKE_ENV+=	PORTCFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
 		PORTLDFLAGS="${LDFLAGS}"
 

Modified: head/multimedia/gcfilms/Makefile
==============================================================================
--- head/multimedia/gcfilms/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/multimedia/gcfilms/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	GCFilms
-# Date Created:				01 May 2005
-# Whom:					Remington Lang <MrL0Lz@gmail.com>
-#
+# Created by: Remington Lang <MrL0Lz@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	gcfilms
 PORTVERSION=	6.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia perl5
 MASTER_SITES=	http://download.gna.org/gcfilms/
 
@@ -22,8 +19,11 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
+USES=		shebangfix
 NO_BUILD=	yes
 
+SHEBANG_FILES=	bin/gcfilms install
+
 do-install:
 	cd ${WRKSRC} ; ./install --prefix=${PREFIX}
 

Modified: head/print/ttf2pt1/Makefile
==============================================================================
--- head/print/ttf2pt1/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/print/ttf2pt1/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ttf2pt1
 PORTVERSION=	3.4.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print
 MASTER_SITES=	SF
 EXTRACT_SUFX=	.tgz
@@ -14,10 +14,14 @@ COMMENT=	True Type Font to Postscript Ty
 LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
 RUN_DEPENDS=	t1asm:${PORTSDIR}/print/t1utils
 
-USES=		pkgconfig
+USES=		pkgconfig shebangfix
 USE_PERL5=	yes
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" LIBS="${LDFLAGS}" \
 		INSTDIR="${PREFIX}" LIBXDIR="${PREFIX}/bin"
+SHEBANG_FILES=	app/TeX/sfd2map \
+		app/TeX/cjk-latex-config \
+		other/showdf \
+		other/lst.pl
 
 MAN1=		ttf2pt1.1 ttf2pt1_convert.1 ttf2pt1_x2gs.1
 

Modified: head/sysutils/fsbackup/Makefile
==============================================================================
--- head/sysutils/fsbackup/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/sysutils/fsbackup/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:   fsbackup
-# Date created:        1 April 2005
-# Whom:                samm
-#
+# Created by: samm
 # $FreeBSD$
-#
 
 PORTNAME=	fsbackup
 PORTVERSION=	1.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.opennet.ru/dev/fsbackup/src/
 DISTNAME=	fsbackup-1.2pl1
@@ -17,7 +13,9 @@ COMMENT=	File system backup and synchron
 
 RUN_DEPENDS=	p5-Net>=0:${PORTSDIR}/net/p5-Net
 
+USES=		shebangfix
 USE_PERL5=	yes
+SHEBANG_FILES=	node/sbin/munin-node
 
 MAN1=		fsbackup.1
 MANCOMPRESSED=	no

Modified: head/sysutils/rsnapshot/Makefile
==============================================================================
--- head/sysutils/rsnapshot/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/sysutils/rsnapshot/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	rsnapshot
-# Date created:		2004-01-03
-# Whom:			Ralf van Dooren <r.vdooren@snow.nl>
-#
+# Created by: Ralf van Dooren <r.vdooren@snow.nl>
 # $FreeBSD$
-#
 
 PORTNAME=	rsnapshot
 PORTVERSION=	1.3.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.rsnapshot.org/downloads/
 
@@ -17,8 +14,10 @@ BUILD_DEPENDS=	rsync:${PORTSDIR}/net/rsy
 RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync \
 		p5-Lchown>=0:${PORTSDIR}/sysutils/p5-Lchown
 
+USES=		shebangfix
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
+SHEBANG_FILES=	rsnapshot-program.pl
 
 MAN1=		rsnapshot.1 rsnapshot-diff.1
 PORTDOCS=	AUTHORS ChangeLog README TODO

Modified: head/ukrainian/hunspell/Makefile
==============================================================================
--- head/ukrainian/hunspell/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/ukrainian/hunspell/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	hunspell
-# Date created:		2011-07-20
-# Whom:			Baptiste Daroussin <bapt@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	hunspell
 PORTVERSION=	1.6.5
@@ -19,9 +14,11 @@ COMMENT=	Ukrainian hunspell dictionaries
 
 BUILD_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv
 
+USES=		shebangfix
 ALL_TARGET=	myspell
 USE_GMAKE=	yes
 USE_PERL5_BUILD=	yes
+SHEBANG_FILES=	bin/*.pl
 
 PLIST_FILES=	%%DATADIR%%/uk_UA.aff \
 		%%DATADIR%%/uk_UA.dic

Modified: head/www/WebMagick/Makefile
==============================================================================
--- head/www/WebMagick/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/www/WebMagick/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    WebMagick
-# Date created:                         20 May 1998
-# Whom:                                 ache
-#
+# Created by: ache
 # $FreeBSD$
-#
 
 PORTNAME=	WebMagick
 PORTVERSION=	2.03p18
@@ -20,6 +16,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	MagickWand:${PORTSDIR}/graphics/ImageMagick
 RUN_DEPENDS=	p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally
 
+USES=		shebangfix
 USE_PERL5=	yes
 USE_AUTOTOOLS=  autoconf aclocal automake
 AUTOMAKE_ARGS+=	--add-missing
@@ -30,6 +27,10 @@ CONFIGURE_ENV=	webmagick_cv_rootpath=${P
 		webmagick_cv_htimage="" \
 		webmagick_cv_maptype=ncsa \
 		PERL=${PERL}
+SHEBANG_FILES=	utils/aub \
+		utils/aub_hook \
+		utils/help2man \
+		utils/make_dir_index.pl
 
 .include <bsd.port.pre.mk>
 

Modified: head/x11/bgrot/Makefile
==============================================================================
--- head/x11/bgrot/Makefile	Tue May  7 13:00:32 2013	(r317604)
+++ head/x11/bgrot/Makefile	Tue May  7 13:12:31 2013	(r317605)
@@ -1,13 +1,9 @@
-# New ports collection makefile for: bgrot
-# Date created:			12 January 1999
-# Whom:				Matthew Fuller <fullermd@futuresouth.com>
-#
+# Created by: Matthew Fuller <fullermd@futuresouth.com>
 # $FreeBSD$
-#
 
 PORTNAME=	bgrot
 PORTVERSION=	1.30
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11
 MASTER_SITES=	http://www.over-yonder.net/~fullermd/projects/bgrot/ \
 		http://distfiles.over-yonder.net/bgrot/
@@ -17,7 +13,9 @@ COMMENT=	A program to handle your X back
 
 RUN_DEPENDS=	xv:${PORTSDIR}/graphics/xv
 
+USES=		shebangfix
 USE_PERL5=	yes
+SHEBANG_FILES=	*.pl
 
 MAN1=		bgrot.1
 MANCOMPRESSED=	yes



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