Date: Mon, 9 Sep 2013 17:31:07 +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: r326823 - in head/devel: hs-git-annex p5-Array-Unique p5-Async-MergePoint p5-B-Compiling p5-Class-Accessor-Lite p5-Data-Integer p5-Date-Simple p5-Errno p5-File-Pid p5-Getopt-GUI-Long p5... Message-ID: <201309091731.r89HV7Qj091540@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Mon Sep 9 17:31:07 2013 New Revision: 326823 URL: http://svnweb.freebsd.org/changeset/ports/326823 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/hs-git-annex/Makefile (contents, props changed) head/devel/p5-Array-Unique/Makefile (contents, props changed) head/devel/p5-Async-MergePoint/Makefile head/devel/p5-B-Compiling/Makefile (contents, props changed) head/devel/p5-Class-Accessor-Lite/Makefile (contents, props changed) head/devel/p5-Data-Integer/Makefile (contents, props changed) head/devel/p5-Date-Simple/Makefile (contents, props changed) head/devel/p5-Errno/Makefile (contents, props changed) head/devel/p5-File-Pid/Makefile (contents, props changed) head/devel/p5-Getopt-GUI-Long/Makefile head/devel/p5-HOP-Stream/Makefile (contents, props changed) head/devel/p5-Locale-Maketext-Simple/Makefile (contents, props changed) head/devel/p5-Module-Used/Makefile (contents, props changed) head/devel/p5-MooseX-Types-Signal/Makefile (contents, props changed) head/devel/p5-Net-ZooKeeper/Makefile head/devel/p5-Test-Most/Makefile (contents, props changed) head/devel/p5-Text-LevenshteinXS/Makefile (contents, props changed) head/devel/p5-pip/Makefile head/devel/pushmi/Makefile (contents, props changed) Modified: head/devel/hs-git-annex/Makefile ============================================================================== --- head/devel/hs-git-annex/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/hs-git-annex/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -16,7 +16,8 @@ USE_CABAL= bloomfilter dataenc dlist edi SafeSemaphore SHA text unix-compat utf8-string uuid USE_GMAKE= yes -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build BUILD_DEPENDS+= rsync:${PORTSDIR}/net/rsync \ git:${PORTSDIR}/devel/git \ Modified: head/devel/p5-Array-Unique/Makefile ============================================================================== --- head/devel/p5-Array-Unique/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-Array-Unique/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Array-Unique -# Date created: 2010-11-14 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Array-Unique PORTVERSION= 0.08 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Tie-able array that allows only unique values -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Array::Unique.3 Modified: head/devel/p5-Async-MergePoint/Makefile ============================================================================== --- head/devel/p5-Async-MergePoint/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-Async-MergePoint/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Async-MergePoint2 -# Date created: 2009-08-04 -# Whom: Felippe M. Motta <lippe@shire.freebsd.org> -# +# Created by: Felippe M. Motta <lippe@shire.freebsd.org> # $FreeBSD$ -# PORTNAME= Async-MergePoint PORTVERSION= 0.04 @@ -17,7 +13,8 @@ COMMENT= Perl modules that resynchronise TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Async::MergePoint.3 Modified: head/devel/p5-B-Compiling/Makefile ============================================================================== --- head/devel/p5-B-Compiling/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-B-Compiling/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -1,9 +1,4 @@ -# New ports collection makefile for: B::Compiling -# Date created: 21 Nov 2010 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= B-Compiling PORTVERSION= 0.02 @@ -18,7 +13,8 @@ RUN_DEPENDS= \ p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= B::Compiling.3 Modified: head/devel/p5-Class-Accessor-Lite/Makefile ============================================================================== --- head/devel/p5-Class-Accessor-Lite/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-Class-Accessor-Lite/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Class-Accessor-Lite -# Date created: 2010-08-09 -# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org> -# +# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org> # $FreeBSD$ -# PORTNAME= Class-Accessor-Lite PORTVERSION= 0.05 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kaoru@kaisei.org COMMENT= Minimalistic variant of p5-Class-Accessor -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::Accessor::Lite.3 Modified: head/devel/p5-Data-Integer/Makefile ============================================================================== --- head/devel/p5-Data-Integer/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-Data-Integer/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Data-Integer -# Date created: 25 Mar 2009 -# Whom: brix@FreeBSD.org -# +# Created by: brix@FreeBSD.org # $FreeBSD$ -# PORTNAME= Data-Integer PORTVERSION= 0.004 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= brix@FreeBSD.org COMMENT= Perl module for details of the native integer data type -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Data::Integer.3 Modified: head/devel/p5-Date-Simple/Makefile ============================================================================== --- head/devel/p5-Date-Simple/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-Date-Simple/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= A simple date object -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Date::Simple.3 Date::Simple::NoXS.3 \ Date::Simple::D8.3 Date::Simple::Fmt.3 \ Modified: head/devel/p5-Errno/Makefile ============================================================================== --- head/devel/p5-Errno/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-Errno/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Errno -# Date created: June 26th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# +# Created by: James FitzGibbon <jfitz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Errno PORTVERSION= 1.10 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= A perl5 module providing access to System errno constants -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Errno.3 Modified: head/devel/p5-File-Pid/Makefile ============================================================================== --- head/devel/p5-File-Pid/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-File-Pid/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-File-Pid -# Date created: 2006-09-05 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= File-Pid PORTVERSION= 1.01 @@ -18,7 +14,8 @@ COMMENT= Pid File Manipulation RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Pid.3 Modified: head/devel/p5-Getopt-GUI-Long/Makefile ============================================================================== --- head/devel/p5-Getopt-GUI-Long/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-Getopt-GUI-Long/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Wrapper around Getopt::Long -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Getopt::GUI::Long.3 Modified: head/devel/p5-HOP-Stream/Makefile ============================================================================== --- head/devel/p5-HOP-Stream/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-HOP-Stream/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-HOP-Stream -# Date created: 2010-03-04 -# Whom: Steve Wills <steve@mouf.net> -# +# Created by: Steve Wills <steve@mouf.net> # $FreeBSD$ -# PORTNAME= HOP-Stream PORTVERSION= 0.03 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Higher Order Perl Streams -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= HOP::Stream.3 Modified: head/devel/p5-Locale-Maketext-Simple/Makefile ============================================================================== --- head/devel/p5-Locale-Maketext-Simple/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-Locale-Maketext-Simple/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Locale-Maketext-Simple -# Date created: Aug 27 2003 -# Whom: Autrijus Tang <autrijus@autrijus.org> -# +# Created by: Autrijus Tang <autrijus@autrijus.org> # $FreeBSD$ -# PORTNAME= Locale-Maketext-Simple PORTVERSION= 0.21 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= rafan@FreeBSD.org COMMENT= Simple interface to Locale::Maketext::Lexicon -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Locale::Maketext::Simple.3 Modified: head/devel/p5-Module-Used/Makefile ============================================================================== --- head/devel/p5-Module-Used/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-Module-Used/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Module-Used -# Date created: 2010-01-12 -# Whom: Takuya Tsuchida <tsucchi@cpan.org> -# +# Created by: Takuya Tsuchida <tsucchi@cpan.org> # $FreeBSD$ -# PORTNAME= Module-Used PORTVERSION= v1.2.0 @@ -22,7 +18,8 @@ RUN_DEPENDS= p5-File-Next>=1.02:${PORTSD p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Module::Used.3 MAN1= modules-used.1 Modified: head/devel/p5-MooseX-Types-Signal/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-Signal/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-MooseX-Types-Signal/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MooseX-Types-Signal -# Date created: 16 Dec 2010 -# Whom: Denis Pokataev <catone@cpan.org> -# +# Created by: Denis Pokataev <catone@cpan.org> # $FreeBSD$ -# PORTNAME= MooseX-Types-Signal PORTVERSION= 1.101932 @@ -23,7 +19,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Moose>0:${PORTSDIR}/devel/p5-Moose -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MooseX::Types::Signal.3 Modified: head/devel/p5-Net-ZooKeeper/Makefile ============================================================================== --- head/devel/p5-Net-ZooKeeper/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-Net-ZooKeeper/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-ZooKeeper -# Date created: 2012-08-20 -# Whom: Steven Kreuzer <skreuzer@FreeBSD.org> -# +# Created by: Steven Kreuzer <skreuzer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Net-ZooKeeper PORTVERSION= 0.35 @@ -17,7 +13,8 @@ COMMENT= Perl extension for Apache ZooKe BUILD_DEPENDS= zookeeper>=3.3.5:${PORTSDIR}/devel/zookeeper RUN_DEPENDS:= ${BUILD_DEPEND} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS+= --zookeeper-include ${PREFIX}/include/c-client-src \ --zookeeper-include ${PREFIX}/include/zookeeper \ --zookeeper-lib ${PREFIX}/libs Modified: head/devel/p5-Test-Most/Makefile ============================================================================== --- head/devel/p5-Test-Most/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-Test-Most/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Test::Most -# Date created: 20 Feb 2009 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= Test-Most PORTVERSION= 0.31 @@ -22,7 +17,8 @@ RUN_DEPENDS= \ p5-Test-Warn>=0.23:${PORTSDIR}/devel/p5-Test-Warn BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Most.3 \ Test::Most::Exception.3 Modified: head/devel/p5-Text-LevenshteinXS/Makefile ============================================================================== --- head/devel/p5-Text-LevenshteinXS/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-Text-LevenshteinXS/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-LevenshteinXS -# Date created: 18 June 2005 -# Whom: christian -# +# Created by: christian # $FreeBSD$ -# PORTNAME= Text-LevenshteinXS PORTVERSION= 0.03 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= christian@karg.org COMMENT= Text::LevenshteinXS - CPAN Levenshtein edit distance -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::LevenshteinXS.3 Modified: head/devel/p5-pip/Makefile ============================================================================== --- head/devel/p5-pip/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/p5-pip/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -27,7 +27,8 @@ TEST_DEPENDS= p5-LWP-Online>=0:${PORTSDI p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script \ p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Module::Plan::Base.3 \ Module::Plan::Lite.3 \ Modified: head/devel/pushmi/Makefile ============================================================================== --- head/devel/pushmi/Makefile Mon Sep 9 16:55:31 2013 (r326822) +++ head/devel/pushmi/Makefile Mon Sep 9 17:31:07 2013 (r326823) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pushmi -# Date created: Dec 29 2006 -# Whom: Rong-En Fan <rafan@FreeBSD.org> -# +# Created by: Rong-En Fan <rafan@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pushmi PORTVERSION= 1.0.0 @@ -29,7 +25,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \ ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_APACHE= 22+ MAN3= Pushmi.3 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309091731.r89HV7Qj091540>