Date: Sun, 4 Aug 2013 12:30:54 +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: r324222 - in head: benchmarks/p5-Benchmark-Forking devel/p5-Benchmark-Timer devel/p5-File-Append-TempFile devel/stlfilt mail/p5-Net-SMTP-SSL math/p5-Math-Round net-mgmt/p5-Net-IP sysuti... Message-ID: <201308041230.r74CUsFj043592@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Sun Aug 4 12:30:54 2013 New Revision: 324222 URL: http://svnweb.freebsd.org/changeset/ports/324222 Log: - Convert to new perl framework Approved by: eadler@ (maintainer) Modified: head/benchmarks/p5-Benchmark-Forking/Makefile head/devel/p5-Benchmark-Timer/Makefile (contents, props changed) head/devel/p5-File-Append-TempFile/Makefile (contents, props changed) head/devel/stlfilt/Makefile (contents, props changed) head/mail/p5-Net-SMTP-SSL/Makefile head/math/p5-Math-Round/Makefile (contents, props changed) head/net-mgmt/p5-Net-IP/Makefile (contents, props changed) head/sysutils/stalepid/Makefile (contents, props changed) head/textproc/p5-Time-Human/Makefile (contents, props changed) Modified: head/benchmarks/p5-Benchmark-Forking/Makefile ============================================================================== --- head/benchmarks/p5-Benchmark-Forking/Makefile Sun Aug 4 12:19:25 2013 (r324221) +++ head/benchmarks/p5-Benchmark-Forking/Makefile Sun Aug 4 12:30:54 2013 (r324222) @@ -12,7 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= eadler@FreeBSD.org COMMENT= Run benchmarks in separate processes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Benchmark::Forking.3 Modified: head/devel/p5-Benchmark-Timer/Makefile ============================================================================== --- head/devel/p5-Benchmark-Timer/Makefile Sun Aug 4 12:19:25 2013 (r324221) +++ head/devel/p5-Benchmark-Timer/Makefile Sun Aug 4 12:30:54 2013 (r324222) @@ -14,7 +14,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Benchmark::Timer.3 Benchmark::delta.3 Modified: head/devel/p5-File-Append-TempFile/Makefile ============================================================================== --- head/devel/p5-File-Append-TempFile/Makefile Sun Aug 4 12:19:25 2013 (r324221) +++ head/devel/p5-File-Append-TempFile/Makefile Sun Aug 4 12:30:54 2013 (r324222) @@ -13,7 +13,8 @@ COMMENT= Append data to files using a te TEST_DEPENDS= p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Append::TempFile.3 Modified: head/devel/stlfilt/Makefile ============================================================================== --- head/devel/stlfilt/Makefile Sun Aug 4 12:19:25 2013 (r324221) +++ head/devel/stlfilt/Makefile Sun Aug 4 12:30:54 2013 (r324222) @@ -11,10 +11,11 @@ EXTRACT_SUFX= .tar MAINTAINER= eadler@FreeBSD.org COMMENT= STL Error Message Decryptor for C++ +USES= perl5 EXTRACT_CMD= ${TAR} EXTRACT_BEFORE_ARGS= -xf EXTRACT_AFTER_ARGS= # empty -USE_PERL5_RUN= yes +USE_PERL5= run NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/mail/p5-Net-SMTP-SSL/Makefile ============================================================================== --- head/mail/p5-Net-SMTP-SSL/Makefile Sun Aug 4 12:19:25 2013 (r324221) +++ head/mail/p5-Net-SMTP-SSL/Makefile Sun Aug 4 12:30:54 2013 (r324222) @@ -12,7 +12,8 @@ COMMENT= SMTP client supporting SSL BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SMTP::SSL.3 Modified: head/math/p5-Math-Round/Makefile ============================================================================== --- head/math/p5-Math-Round/Makefile Sun Aug 4 12:19:25 2013 (r324221) +++ head/math/p5-Math-Round/Makefile Sun Aug 4 12:30:54 2013 (r324222) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= eadler@FreeBSD.org COMMENT= Perl extension for rounding numbers -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::Round.3 Modified: head/net-mgmt/p5-Net-IP/Makefile ============================================================================== --- head/net-mgmt/p5-Net-IP/Makefile Sun Aug 4 12:19:25 2013 (r324221) +++ head/net-mgmt/p5-Net-IP/Makefile Sun Aug 4 12:30:54 2013 (r324222) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= eadler@FreeBSD.org COMMENT= Perl extension for manipulating IPv4/IPv6 addresses -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::IP.3 Modified: head/sysutils/stalepid/Makefile ============================================================================== --- head/sysutils/stalepid/Makefile Sun Aug 4 12:19:25 2013 (r324221) +++ head/sysutils/stalepid/Makefile Sun Aug 4 12:30:54 2013 (r324222) @@ -12,7 +12,8 @@ COMMENT= Check for stale pid files and r RUN_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run WRKSRC= ${WRKDIR}/${DISTNAME} Modified: head/textproc/p5-Time-Human/Makefile ============================================================================== --- head/textproc/p5-Time-Human/Makefile Sun Aug 4 12:19:25 2013 (r324221) +++ head/textproc/p5-Time-Human/Makefile Sun Aug 4 12:30:54 2013 (r324222) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= eadler@FreeBSD.org COMMENT= Convert localtime() format to "speaking clock" time -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Time::Human.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308041230.r74CUsFj043592>