From owner-svn-ports-all@FreeBSD.ORG Thu Jan 31 09:14:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6539DC7A; Thu, 31 Jan 2013 09:14:52 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4996D6C4; Thu, 31 Jan 2013 09:14:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0V9Eqln008578; Thu, 31 Jan 2013 09:14:52 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0V9EpUL008575; Thu, 31 Jan 2013 09:14:51 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201301310914.r0V9EpUL008575@svn.freebsd.org> From: Philippe Audeoud Date: Thu, 31 Jan 2013 09:14:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311301 - head/devel/p5-Data-Rx 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: Thu, 31 Jan 2013 09:14:52 -0000 Author: jadawin Date: Thu Jan 31 09:14:51 2013 New Revision: 311301 URL: http://svnweb.freebsd.org/changeset/ports/311301 Log: - Update to 0.200002 - Changelog: http://cpansearch.perl.org/src/RJBS/Data-Rx-0.200002/Changes Modified: head/devel/p5-Data-Rx/Makefile (contents, props changed) head/devel/p5-Data-Rx/distinfo (contents, props changed) head/devel/p5-Data-Rx/pkg-plist (contents, props changed) Modified: head/devel/p5-Data-Rx/Makefile ============================================================================== --- head/devel/p5-Data-Rx/Makefile Thu Jan 31 09:13:10 2013 (r311300) +++ head/devel/p5-Data-Rx/Makefile Thu Jan 31 09:14:51 2013 (r311301) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Data-Rx -# Date created: 2010-11-18 -# Whom: Kurt Lidl -# +# Created by: Kurt Lidl # $FreeBSD$ -# PORTNAME= Data-Rx -PORTVERSION= 0.100110 +PORTVERSION= 0.200002 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,6 +19,8 @@ TEST_DEPENDS= p5-Sub-Exporter>=0:${PORTS PERL_CONFIGURE= yes MAN3= Data::Rx.3 \ + Data::Rx::CommonType.3 \ + Data::Rx::CommonType::EasyNew.3 \ Data::Rx::CoreType.3 \ Data::Rx::CoreType::all.3 \ Data::Rx::CoreType::any.3 \ @@ -38,6 +36,8 @@ MAN3= Data::Rx.3 \ Data::Rx::CoreType::rec.3 \ Data::Rx::CoreType::seq.3 \ Data::Rx::CoreType::str.3 \ + Data::Rx::Failure.3 \ + Data::Rx::FailureSet.3 \ Data::Rx::TypeBundle.3 \ Data::Rx::TypeBundle::Core.3 \ Data::Rx::Util.3 Modified: head/devel/p5-Data-Rx/distinfo ============================================================================== --- head/devel/p5-Data-Rx/distinfo Thu Jan 31 09:13:10 2013 (r311300) +++ head/devel/p5-Data-Rx/distinfo Thu Jan 31 09:14:51 2013 (r311301) @@ -1,2 +1,2 @@ -SHA256 (Data-Rx-0.100110.tar.gz) = bbcd5a54913bc4ed649e41a7ce490cf660791474ac3789f6a994b5ae8120ab32 -SIZE (Data-Rx-0.100110.tar.gz) = 18399 +SHA256 (Data-Rx-0.200002.tar.gz) = 512525785ab99df21286d72d3dc9a736a11cc37a4f783362bb12691c7e471947 +SIZE (Data-Rx-0.200002.tar.gz) = 42001 Modified: head/devel/p5-Data-Rx/pkg-plist ============================================================================== --- head/devel/p5-Data-Rx/pkg-plist Thu Jan 31 09:13:10 2013 (r311300) +++ head/devel/p5-Data-Rx/pkg-plist Thu Jan 31 09:14:51 2013 (r311301) @@ -1,4 +1,6 @@ %%SITE_PERL%%/Data/Rx.pm +%%SITE_PERL%%/Data/Rx/CommonType.pm +%%SITE_PERL%%/Data/Rx/CommonType/EasyNew.pm %%SITE_PERL%%/Data/Rx/CoreType.pm %%SITE_PERL%%/Data/Rx/CoreType/all.pm %%SITE_PERL%%/Data/Rx/CoreType/any.pm @@ -14,6 +16,8 @@ %%SITE_PERL%%/Data/Rx/CoreType/rec.pm %%SITE_PERL%%/Data/Rx/CoreType/seq.pm %%SITE_PERL%%/Data/Rx/CoreType/str.pm +%%SITE_PERL%%/Data/Rx/Failure.pm +%%SITE_PERL%%/Data/Rx/FailureSet.pm %%SITE_PERL%%/Data/Rx/TypeBundle.pm %%SITE_PERL%%/Data/Rx/TypeBundle/Core.pm %%SITE_PERL%%/Data/Rx/Util.pm @@ -21,6 +25,7 @@ @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Rx @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data @dirrm %%SITE_PERL%%/Data/Rx/TypeBundle +@dirrm %%SITE_PERL%%/Data/Rx/CommonType @dirrm %%SITE_PERL%%/Data/Rx/CoreType @dirrm %%SITE_PERL%%/Data/Rx @dirrmtry %%SITE_PERL%%/Data