From owner-svn-ports-all@FreeBSD.ORG Thu May 9 15:17:17 2013 Return-Path: Delivered-To: svn-ports-all@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 39614834 for ; Thu, 9 May 2013 15:17:17 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) by mx1.freebsd.org (Postfix) with ESMTP id EAD72D4E for ; Thu, 9 May 2013 15:17:16 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id xn12so3037418obc.38 for ; Thu, 09 May 2013 08:17:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=1XAU7OpU4J5NyTbjEzbh1J8YuLvZhZA5D5Jo8b0RjPM=; b=TYZOicpMHa8AqzTDVwe7twAlVVu3NJyfxlhOi3EEnJO6UTaRlxbp6hT6GhCl3e2MH4 obRgUqiMyk54Ttd0w4VNAJbBDrJAd4GVIU1rPhwNo2M1S4gxVx+foertGJId3aTiLqKS 1vFJrQn36+9raQWGKA1+AlTD9LeJ88tBCpPRfHWdJlDrlGqzmn0Br18GkfgMD3brPCSQ 99ks5wMsItGrmzWnhlSFy2Vw83c85MnTnPPZG3x4r6mqnkwKDXHyeKYPwwWoJ/dpZ0jR F1ut2+qUyeANlXu2LVEnVEedjjHnl6GdMFDuWHDlhotoIbB6Ct1HZJz3qwTYIY2yVmT3 eZJg== MIME-Version: 1.0 X-Received: by 10.60.134.71 with SMTP id pi7mr1463175oeb.107.1368112636205; Thu, 09 May 2013 08:17:16 -0700 (PDT) Received: by 10.76.175.100 with HTTP; Thu, 9 May 2013 08:17:16 -0700 (PDT) X-Originating-IP: [108.28.1.15] In-Reply-To: <201305071312.r47DCWBU008498@svn.freebsd.org> References: <201305071312.r47DCWBU008498@svn.freebsd.org> Date: Thu, 9 May 2013 11:17:16 -0400 Message-ID: Subject: Re: 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 ... From: "Philip M. Gollucci" To: Baptiste Daroussin X-Gm-Message-State: ALoCoQnioZQUT7HL6JHr/DxGPPfsc27Qv/Td6moqSb/Ei01h1H1Bn9bPjtfSmoy2V1ewQQi6xho2 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 15:17:17 -0000 What is DPorts ? On Tue, May 7, 2013 at 9:12 AM, Baptiste Daroussin wrote: > 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 > # $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 > -# > +# Created by: Ying-Chieh Liao > # $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 > -# > # $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 > -# > +# Created by: Yonatan > # $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 > -# > +# Created by: Jun Kuriyama > # $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 > > > 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 > # $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 > -# > +# Created by: Ralf van Dooren > # $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 > -# > # $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 > > > 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 > # $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 > -- --------------------------------------------------------------------------------------------- 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Director Operations, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.