Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 15:23:58 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327077 - in head: finance/sql-ledger ftp/ftplocate mail/delatt mail/elmo mail/imaptools mail/msgconvert mail/premail mail/qmail-scanner1 mail/tlb misc/chord2html misc/qlas net-mgmt/yaf...
Message-ID:  <201309121523.r8CFNwfN007216@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Thu Sep 12 15:23:58 2013
New Revision: 327077
URL: http://svnweb.freebsd.org/changeset/ports/327077

Log:
  - convert to the new perl5 framework
  - convert USE_GMAKE to Uses
  
  Approved by:	portmgr (bapt@, blanket)

Modified:
  head/finance/sql-ledger/Makefile
  head/ftp/ftplocate/Makefile
  head/mail/delatt/Makefile   (contents, props changed)
  head/mail/elmo/Makefile
  head/mail/imaptools/Makefile   (contents, props changed)
  head/mail/msgconvert/Makefile
  head/mail/premail/Makefile
  head/mail/qmail-scanner1/Makefile   (contents, props changed)
  head/mail/tlb/Makefile
  head/misc/chord2html/Makefile
  head/misc/qlas/Makefile
  head/net-mgmt/yaf/Makefile
  head/print/gnome-print/Makefile
  head/print/gv/Makefile
  head/print/p5-Font-FreeType/Makefile
  head/www/bannerfilter/Makefile   (contents, props changed)
  head/www/calamaris/Makefile
  head/www/linklint/Makefile   (contents, props changed)
  head/x11-toolkits/SoXt/Makefile   (contents, props changed)

Modified: head/finance/sql-ledger/Makefile
==============================================================================
--- head/finance/sql-ledger/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/finance/sql-ledger/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -15,10 +15,9 @@ BUILD_DEPENDS=	p5-DBD-Pg>=0:${PORTSDIR}/
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 NO_BUILD=	yes
-USE_PERL5=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 SUB_FILES=	pkg-message sql-ledger-httpd.conf
-USES=		shebangfix
+USES=		shebangfix perl5
 SHEBANG_FILES=	*.pl locale/*/*.pl bin/*/*.pl
 
 do-install:

Modified: head/ftp/ftplocate/Makefile
==============================================================================
--- head/ftp/ftplocate/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/ftp/ftplocate/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -12,10 +12,8 @@ COMMENT=	A ftp search engine supporting 
 RUN_DEPENDS=	glimpse:${PORTSDIR}/textproc/glimpse \
 		unzip:${PORTSDIR}/archivers/unzip
 
-USE_PERL5=	yes
+USES=		shebangfix perl5
 NO_BUILD=	yes
