svn commit: r348639 - head/devel/p5-Type-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 19 17:27:33 UTC 2014


Author: sunpoet
Date: Wed Mar 19 17:27:32 2014
New Revision: 348639
URL: http://svnweb.freebsd.org/changeset/ports/348639
QAT: https://qat.redports.org/buildarchive/r348639/

Log:
  - Update to 0.040
  - Add more TEST_DEPENDS
  
  Changes:	http://search.cpan.org/dist/Type-Tiny/Changes
  		http://search.cpan.org/dist/Type-Tiny/NEWS

Modified:
  head/devel/p5-Type-Tiny/Makefile
  head/devel/p5-Type-Tiny/distinfo
  head/devel/p5-Type-Tiny/pkg-plist

Modified: head/devel/p5-Type-Tiny/Makefile
==============================================================================
--- head/devel/p5-Type-Tiny/Makefile	Wed Mar 19 17:20:30 2014	(r348638)
+++ head/devel/p5-Type-Tiny/Makefile	Wed Mar 19 17:27:32 2014	(r348639)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Type-Tiny
-PORTVERSION=	0.038
-PORTREVISION=	1
+PORTVERSION=	0.040
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:TOBYINK
@@ -30,7 +29,10 @@ TEST_DEPENDS=	p5-Class-InsideOut>=0:${PO
 		p5-Role-Tiny>=0:${PORTSDIR}/devel/p5-Role-Tiny \
 		p5-Sub-Exporter-Lexical>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Lexical \
 		p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \
-		p5-Validation-Class>=0:${PORTSDIR}/devel/p5-Validation-Class
+		p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
+		p5-Test-Tester>=0.10.9:${PORTSDIR}/devel/p5-Test-Tester \
+		p5-Validation-Class>=0:${PORTSDIR}/devel/p5-Validation-Class \
+		p5-match-simple>=0:${PORTSDIR}/devel/p5-match-simple
 
 PORTSCOUT=	limit:[^_]*
 

Modified: head/devel/p5-Type-Tiny/distinfo
==============================================================================
--- head/devel/p5-Type-Tiny/distinfo	Wed Mar 19 17:20:30 2014	(r348638)
+++ head/devel/p5-Type-Tiny/distinfo	Wed Mar 19 17:27:32 2014	(r348639)
@@ -1,2 +1,2 @@
-SHA256 (Type-Tiny-0.038.tar.gz) = 1968b36cb76f6b05e674a57324b8e39700d92da05ae98c625259132765d503f2
-SIZE (Type-Tiny-0.038.tar.gz) = 181636
+SHA256 (Type-Tiny-0.040.tar.gz) = 6d9221c5e9c9b22bab5bfbe7c31ae9b033dc5a55680a4d237ed75866bdb5765e
+SIZE (Type-Tiny-0.040.tar.gz) = 201158

Modified: head/devel/p5-Type-Tiny/pkg-plist
==============================================================================
--- head/devel/p5-Type-Tiny/pkg-plist	Wed Mar 19 17:20:30 2014	(r348638)
+++ head/devel/p5-Type-Tiny/pkg-plist	Wed Mar 19 17:27:32 2014	(r348639)
@@ -5,7 +5,6 @@
 %%SITE_PERL%%/Error/TypeTiny/Compilation.pm
 %%SITE_PERL%%/Error/TypeTiny/WrongNumberOfParameters.pm
 %%SITE_PERL%%/Eval/TypeTiny.pm
-%%SITE_PERL%%/Exporter/TypeTiny.pm
 %%SITE_PERL%%/Reply/Plugin/TypeTiny.pm
 %%SITE_PERL%%/Test/TypeTiny.pm
 %%SITE_PERL%%/Type/Coercion.pm
@@ -31,6 +30,7 @@
 %%SITE_PERL%%/Type/Tiny/Manual/UsingWithOther.pod
 %%SITE_PERL%%/Type/Tiny/Role.pm
 %%SITE_PERL%%/Type/Tiny/Union.pm
+%%SITE_PERL%%/Type/Tiny/_HalfOp.pm
 %%SITE_PERL%%/Type/Utils.pm
 %%SITE_PERL%%/Types/Common/Numeric.pm
 %%SITE_PERL%%/Types/Common/String.pm
@@ -75,6 +75,7 @@
 %%PERL5_MAN3%%/Type::Tiny::Manual::UsingWithOther.3.gz
 %%PERL5_MAN3%%/Type::Tiny::Role.3.gz
 %%PERL5_MAN3%%/Type::Tiny::Union.3.gz
+%%PERL5_MAN3%%/Type::Tiny::_HalfOp.3.gz
 %%PERL5_MAN3%%/Type::Utils.3.gz
 %%PERL5_MAN3%%/Types::Common::Numeric.3.gz
 %%PERL5_MAN3%%/Types::Common::String.3.gz
@@ -98,7 +99,6 @@
 @dirrmtry %%SITE_PERL%%/Test
 @dirrmtry %%SITE_PERL%%/Reply/Plugin
 @dirrmtry %%SITE_PERL%%/Reply
- at dirrmtry %%SITE_PERL%%/Exporter
 @dirrmtry %%SITE_PERL%%/Eval
 @dirrmtry %%SITE_PERL%%/Error/TypeTiny
 @dirrmtry %%SITE_PERL%%/Error


More information about the svn-ports-all mailing list