From owner-svn-ports-all@freebsd.org Sun Nov 6 16:50:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE066C336D1; Sun, 6 Nov 2016 16:50:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65A621C03; Sun, 6 Nov 2016 16:50:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6Gol85053942; Sun, 6 Nov 2016 16:50:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GolLT053939; Sun, 6 Nov 2016 16:50:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061650.uA6GolLT053939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Nov 2016 16:50:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425554 - head/devel/p5-Specio 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.23 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: Sun, 06 Nov 2016 16:50:48 -0000 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 - -.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 +.include 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