From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 07:44:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2AE19B17; Sat, 7 Sep 2013 07:44:31 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A0D120EE; Sat, 7 Sep 2013 07:44:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r877iUH3075001; Sat, 7 Sep 2013 07:44:30 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r877iRSZ074976; Sat, 7 Sep 2013 07:44:27 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309070744.r877iRSZ074976@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 07:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326575 - in head: biology/consed biology/p5-Bio-ASN1-EntrezGene biology/p5-bioperl-run biology/velvet devel/p5-Config-YAML devel/p5-MooseX-CompileTime-Traits devel/p5-Sys-Cpu sysutils/... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2013 07:44:31 -0000 Author: az Date: Sat Sep 7 07:44:26 2013 New Revision: 326575 URL: http://svnweb.freebsd.org/changeset/ports/326575 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/biology/consed/Makefile (contents, props changed) head/biology/p5-Bio-ASN1-EntrezGene/Makefile (contents, props changed) head/biology/p5-bioperl-run/Makefile (contents, props changed) head/biology/velvet/Makefile (contents, props changed) head/devel/p5-Config-YAML/Makefile (contents, props changed) head/devel/p5-MooseX-CompileTime-Traits/Makefile (contents, props changed) head/devel/p5-Sys-Cpu/Makefile (contents, props changed) head/sysutils/backupme/Makefile (contents, props changed) head/sysutils/p5-BSD-Sysctl/Makefile (contents, props changed) head/sysutils/p5-Filesys-DiskUsage/Makefile (contents, props changed) head/sysutils/p5-Lchown/Makefile (contents, props changed) head/sysutils/p5-MogileFS-Utils/Makefile head/sysutils/p5-Proc-PidUtil/Makefile (contents, props changed) head/sysutils/p5-Schedule-At/Makefile (contents, props changed) head/sysutils/pwgen/Makefile (contents, props changed) head/sysutils/topless/Makefile (contents, props changed) head/sysutils/usermin/Makefile head/sysutils/worldtools/Makefile (contents, props changed) head/x11-themes/fvwm-themes/Makefile (contents, props changed) Modified: head/biology/consed/Makefile ============================================================================== --- head/biology/consed/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/biology/consed/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -19,7 +19,7 @@ RUN_DEPENDS= phred:${PORTSDIR}/biology/p phrap:${PORTSDIR}/biology/phrap \ phd2fasta:${PORTSDIR}/biology/phd2fasta -USE_PERL5= yes +USES= perl5 USE_LINUX= yes USE_LINUX_APPS= xorglibs ONLY_FOR_ARCHS= i386 amd64 Modified: head/biology/p5-Bio-ASN1-EntrezGene/Makefile ============================================================================== --- head/biology/p5-Bio-ASN1-EntrezGene/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/biology/p5-Bio-ASN1-EntrezGene/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -17,7 +17,8 @@ COMMENT= Regular expression-based Perl P WRKSRC= ${WRKDIR}/Bio-ASN1-EntrezGene-1.09 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Bio::ASN1::EntrezGene.3 \ Bio::ASN1::EntrezGene::Indexer.3 \ Modified: head/biology/p5-bioperl-run/Makefile ============================================================================== --- head/biology/p5-bioperl-run/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/biology/p5-bioperl-run/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -24,7 +24,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= p5-bioperl-run-1.[13579]* -PERL_MODBUILD= YES +USES= perl5 +USE_PERL5= modbuild WRKSRC= ${WRKDIR}/BioPerl-run-1.6.0 MAN1= bp_bioperl_application_installer.pl.1 \ Modified: head/biology/velvet/Makefile ============================================================================== --- head/biology/velvet/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/biology/velvet/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -22,7 +22,8 @@ MAXKMERLENGTH?= 31 VELVET_CATEGORIES?= 2 MAKE_ENV+= MAXKMERLENGTH=${MAXKMERLENGTH} CATEGORIES=${VELVET_CATEGORIES} -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run BINARIES= velvetg velveth SCRIPTS= shuffleSequences_fasta.pl shuffleSequences_fastq.pl \ Modified: head/devel/p5-Config-YAML/Makefile ============================================================================== --- head/devel/p5-Config-YAML/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/devel/p5-Config-YAML/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -17,7 +17,8 @@ COMMENT= Simple configuration automation BUILD_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Config::YAML.3 Modified: head/devel/p5-MooseX-CompileTime-Traits/Makefile ============================================================================== --- head/devel/p5-MooseX-CompileTime-Traits/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/devel/p5-MooseX-CompileTime-Traits/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -19,7 +19,8 @@ RUN_DEPENDS= \ p5-MooseX-Declare>0:${PORTSDIR}/devel/p5-MooseX-Declare BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MooseX::CompileTime::Traits.3 Modified: head/devel/p5-Sys-Cpu/Makefile ============================================================================== --- head/devel/p5-Sys-Cpu/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/devel/p5-Sys-Cpu/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= terry@sucked-in.com COMMENT= Sys::CPU - Perl extension for getting CPU information -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::CPU.3 Modified: head/sysutils/backupme/Makefile ============================================================================== --- head/sysutils/backupme/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/backupme/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -24,7 +24,7 @@ RUN_DEPENDS= p5-Log-Log4perl>=0:${PORTSD p5-Net-Jabber>=0:${PORTSDIR}/net-im/p5-Net-Jabber \ p5-Net-SSH>=0:${PORTSDIR}/net/p5-Net-SSH -USE_PERL5= yes +USES= perl5 NO_BUILD= yes NO_INSTALL_MANPAGES= yes Modified: head/sysutils/p5-BSD-Sysctl/Makefile ============================================================================== --- head/sysutils/p5-BSD-Sysctl/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/p5-BSD-Sysctl/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= david@landgren.net COMMENT= Fetch sysctl values from BSD-like systems -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BSD::Sysctl.3 Modified: head/sysutils/p5-Filesys-DiskUsage/Makefile ============================================================================== --- head/sysutils/p5-Filesys-DiskUsage/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/p5-Filesys-DiskUsage/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Perl equivalent of du(1) -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Filesys::DiskUsage.3 Modified: head/sysutils/p5-Lchown/Makefile ============================================================================== --- head/sysutils/p5-Lchown/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/p5-Lchown/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jeffrey@goldmark.org COMMENT= A perl5 module providing access to lchown(2) -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Lchown.3 Modified: head/sysutils/p5-MogileFS-Utils/Makefile ============================================================================== --- head/sysutils/p5-MogileFS-Utils/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/p5-MogileFS-Utils/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-MogileFS-Client>=1.16: p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= mogadm.1 \ mogdelete.1 \ Modified: head/sysutils/p5-Proc-PidUtil/Makefile ============================================================================== --- head/sysutils/p5-Proc-PidUtil/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/p5-Proc-PidUtil/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= PID file management utilities -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Proc::PidUtil.3 Modified: head/sysutils/p5-Schedule-At/Makefile ============================================================================== --- head/sysutils/p5-Schedule-At/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/p5-Schedule-At/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= OS independent interface to the Unix 'at' command -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Schedule::At.3 Modified: head/sysutils/pwgen/Makefile ============================================================================== --- head/sysutils/pwgen/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/pwgen/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -15,7 +15,8 @@ MAINTAINER= andrey@hm.perm.ru COMMENT= A small, powerful, GPL'ed password generator GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build MAN1= pwgen.1 PLIST_FILES= bin/pwgen Modified: head/sysutils/topless/Makefile ============================================================================== --- head/sysutils/topless/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/topless/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -13,7 +13,8 @@ MASTER_SITES= http://people.freebsd.org/ MAINTAINER= koma2@lovepeers.org COMMENT= Display command output on the whole screen like "top" -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build MAN1= topless.1 PLIST_FILES= bin/topless Modified: head/sysutils/usermin/Makefile ============================================================================== --- head/sysutils/usermin/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/usermin/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -18,7 +18,7 @@ RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM NO_BUILD= yes -USE_PERL5= yes +USES= perl5 USE_RC_SUBR= usermin SUB_LIST= PERL5=${PERL} SUB_FILES= pkg-message Modified: head/sysutils/worldtools/Makefile ============================================================================== --- head/sysutils/worldtools/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/sysutils/worldtools/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -14,7 +14,8 @@ MASTER_SITES= http://anarcat.ath.cx/soft MAINTAINER= anarcat@anarcat.ath.cx COMMENT= Handy tools for living with make world -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN8= buildit.8 upgrade.8 whereintheworld.8 Modified: head/x11-themes/fvwm-themes/Makefile ============================================================================== --- head/x11-themes/fvwm-themes/Makefile Sat Sep 7 07:11:48 2013 (r326574) +++ head/x11-themes/fvwm-themes/Makefile Sat Sep 7 07:44:26 2013 (r326575) @@ -23,7 +23,7 @@ RUN_DEPENDS= fvwm2:${PORTSDIR}/x11-wm/fv USE_BZIP2= yes USE_XORG= xpm USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes MAN1= fvwm-themes-config.1 fvwm-themes-menuapp.1 fvwm-themes-com.1 \