From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 13:19:37 2013 Return-Path: Delivered-To: svn-ports-head@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 BDB0945D; Wed, 4 Sep 2013 13:19:37 +0000 (UTC) (envelope-from mat@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 9CF272300; Wed, 4 Sep 2013 13:19:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84DJbke079560; Wed, 4 Sep 2013 13:19:37 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84DJbak079554; Wed, 4 Sep 2013 13:19:37 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201309041319.r84DJbak079554@svn.freebsd.org> From: Mathieu Arnold Date: Wed, 4 Sep 2013 13:19:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326275 - in head: devel/p5-Const-Fast devel/p5-MooseX-Storage net/p5-AnyEvent-Twitter-Stream 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: Wed, 04 Sep 2013 13:19:37 -0000 Author: mat Date: Wed Sep 4 13:19:36 2013 New Revision: 326275 URL: http://svnweb.freebsd.org/changeset/ports/326275 Log: Use the new modbuildtiny macro. Modified: head/devel/p5-Const-Fast/Makefile head/devel/p5-MooseX-Storage/Makefile head/net/p5-AnyEvent-Twitter-Stream/Makefile Modified: head/devel/p5-Const-Fast/Makefile ============================================================================== --- head/devel/p5-Const-Fast/Makefile Wed Sep 4 13:11:02 2013 (r326274) +++ head/devel/p5-Const-Fast/Makefile Wed Sep 4 13:19:36 2013 (r326275) @@ -15,14 +15,13 @@ COMMENT= Facility for creating read-only LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny +BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Sub-Exporter-Progressive>=0.001.007:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive TEST_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny MAN3= Const::Fast.3 Modified: head/devel/p5-MooseX-Storage/Makefile ============================================================================== --- head/devel/p5-MooseX-Storage/Makefile Wed Sep 4 13:11:02 2013 (r326274) +++ head/devel/p5-MooseX-Storage/Makefile Wed Sep 4 13:19:36 2013 (r326275) @@ -16,8 +16,7 @@ LICENSE_COMB= dual RUN_DEPENDS= p5-JSON-Any>=1.15:${PORTSDIR}/converters/p5-JSON-Any \ p5-Moose>=0.99:${PORTSDIR}/devel/p5-Moose \ p5-String-RewritePrefix>=0.004:${PORTSDIR}/textproc/p5-String-RewritePrefix -BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-Module-Build-Tiny>=0.026:${PORTSDIR}/devel/p5-Module-Build-Tiny +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ @@ -27,7 +26,7 @@ TEST_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny MAN3= MooseX::Storage.3 \ MooseX::Storage::Base::WithChecksum.3 \ Modified: head/net/p5-AnyEvent-Twitter-Stream/Makefile ============================================================================== --- head/net/p5-AnyEvent-Twitter-Stream/Makefile Wed Sep 4 13:11:02 2013 (r326274) +++ head/net/p5-AnyEvent-Twitter-Stream/Makefile Wed Sep 4 13:19:36 2013 (r326275) @@ -10,14 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl module to receive Twitter streaming API in an event loop -BUILD_DEPENDS= p5-Module-Build-Tiny>=0.023:${PORTSDIR}/devel/p5-Module-Build-Tiny RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-AnyEvent-HTTP>=2.0:${PORTSDIR}/www/p5-AnyEvent-HTTP \ p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ p5-URI>=0:${PORTSDIR}/net/p5-URI USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny MAN3= AnyEvent::Twitter::Stream.3