Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2013 09:14:51 +0000 (UTC)
From:      Philippe Audeoud <jadawin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311301 - head/devel/p5-Data-Rx
Message-ID:  <201301310914.r0V9EpUL008575@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <kurt.lidl@cello.com>
-#
+# Created by: Kurt Lidl <kurt.lidl@cello.com>
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301310914.r0V9EpUL008575>