svn commit: r326818 - in head/devel: cvs2cl p5-AnyEvent-DBus p5-B-Hooks-OP-Check-EntersubForCV p5-Dancer-Debug p5-Devel-CheckLib p5-Eval-Context p5-IO-HTML p5-List-Uniq p5-Metabase-Fact p5-MooseX-T...
Andrej Zverev
az at FreeBSD.org
Mon Sep 9 15:55:52 UTC 2013
Author: az
Date: Mon Sep 9 15:55:47 2013
New Revision: 326818
URL: http://svnweb.freebsd.org/changeset/ports/326818
Log:
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Modified:
head/devel/cvs2cl/Makefile (contents, props changed)
head/devel/p5-AnyEvent-DBus/Makefile (contents, props changed)
head/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile (contents, props changed)
head/devel/p5-Dancer-Debug/Makefile (contents, props changed)
head/devel/p5-Devel-CheckLib/Makefile (contents, props changed)
head/devel/p5-Eval-Context/Makefile (contents, props changed)
head/devel/p5-IO-HTML/Makefile (contents, props changed)
head/devel/p5-List-Uniq/Makefile (contents, props changed)
head/devel/p5-Metabase-Fact/Makefile (contents, props changed)
head/devel/p5-MooseX-Types-JSON/Makefile (contents, props changed)
head/devel/p5-MouseX-Types-Path-Class/Makefile
head/devel/p5-Proc-WaitStat/Makefile (contents, props changed)
head/devel/p5-SVN-Notify-Filter-AuthZMail/Makefile (contents, props changed)
head/devel/p5-SVN-Notify-Filter-EmailFlatFileDB/Makefile (contents, props changed)
head/devel/p5-Sub-Signatures/Makefile (contents, props changed)
head/devel/p5-Test-Debugger/Makefile (contents, props changed)
head/devel/p5-Test-YAML-Meta/Makefile
head/devel/p5-Tie-Hash-Regex/Makefile (contents, props changed)
head/devel/p5-Time-Stopwatch/Makefile (contents, props changed)
Modified: head/devel/cvs2cl/Makefile
==============================================================================
--- head/devel/cvs2cl/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/cvs2cl/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: cvs2cl
-# Date created: 6 June 2000
-# Whom: knu at FreeBSD.org
-#
+# Created by: knu at FreeBSD.org
# $FreeBSD$
-#
PORTNAME= cvs2cl
PORTVERSION= 2.73
@@ -18,7 +14,7 @@ EXTRACT_ONLY= # none
MAINTAINER= mva at FreeBSD.org
COMMENT= CVS-log-message-to-ChangeLog conversion script
-USE_PERL5= yes
+USES= perl5
NO_WRKSUBDIR= yes
NO_BUILD= yes
Modified: head/devel/p5-AnyEvent-DBus/Makefile
==============================================================================
--- head/devel/p5-AnyEvent-DBus/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-AnyEvent-DBus/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: AnyEvent::DBus
-# Date created: 2010-06-21
-# Whom: Sahil Tandon <sahil at FreeBSD.org>
-#
+# Created by: Sahil Tandon <sahil at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= AnyEvent-DBus
PORTVERSION= 0.31
@@ -23,6 +19,7 @@ RUN_DEPENDS= p5-AnyEvent>=5:${PORTSDIR}/
MAN3= AnyEvent::DBus.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
Modified: head/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile
==============================================================================
--- head/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: B::Hooks::OP::Check::EntersubForCV
-# Date created: 22 Nov 2010
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= B-Hooks-OP-Check-EntersubForCV
PORTVERSION= 0.09
@@ -22,7 +17,8 @@ BUILD_DEPENDS= \
p5-B-Utils>0:${PORTSDIR}/devel/p5-B-Utils \
p5-ExtUtils-Depends>0:${PORTSDIR}/devel/p5-ExtUtils-Depends
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= B::Hooks::OP::Check::EntersubForCV.3
Modified: head/devel/p5-Dancer-Debug/Makefile
==============================================================================
--- head/devel/p5-Dancer-Debug/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-Dancer-Debug/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Dancer-Debug
-# Date created: 18 january 2011
-# Whom: Geistteufel <geistteufel at yahoo.fr>
-#
+# Created by: Geistteufel <geistteufel at yahoo.fr>
# $FreeBSD$
-#
PORTNAME= Dancer-Debug
PORTVERSION= 0.03
@@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Class-Method-Modifiers>=
p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer \
p5-Plack-Middleware-Debug>=0:${PORTSDIR}/www/p5-Plack-Middleware-Debug
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Dancer::Debug.3 \
Plack::Middleware::Debug::Dancer::Logger.3 \
Modified: head/devel/p5-Devel-CheckLib/Makefile
==============================================================================
--- head/devel/p5-Devel-CheckLib/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-Devel-CheckLib/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -16,7 +16,8 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-IO-CaptureOutput>=1.08:${PORTSDIR}/devel/p5-IO-CaptureOutput
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= use-devel-checklib.1
MAN3= Devel::CheckLib.3
Modified: head/devel/p5-Eval-Context/Makefile
==============================================================================
--- head/devel/p5-Eval-Context/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-Eval-Context/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -28,7 +28,8 @@ BUILD_DEPENDS= p5-Test-Output>=0:${PORTS
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Eval::Context.3
Modified: head/devel/p5-IO-HTML/Makefile
==============================================================================
--- head/devel/p5-IO-HTML/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-IO-HTML/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -13,7 +13,8 @@ COMMENT= Open an HTML file with automati
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= IO::HTML.3
Modified: head/devel/p5-List-Uniq/Makefile
==============================================================================
--- head/devel/p5-List-Uniq/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-List-Uniq/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-List-Uniq
-# Date created: 2009-01-09
-# Whom: Murilo Opsfelder <mopsfelder at gmail.com>
-#
+# Created by: Murilo Opsfelder <mopsfelder at gmail.com>
# $FreeBSD$
-#
PORTNAME= List-Uniq
PORTVERSION= 0.20
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mopsfelder at gmail.com
COMMENT= Extract the unique elements of a list
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= List::Uniq.3
Modified: head/devel/p5-Metabase-Fact/Makefile
==============================================================================
--- head/devel/p5-Metabase-Fact/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-Metabase-Fact/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Metabase-Fact
-# Date created: 2011-02-05
-# Whom: Steve Wills <swills at FreeBSD.org>
-#
+# Created by: Steve Wills <swills at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Metabase-Fact
PORTVERSION= 0.021
@@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-JSON>=2.0:${PORTSDIR}/
p5-CPAN-DistnameInfo>0:${PORTSDIR}/devel/p5-CPAN-DistnameInfo
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= metabase-profile.1
MAN3= Metabase::Fact.3 Metabase::Resource::metabase.3 \
Modified: head/devel/p5-MooseX-Types-JSON/Makefile
==============================================================================
--- head/devel/p5-MooseX-Types-JSON/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-MooseX-Types-JSON/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: MooseX-Types-JSON
-# Date created: 2011-02-17
-# Whom: milki <milki at rescomp.berkeley.edu>
-#
+# Created by: milki <milki at rescomp.berkeley.edu>
# $FreeBSD$
-#
PORTNAME= MooseX-Types-JSON
PORTVERSION= 0.02
@@ -24,7 +20,8 @@ RUN_DEPENDS= p5-Moose>=0.82:${PORTSDIR}/
TEST_DEPENDS= p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= MooseX::Types::JSON.3
Modified: head/devel/p5-MouseX-Types-Path-Class/Makefile
==============================================================================
--- head/devel/p5-MouseX-Types-Path-Class/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-MouseX-Types-Path-Class/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-MouseX-Types-Path-Class
-# Date created: 2009-04-22
-# Whom: TERAMOTO Masahiro <markun at onohara.to>
-#
+# Created by: TERAMOTO Masahiro <markun at onohara.to>
# $FreeBSD$
-#
PORTNAME= MouseX-Types-Path-Class
PORTVERSION= 0.07
@@ -26,7 +22,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-UseAllModules>0:${PORTSDIR}/devel/p5-Test-UseAllModules
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= MouseX::Types::Path::Class.3
Modified: head/devel/p5-Proc-WaitStat/Makefile
==============================================================================
--- head/devel/p5-Proc-WaitStat/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-Proc-WaitStat/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Proc-WaitStat
-# Date created: Tue 02 Mar 2010
-# Whom: Alexey V. Degtyarev <alexey at renatasystems.org>
-#
+# Created by: Alexey V. Degtyarev <alexey at renatasystems.org>
# $FreeBSD$
-#
PORTNAME= Proc-WaitStat
PORTVERSION= 1.00
@@ -17,7 +13,8 @@ COMMENT= Interpret and act on wait() sta
BUILD_DEPENDS= p5-IPC-Signal>=0:${PORTSDIR}/devel/p5-IPC-Signal
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Proc::WaitStat.3
Modified: head/devel/p5-SVN-Notify-Filter-AuthZMail/Makefile
==============================================================================
--- head/devel/p5-SVN-Notify-Filter-AuthZMail/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-SVN-Notify-Filter-AuthZMail/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: SVN-Notify-Filter-AuthZMail
-# Date created: 2008-07-21
-# Whom: glarkin@
-#
+# Created by: glarkin@
# $FreeBSD$
-#
PORTNAME= SVN-Notify-Filter-AuthZMail
PORTVERSION= 1.01
@@ -20,7 +16,8 @@ RUN_DEPENDS= p5-SVN-Notify>=2.72:${PORTS
BUILD_DEPENDS= p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify \
p5-SVN-Access>=0:${PORTSDIR}/devel/p5-SVN-Access
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= SVN::Notify::Filter::AuthZMail.3
Modified: head/devel/p5-SVN-Notify-Filter-EmailFlatFileDB/Makefile
==============================================================================
--- head/devel/p5-SVN-Notify-Filter-EmailFlatFileDB/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-SVN-Notify-Filter-EmailFlatFileDB/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: SVN-Notify-Filter-EmailFlatFileDB
-# Date created: 2008-07-21
-# Whom: Greg Larkin <glarkin at FreeBSD.org>
-#
+# Created by: Greg Larkin <glarkin at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= SVN-Notify-Filter-EmailFlatFileDB
PORTVERSION= 1.01
@@ -17,7 +13,8 @@ COMMENT= Converts account names to email
RUN_DEPENDS= p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify
BUILD_DEPENDS= p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= SVN::Notify::Filter::EmailFlatFileDB.3
Modified: head/devel/p5-Sub-Signatures/Makefile
==============================================================================
--- head/devel/p5-Sub-Signatures/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-Sub-Signatures/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Sub-Uplevel>=0.12:${PO
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Sub::Signatures.3
Modified: head/devel/p5-Test-Debugger/Makefile
==============================================================================
--- head/devel/p5-Test-Debugger/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-Test-Debugger/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: devel/p5-Test-Debugger
-# Date created: February 13, 2008
-# Whom: Yen-Ming Lee <leeym at FreeBSD.org>
-#
+# Created by: Yen-Ming Lee <leeym at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Test-Debugger
PORTVERSION= 0.14
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= leeym at FreeBSD.org
COMMENT= Create Test Scripts which Generate Log Files
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Test::Debugger.3
Modified: head/devel/p5-Test-YAML-Meta/Makefile
==============================================================================
--- head/devel/p5-Test-YAML-Meta/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-Test-YAML-Meta/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Test-YAML-Valid>=0:${P
p5-Test-CPAN-Meta-YAML>=0.17:${PORTSDIR}/devel/p5-Test-CPAN-Meta-YAML
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Test::YAML::Meta.3
Modified: head/devel/p5-Tie-Hash-Regex/Makefile
==============================================================================
--- head/devel/p5-Tie-Hash-Regex/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-Tie-Hash-Regex/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Tie-Hash-Regex
-# Date created: 01 Jan 2007
-# Whom: Aaron Dalton <aaron at FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Tie-Hash-Regex
PORTVERSION= 1.02
@@ -19,6 +15,7 @@ RUN_DEPENDS= p5-Attribute-Handlers>=0.76
MAN3= Tie::Hash::Regex.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
Modified: head/devel/p5-Time-Stopwatch/Makefile
==============================================================================
--- head/devel/p5-Time-Stopwatch/Makefile Mon Sep 9 15:45:43 2013 (r326817)
+++ head/devel/p5-Time-Stopwatch/Makefile Mon Sep 9 15:55:47 2013 (r326818)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Time::Stopwatch
-# Date created: 2006-11-18
-# Whom: Sulev-Madis Silber <madis555 at hot.ee>
-#
+# Created by: Sulev-Madis Silber <madis555 at hot.ee>
# $FreeBSD$
-#
PORTNAME= Time-Stopwatch
PORTVERSION= 1.00
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= madis555 at hot.ee
COMMENT= Use tied scalars as timers
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Time::Stopwatch.3
More information about the svn-ports-all
mailing list