-
-USES=		shebangfix
 SHEBANG_FILES=	bin/*.pl template/ftplocate
 
 post-extract:

Modified: head/mail/delatt/Makefile
==============================================================================
--- head/mail/delatt/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/mail/delatt/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -14,8 +14,8 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
 
-USES=		shebangfix
-USE_PERL5_RUN=	yes
+USES=		shebangfix perl5
+USE_PERL5=	run
 NO_BUILD=	yes
 
 SHEBANG_FILES=	delatt

Modified: head/mail/elmo/Makefile
==============================================================================
--- head/mail/elmo/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/mail/elmo/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -15,9 +15,9 @@ CONFLICTS=	elmo-devel-[0-9]*
 OPTIONS_DEFINE=	NLS
 
 GNU_CONFIGURE=	yes
-USES=		iconv shebangfix
+USES=		iconv shebangfix perl5
 USE_OPENSSL=	yes
-USE_PERL5_RUN=	yes
+USE_PERL5=	run
 SHEBANG_FILES=	src/elmoconf.pl
 
 LICENSE=	GPLv2

Modified: head/mail/imaptools/Makefile
==============================================================================
--- head/mail/imaptools/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/mail/imaptools/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -17,9 +17,9 @@ CONFLICTS=	imaputils-[0-9]*
 
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
-USES=		shebangfix
+USES=		shebangfix perl5
 SHEBANG_FILES=	*.pl
-USE_PERL5_RUN=	yes
+USE_PERL5=	run
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/*.pl ${PREFIX}/bin

Modified: head/mail/msgconvert/Makefile
==============================================================================
--- head/mail/msgconvert/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/mail/msgconvert/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -19,9 +19,8 @@ RUN_DEPENDS=	p5-OLE-Storage_Lite>=0:${PO
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
-USES=		shebangfix
+USES=		shebangfix perl5
 USE_BZIP2=	yes
-USE_PERL5=	yes
 EXTRACT_CMD=	${BZCAT}
 EXTRACT_BEFORE_ARGS=	
 EXTRACT_AFTER_ARGS=	> ${PORTNAME}.pl

Modified: head/mail/premail/Makefile
==============================================================================
--- head/mail/premail/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/mail/premail/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -14,9 +14,8 @@ COMMENT=	E-mail privacy package, support
 BUILD_DEPENDS+=	pgp:${PORTSDIR}/security/pgp
 
 WRKSRC=		${WRKDIR}/premail
-USE_PERL5=	yes
 NO_BUILD=	yes
-USES=		shebangfix
+USES=		shebangfix perl5
 SHEBANG_FILES=	premail
 
 do-install:

Modified: head/mail/qmail-scanner1/Makefile
==============================================================================
--- head/mail/qmail-scanner1/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/mail/qmail-scanner1/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -23,11 +23,10 @@ SUB_LIST=	SPOOLDIR=${SPOOLDIR}
 NO_LATEST_LINK=	yes
 CONFLICTS=	qmail-scanner-2.*
 
-USES=		qmail
+USES=		qmail perl5
 
 QMAIL_QUEUE=	${QMAIL_PREFIX}/bin/qmail-queue
 
-USE_PERL5=	yes
 NO_BUILD=	yes
 
 # Barely optionnal

Modified: head/mail/tlb/Makefile
==============================================================================
--- head/mail/tlb/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/mail/tlb/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -17,13 +17,12 @@ RUN_DEPENDS=	p5-Mail-Tools>=0:${PORTSDIR
 		p5-Net>=0:${PORTSDIR}/net/p5-Net
 
 NO_BUILD=	yes
-USE_PERL5=	yes
 
 DOCS=	FAQ INSTALL README README.loglevels README.mungelist TIPS TODO \
 	complete.tlb mj.tlb simple.tlb
 FIXPREFIX=	tlb mungelist complete.tlb mj.tlb simple.tlb
 
-USES=		shebangfix
+USES=		shebangfix perl5
 SHEBANG_FILES=	${FIXPREFIX}
 perl_OLD_CMD=	/usr/local/bin/perl5
 

Modified: head/misc/chord2html/Makefile
==============================================================================
--- head/misc/chord2html/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/misc/chord2html/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -12,9 +12,8 @@ COMMENT=	Convert CHORD input files to HT
 
 RUN_DEPENDS=	p5-GD>=0:${PORTSDIR}/graphics/p5-GD
 
-USE_PERL5=	yes
+USES=		shebangfix perl5
 NO_BUILD=	yes
-USES=		shebangfix
 SHEBANG_FILES=	chord2html
 
 MAN1=	chord2html.1

Modified: head/misc/qlas/Makefile
==============================================================================
--- head/misc/qlas/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/misc/qlas/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -9,10 +9,9 @@ MASTER_SITES=	http://lev.serebryakov.spb
 MAINTAINER=	dsh@vlink.ru
 COMMENT=	Qico FIDO mailer log analyzer and statistic builder
 
-USE_PERL5=	yes
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
-USES=		shebangfix
+USES=		shebangfix perl5
 SHEBANG_FILES=	qlas
 USE_DOS2UNIX=	qlas qlas.conf.default
 

Modified: head/net-mgmt/yaf/Makefile
==============================================================================
--- head/net-mgmt/yaf/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/net-mgmt/yaf/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -17,10 +17,9 @@ LIB_DEPENDS=	fixbuf:${PORTSDIR}/net/libf
 		pcre.3:${PORTSDIR}/devel/pcre
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
+USES=		pkgconfig perl5
 USE_GNOME=	glib20 gnomehack
 USE_LDCONFIG=	yes
-USE_PERL5=	yes
 CONFIOGURE_ARGS+=	--disable-doxygen
 
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"

Modified: head/print/gnome-print/Makefile
==============================================================================
--- head/print/gnome-print/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/print/gnome-print/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -26,10 +26,8 @@ PLIST_SUB=	VERSION=${PORTVERSION}
 
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_PERL5=	yes
 USE_GNOME=	gnomehack gnomeprefix gnomehier gnomelibs gnomecanvas
-USES=		gettext
+USES=		gettext gmake perl5
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/print/gv/Makefile
==============================================================================
--- head/print/gv/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/print/gv/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -14,9 +14,8 @@ LIB_DEPENDS=	Xaw3d:${PORTSDIR}/x11-toolk
 
 USE_XORG=	xpm ice sm xext xmu x11
 USE_GHOSTSCRIPT=	yes
-USE_GMAKE=	yes
-USES=		iconv
-USE_PERL5_BUILD=	yes
+USES=		iconv gmake perl5
+USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/print/p5-Font-FreeType/Makefile
==============================================================================
--- head/print/p5-Font-FreeType/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/print/p5-Font-FreeType/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -12,8 +12,8 @@ COMMENT=	Perl extension to read font fil
 
 LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
 
-PERL_CONFIGURE=	yes
-USES=		pkgconfig
+USES=		pkgconfig perl5
+USE_PERL5=	configure
 
 MAN3=	Font::FreeType.3 \
 	Font::FreeType::Face.3 \

Modified: head/www/bannerfilter/Makefile
==============================================================================
--- head/www/bannerfilter/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/www/bannerfilter/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -14,8 +14,7 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	squid:${PORTSDIR}/www/squid
 
-USES=		shebangfix
-USE_PERL5=	yes
+USES=		shebangfix perl5
 NO_BUILD=	yes
 
 WWW_ROOT?=	www

Modified: head/www/calamaris/Makefile
==============================================================================
--- head/www/calamaris/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/www/calamaris/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -10,9 +10,8 @@ MASTER_SITES=	http://cord.de/tools/squid
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	A perl script to produce statistics out of Squid log files
 
-USE_PERL5=	yes
+USES=		shebangfix perl5
 NO_BUILD=	yes
-USES=		shebangfix
 SHEBANG_FILES=	calamaris
 
 MAN1=		calamaris.1

Modified: head/www/linklint/Makefile
==============================================================================
--- head/www/linklint/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/www/linklint/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -10,8 +10,8 @@ MASTER_SITES=	http://www.linklint.org/do
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Perl script that checks links on web sites
 
-USES=		shebangfix
-USE_PERL5_RUN=	yes
+USES=		shebangfix perl5
+USE_PERL5=	run
 NO_BUILD=	yes
 
 SHEBANG_FILES=	${DISTNAME}

Modified: head/x11-toolkits/SoXt/Makefile
==============================================================================
--- head/x11-toolkits/SoXt/Makefile	Thu Sep 12 15:12:49 2013	(r327076)
+++ head/x11-toolkits/SoXt/Makefile	Thu Sep 12 15:23:58 2013	(r327077)
@@ -12,9 +12,9 @@ COMMENT=	GUI binding for using Open Inve
 
 LIB_DEPENDS=	Coin.61:${PORTSDIR}/graphics/Coin
 
-USES=		motif pathfix
+USES=		motif pathfix perl5
 USE_GL=		yes
-USE_PERL5_BUILD=	yes
+USE_PERL5=	build
 USE_XORG=	xi
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	LIBS="${PTHREAD_LIBS}"



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