From owner-svn-ports-head@FreeBSD.ORG Sun Aug 4 12:39:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A899FCFF; Sun, 4 Aug 2013 12:39:47 +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 8650A2739; Sun, 4 Aug 2013 12:39:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r74Cdl0k044747; Sun, 4 Aug 2013 12:39:47 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r74Cdjv8044739; Sun, 4 Aug 2013 12:39:45 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201308041239.r74Cdjv8044739@svn.freebsd.org> From: Andrej Zverev Date: Sun, 4 Aug 2013 12:39:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324224 - in head: databases/p5-DBIx-Class-MooseColumns devel/p5-Class-Load devel/p5-Data-ParseBinary devel/p5-Hash-Flatten devel/p5-MooseX-Types-LoadableClass net/p5-Net-BGP net/p5-Net... 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: Sun, 04 Aug 2013 12:39:47 -0000 Author: az Date: Sun Aug 4 12:39:45 2013 New Revision: 324224 URL: http://svnweb.freebsd.org/changeset/ports/324224 Log: - Convert to new perl framework - Trim Makefile header Modified: head/databases/p5-DBIx-Class-MooseColumns/Makefile (contents, props changed) head/devel/p5-Class-Load/Makefile (contents, props changed) head/devel/p5-Data-ParseBinary/Makefile (contents, props changed) head/devel/p5-Hash-Flatten/Makefile head/devel/p5-MooseX-Types-LoadableClass/Makefile (contents, props changed) head/net/p5-Net-BGP/Makefile (contents, props changed) head/net/p5-Net-OpenSSH/Makefile head/net/p5-ZeroMQ/Makefile Modified: head/databases/p5-DBIx-Class-MooseColumns/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-MooseColumns/Makefile Sun Aug 4 12:33:50 2013 (r324223) +++ head/databases/p5-DBIx-Class-MooseColumns/Makefile Sun Aug 4 12:39:45 2013 (r324224) @@ -1,9 +1,4 @@ -# New ports collection makefile for: DBIx::Class::MooseColumns -# Date created: 2010-11-20 -# Whom: Andrej Zverev -# # $FreeBSD$ -# PORTNAME= DBIx-Class-MooseColumns PORTVERSION= 0.22 @@ -35,7 +30,8 @@ TEST_DEPENDS= p5-Test-Aggregate>=0.363:$ p5-Test-Deep>=0.103:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-DBIx-Class>=0.10:${PORTSDIR}/devel/p5-Test-DBIx-Class -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= \ DBIx::Class::MooseColumns.3 \ Modified: head/devel/p5-Class-Load/Makefile ============================================================================== --- head/devel/p5-Class-Load/Makefile Sun Aug 4 12:33:50 2013 (r324223) +++ head/devel/p5-Class-Load/Makefile Sun Aug 4 12:39:45 2013 (r324224) @@ -24,7 +24,8 @@ TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDI p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-Without-Module>=0:${PORTSDIR}/devel/p5-Test-Without-Module -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::Load.3 Modified: head/devel/p5-Data-ParseBinary/Makefile ============================================================================== --- head/devel/p5-Data-ParseBinary/Makefile Sun Aug 4 12:33:50 2013 (r324223) +++ head/devel/p5-Data-ParseBinary/Makefile Sun Aug 4 12:39:45 2013 (r324224) @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-Data-ParseBinary -# Date created: 2008-12-29 -# Whom: Andrej Zverev -# # $FreeBSD$ -# PORTNAME= Data-ParseBinary PORTVERSION= 0.31 @@ -19,7 +14,8 @@ BUILD_DEPENDS= p5-Math-BigInt>=1.993:${P TEST_DEPENDS= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::ParseBinary::Graphics::WMF.3 \ Data::ParseBinary::Graphics::EMF.3 \ Modified: head/devel/p5-Hash-Flatten/Makefile ============================================================================== --- head/devel/p5-Hash-Flatten/Makefile Sun Aug 4 12:33:50 2013 (r324223) +++ head/devel/p5-Hash-Flatten/Makefile Sun Aug 4 12:39:45 2013 (r324224) @@ -13,7 +13,8 @@ BUILD_DEPENDS= p5-Log-Trace>0:${PORTSDIR p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Hash::Flatten.3 Modified: head/devel/p5-MooseX-Types-LoadableClass/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-LoadableClass/Makefile Sun Aug 4 12:33:50 2013 (r324223) +++ head/devel/p5-MooseX-Types-LoadableClass/Makefile Sun Aug 4 12:39:45 2013 (r324224) @@ -1,9 +1,4 @@ -# New ports collection makefile for: MooseX::Types::LoadableClass -# Date created: 2011-08-13 -# Whom: Andrej Zverev -# # $FreeBSD$ -# PORTNAME= MooseX-Types-LoadableClass PORTVERSION= 0.008 @@ -27,7 +22,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MooseX::Types::LoadableClass.3 Modified: head/net/p5-Net-BGP/Makefile ============================================================================== --- head/net/p5-Net-BGP/Makefile Sun Aug 4 12:33:50 2013 (r324223) +++ head/net/p5-Net-BGP/Makefile Sun Aug 4 12:39:45 2013 (r324224) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Net-BGP4 -# Date created: 10 September 2002 -# Whom: Sergey Skvortsov -# +# Created by: Sergey Skvortsov # $FreeBSD$ -# PORTNAME= Net-BGP PORTVERSION= 0.14 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= az@FreeBSD.org COMMENT= Border Gateway Protocol version 4 speaker/listener library -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::BGP.3 Net::BGP::ASPath.3 Net::BGP::NLRI.3 \ Net::BGP::Notification.3 Net::BGP::Peer.3 Net::BGP::Process.3 \ Modified: head/net/p5-Net-OpenSSH/Makefile ============================================================================== --- head/net/p5-Net-OpenSSH/Makefile Sun Aug 4 12:33:50 2013 (r324223) +++ head/net/p5-Net-OpenSSH/Makefile Sun Aug 4 12:39:45 2013 (r324224) @@ -17,7 +17,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::OpenSSH::Constants.3 \ Net::OpenSSH::ConnectionCache.3 \ Modified: head/net/p5-ZeroMQ/Makefile ============================================================================== --- head/net/p5-ZeroMQ/Makefile Sun Aug 4 12:33:50 2013 (r324223) +++ head/net/p5-ZeroMQ/Makefile Sun Aug 4 12:39:45 2013 (r324224) @@ -29,7 +29,8 @@ TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDI USES= pkgconfig MAKE_JOBS_UNSAFE= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= \ ZeroMQ::Raw.3 \