From owner-svn-ports-all@FreeBSD.ORG Sun Sep 8 13:59:52 2013 Return-Path: Delivered-To: svn-ports-all@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 A8229157; Sun, 8 Sep 2013 13:59:52 +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 7B3AE2F45; Sun, 8 Sep 2013 13:59:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r88DxqND002917; Sun, 8 Sep 2013 13:59:52 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r88DxmOl002854; Sun, 8 Sep 2013 13:59:48 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309081359.r88DxmOl002854@svn.freebsd.org> From: Andrej Zverev Date: Sun, 8 Sep 2013 13:59:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326728 - in head/devel: deputy p5-AnyEvent-Graphite p5-Class-Adapter p5-Config-Properties p5-Devel-BeginLift p5-Devel-Caller-Perl p5-Devel-Cover-Report-Clover p5-Devel-Events p5-Dist-C... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 13:59:52 -0000 Author: az Date: Sun Sep 8 13:59:48 2013 New Revision: 326728 URL: http://svnweb.freebsd.org/changeset/ports/326728 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/deputy/Makefile (contents, props changed) head/devel/p5-AnyEvent-Graphite/Makefile (contents, props changed) head/devel/p5-Class-Adapter/Makefile (contents, props changed) head/devel/p5-Config-Properties/Makefile head/devel/p5-Devel-BeginLift/Makefile (contents, props changed) head/devel/p5-Devel-Caller-Perl/Makefile (contents, props changed) head/devel/p5-Devel-Cover-Report-Clover/Makefile (contents, props changed) head/devel/p5-Devel-Events/Makefile (contents, props changed) head/devel/p5-Dist-CheckConflicts/Makefile head/devel/p5-File-LibMagic/Makefile head/devel/p5-File-Slurp-Tree/Makefile (contents, props changed) head/devel/p5-IPC-Open3-Simple/Makefile (contents, props changed) head/devel/p5-MooseX-Traits-Pluggable/Makefile (contents, props changed) head/devel/p5-Sys-SigAction/Makefile head/devel/p5-Test-HasVersion/Makefile (contents, props changed) head/devel/p5-Test-Weaken/Makefile (contents, props changed) head/devel/p5-WeakRef/Makefile (contents, props changed) head/devel/p5-ZML/Makefile (contents, props changed) head/devel/p5-subatom/Makefile (contents, props changed) Modified: head/devel/deputy/Makefile ============================================================================== --- head/devel/deputy/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/deputy/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: deputy -# Date created: 19 March 2007 -# Whom: Kevin Lo -# +# Created by: Kevin Lo # $FreeBSD$ -# PORTNAME= deputy PORTVERSION= 1.1 @@ -19,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/ocamlopt CONFLICTS= cil-* ONLY_FOR_ARCHS= i386 amd64 -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes GNU_CONFIGURE= yes Modified: head/devel/p5-AnyEvent-Graphite/Makefile ============================================================================== --- head/devel/p5-AnyEvent-Graphite/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-AnyEvent-Graphite/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-AnyEvent-Graphite -# Date created: 2011-11-25 -# Whom: Steven Kreuzer -# +# Created by: Steven Kreuzer # $FreeBSD$ -# PORTNAME= AnyEvent-Graphite PORTVERSION= 0.08 @@ -18,7 +14,8 @@ RUN_DEPENDS= p5-AnyEvent>=4.15:${PORTSDI p5-AnyEvent-SNMP>=1.0:${PORTSDIR}/net-mgmt/p5-AnyEvent-SNMP BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::Graphite.3 \ AnyEvent::Graphite::SNMPAgent.3 Modified: head/devel/p5-Class-Adapter/Makefile ============================================================================== --- head/devel/p5-Class-Adapter/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-Class-Adapter/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Class-Adapter -# Date created: 2006-08-13 -# Whom: Tsung-Han Yeh -# +# Created by: Tsung-Han Yeh # $FreeBSD$ -# PORTNAME= Class-Adapter PORTVERSION= 1.08 @@ -17,7 +13,8 @@ COMMENT= Perl implementation of the "Ada LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::Adapter.3 \ Class::Adapter::Builder.3 \ Modified: head/devel/p5-Config-Properties/Makefile ============================================================================== --- head/devel/p5-Config-Properties/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-Config-Properties/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Config-Properties -# Date created: 28 December 2006 -# Whom: Craig Manley -# +# Created by: Craig Manley # $FreeBSD$ -# PORTNAME= Config-Properties PORTVERSION= 1.75 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= cmanley@xs4all.nl COMMENT= Read and write property files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Config::Properties.3 Modified: head/devel/p5-Devel-BeginLift/Makefile ============================================================================== --- head/devel/p5-Devel-BeginLift/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-Devel-BeginLift/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Devel::BeginLift -# Date created: 22 Nov 2010 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Devel-BeginLift PORTVERSION= 0.001003 @@ -19,7 +14,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-ExtUtils-Depends>0:${PORTSDIR}/devel/p5-ExtUtils-Depends -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Devel::BeginLift.3 Modified: head/devel/p5-Devel-Caller-Perl/Makefile ============================================================================== --- head/devel/p5-Devel-Caller-Perl/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-Devel-Caller-Perl/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Devel::Caller::Perl -# Date created: 15 Sep 2009 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Devel-Caller-Perl PORTVERSION= 1.4 @@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to implement Devel::Caller with Perl only -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Devel::Caller::Perl.3 Modified: head/devel/p5-Devel-Cover-Report-Clover/Makefile ============================================================================== --- head/devel/p5-Devel-Cover-Report-Clover/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-Devel-Cover-Report-Clover/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Devel::Cover::Report::Clover -# Date created: 31 Dec 2011 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Devel-Cover-Report-Clover PORTVERSION= 0.35 @@ -26,7 +21,8 @@ TEST_DEPENDS= \ p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-MockObject>0:${PORTSDIR}/devel/p5-Test-MockObject -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Devel::Cover::Report::Clover.3 Modified: head/devel/p5-Devel-Events/Makefile ============================================================================== --- head/devel/p5-Devel-Events/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-Devel-Events/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Devel-Events -# Date created: 23 Oct 2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= Devel-Events PORTVERSION= 0.08 @@ -23,7 +19,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ p5-Sub-Uplevel>=0.18:${PORTSDIR}/devel/p5-Sub-Uplevel -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Devel::Events.3 \ Devel::Events::Filter.3 \ Modified: head/devel/p5-Dist-CheckConflicts/Makefile ============================================================================== --- head/devel/p5-Dist-CheckConflicts/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-Dist-CheckConflicts/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Dist-CheckConflicts -# Date created: 9 February 2011 -# Whom: milki -# +# Created by: milki # $FreeBSD$ -# PORTNAME= Dist-CheckConflicts PORTVERSION= 0.02 @@ -23,7 +19,8 @@ RUN_DEPENDS= p5-List-MoreUtils>=0.12:${P TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dist::CheckConflicts.3 Modified: head/devel/p5-File-LibMagic/Makefile ============================================================================== --- head/devel/p5-File-LibMagic/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-File-LibMagic/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -10,7 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= tj@FreeBSD.org COMMENT= Nice wrapper for libmagic -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::LibMagic.3 Modified: head/devel/p5-File-Slurp-Tree/Makefile ============================================================================== --- head/devel/p5-File-Slurp-Tree/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-File-Slurp-Tree/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-File-Slurp-Tree -# Date created: 2006-07-15 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= File-Slurp-Tree PORTVERSION= 1.24 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-File-Find-Rule>=0:${PO p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Slurp::Tree.3 Modified: head/devel/p5-IPC-Open3-Simple/Makefile ============================================================================== --- head/devel/p5-IPC-Open3-Simple/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-IPC-Open3-Simple/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-IPC-Open3-Simple -# Date created: 2006-07-21 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= IPC-Open3-Simple PORTVERSION= 0.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= A simple alternative to IPC::Open3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IPC::Open3::Simple.3 Modified: head/devel/p5-MooseX-Traits-Pluggable/Makefile ============================================================================== --- head/devel/p5-MooseX-Traits-Pluggable/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-MooseX-Traits-Pluggable/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-MooseX-Traits-Pluggable -# Date created: 25 July 2009 -# Whom: Bill Brinzer -# +# Created by: Bill Brinzer # $FreeBSD$ -# PORTNAME= MooseX-Traits-Pluggable PORTVERSION= 0.10 @@ -22,7 +18,8 @@ BUILD_DEPENDS= \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MooseX::Traits::Pluggable.3 Modified: head/devel/p5-Sys-SigAction/Makefile ============================================================================== --- head/devel/p5-Sys-SigAction/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-Sys-SigAction/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -13,7 +13,8 @@ COMMENT= Perl extension for Consistent S LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::SigAction.3 Modified: head/devel/p5-Test-HasVersion/Makefile ============================================================================== --- head/devel/p5-Test-HasVersion/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-Test-HasVersion/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-HasVersion -# Date created: 2006-07-16 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Test-HasVersion PORTVERSION= 0.01.2 @@ -15,7 +11,8 @@ DISTNAME= ${PORTNAME}-0.012 MAINTAINER= gslin@gslin.org COMMENT= Check Perl modules have version numbers -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::HasVersion.3 Modified: head/devel/p5-Test-Weaken/Makefile ============================================================================== --- head/devel/p5-Test-Weaken/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-Test-Weaken/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -13,7 +13,8 @@ COMMENT= Test that freed memory objects LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Weaken.3 Modified: head/devel/p5-WeakRef/Makefile ============================================================================== --- head/devel/p5-WeakRef/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-WeakRef/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= amdmi3@FreeBSD.org COMMENT= An API to the Perl weak references -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WeakRef.3 Modified: head/devel/p5-ZML/Makefile ============================================================================== --- head/devel/p5-ZML/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-ZML/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-ZML -# Date created: 2008-05-12 -# Whom: Zane C, Bowers -# +# Created by: Zane C, Bowers # $FreeBSD$ -# PORTNAME= ZML PORTVERSION= 1.0.0 @@ -18,7 +14,8 @@ COMMENT= A simple, fast, and easy to rea BUILD_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper RUN_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ZML.3 Modified: head/devel/p5-subatom/Makefile ============================================================================== --- head/devel/p5-subatom/Makefile Sun Sep 8 13:56:14 2013 (r326727) +++ head/devel/p5-subatom/Makefile Sun Sep 8 13:59:48 2013 (r326728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-subatom -# Date created: 2006-09-26 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= subatom PORTVERSION= 0.12 @@ -18,7 +14,8 @@ COMMENT= Produce an atom feed from subve BUILD_DEPENDS= p5-XML-Atom-SimpleFeed>=0:${PORTSDIR}/textproc/p5-XML-Atom-SimpleFeed RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild PLIST_FILES= bin/subatom MAN1= subatom.1