Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2016 16:50:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425554 - head/devel/p5-Specio
Message-ID:  <201611061650.uA6GolLT053939@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov  6 16:50:47 2016
New Revision: 425554
URL: https://svnweb.freebsd.org/changeset/ports/425554

Log:
  - Update to 0.30
  - Remove outdated PERL_LEVEL check
  
  Changes:	http://search.cpan.org/dist/Specio/Changes

Modified:
  head/devel/p5-Specio/Makefile
  head/devel/p5-Specio/distinfo
  head/devel/p5-Specio/pkg-plist

Modified: head/devel/p5-Specio/Makefile
==============================================================================
--- head/devel/p5-Specio/Makefile	Sun Nov  6 16:50:42 2016	(r425553)
+++ head/devel/p5-Specio/Makefile	Sun Nov  6 16:50:47 2016	(r425554)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Specio
-PORTVERSION=	0.24
+PORTVERSION=	0.30
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DROLSKY
@@ -14,10 +14,10 @@ COMMENT=	Type constraints and coercions 
 LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-Devel-StackTrace>=0:devel/p5-Devel-StackTrace \
+xBUILD_DEPENDS=	p5-Devel-StackTrace>=0:devel/p5-Devel-StackTrace \
 		p5-Eval-Closure>=0:devel/p5-Eval-Closure \
 		p5-MRO-Compat>=0:devel/p5-MRO-Compat \
-		p5-Role-Tiny>=0:devel/p5-Role-Tiny
+		p5-Role-Tiny>=1.003003:devel/p5-Role-Tiny
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Fatal>=0:devel/p5-Test-Fatal \
 		p5-Test-Needs>=0:devel/p5-Test-Needs \
@@ -27,11 +27,4 @@ NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502000
-BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Specio/distinfo
==============================================================================
--- head/devel/p5-Specio/distinfo	Sun Nov  6 16:50:42 2016	(r425553)
+++ head/devel/p5-Specio/distinfo	Sun Nov  6 16:50:47 2016	(r425554)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466892075
-SHA256 (Specio-0.24.tar.gz) = 47aa7683b59c37251a457a96af959599f9a20bcfe7f3c9f94cb80e15d9d2b514
-SIZE (Specio-0.24.tar.gz) = 77584
+TIMESTAMP = 1478370121
+SHA256 (Specio-0.30.tar.gz) = 0220dacaa7c4db28dde7444c85a0b04797e9a895f2b2e1f3e1d57a18d0b4d456
+SIZE (Specio-0.30.tar.gz) = 82259

Modified: head/devel/p5-Specio/pkg-plist
==============================================================================
--- head/devel/p5-Specio/pkg-plist	Sun Nov  6 16:50:42 2016	(r425553)
+++ head/devel/p5-Specio/pkg-plist	Sun Nov  6 16:50:47 2016	(r425554)
@@ -31,6 +31,7 @@
 %%SITE_PERL%%/Specio/Role/Inlinable.pm
 %%SITE_PERL%%/Specio/TypeChecks.pm
 %%SITE_PERL%%/TODO.pod
+%%SITE_PERL%%/Test/Specio.pm
 %%PERL5_MAN3%%/Specio.3.gz
 %%PERL5_MAN3%%/Specio::Coercion.3.gz
 %%PERL5_MAN3%%/Specio::Constraint::AnyCan.3.gz
@@ -64,3 +65,4 @@
 %%PERL5_MAN3%%/Specio::Role::Inlinable.3.gz
 %%PERL5_MAN3%%/Specio::TypeChecks.3.gz
 %%PERL5_MAN3%%/TODO.3.gz
+%%PERL5_MAN3%%/Test::Specio.3.gz



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