From owner-svn-ports-all@freebsd.org Thu Dec 12 13:45:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8C33E1D1F23; Thu, 12 Dec 2019 13:45:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47YZmX3Gb8z4b6c; Thu, 12 Dec 2019 13:45:00 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A5F5249E1; Thu, 12 Dec 2019 13:45:00 +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 xBCDj0YH092437; Thu, 12 Dec 2019 13:45:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBCDixYV092420; Thu, 12 Dec 2019 13:44:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201912121344.xBCDixYV092420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Dec 2019 13:44:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519886 - head/devel/p5-Type-Tiny X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Type-Tiny X-SVN-Commit-Revision: 519886 X-SVN-Commit-Repository: ports 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.29 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, 12 Dec 2019 13:45:00 -0000 Author: sunpoet Date: Thu Dec 12 13:44:59 2019 New Revision: 519886 URL: https://svnweb.freebsd.org/changeset/ports/519886 Log: Update to 1.008000 Changes: https://metacpan.org/changes/distribution/Type-Tiny 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 Thu Dec 12 13:44:53 2019 (r519885) +++ head/devel/p5-Type-Tiny/Makefile Thu Dec 12 13:44:59 2019 (r519886) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Type-Tiny -PORTVERSION= 1.006000 +PORTVERSION= 1.008000 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOBYINK Modified: head/devel/p5-Type-Tiny/distinfo ============================================================================== --- head/devel/p5-Type-Tiny/distinfo Thu Dec 12 13:44:53 2019 (r519885) +++ head/devel/p5-Type-Tiny/distinfo Thu Dec 12 13:44:59 2019 (r519886) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573649180 -SHA256 (Type-Tiny-1.006000.tar.gz) = d5a60013df0b4a108e5755cfea84a8e81b1eacd4a91f6f17a5515a864ed7fd00 -SIZE (Type-Tiny-1.006000.tar.gz) = 311412 +TIMESTAMP = 1576073103 +SHA256 (Type-Tiny-1.008000.tar.gz) = e6f62db64e546378d23f1fe0f74a85c60d598ab566f976259f9d82b16290ba6e +SIZE (Type-Tiny-1.008000.tar.gz) = 426460 Modified: head/devel/p5-Type-Tiny/pkg-plist ============================================================================== --- head/devel/p5-Type-Tiny/pkg-plist Thu Dec 12 13:44:53 2019 (r519885) +++ head/devel/p5-Type-Tiny/pkg-plist Thu Dec 12 13:44:59 2019 (r519886) @@ -7,7 +7,6 @@ %%SITE_PERL%%/Eval/TypeTiny.pm %%SITE_PERL%%/Reply/Plugin/TypeTiny.pm %%SITE_PERL%%/Test/TypeTiny.pm -%%SITE_PERL%%/Type/CONTRIBUTING.pod %%SITE_PERL%%/Type/Coercion.pm %%SITE_PERL%%/Type/Coercion/FromMoose.pm %%SITE_PERL%%/Type/Coercion/Union.pm @@ -17,19 +16,28 @@ %%SITE_PERL%%/Type/Registry.pm %%SITE_PERL%%/Type/Tiny.pm %%SITE_PERL%%/Type/Tiny/Class.pm +%%SITE_PERL%%/Type/Tiny/ConstrainedObject.pm %%SITE_PERL%%/Type/Tiny/Duck.pm %%SITE_PERL%%/Type/Tiny/Enum.pm %%SITE_PERL%%/Type/Tiny/Intersection.pm %%SITE_PERL%%/Type/Tiny/Manual.pod +%%SITE_PERL%%/Type/Tiny/Manual/AllTypes.pod %%SITE_PERL%%/Type/Tiny/Manual/Coercions.pod +%%SITE_PERL%%/Type/Tiny/Manual/Contributing.pod +%%SITE_PERL%%/Type/Tiny/Manual/Installation.pod %%SITE_PERL%%/Type/Tiny/Manual/Libraries.pod +%%SITE_PERL%%/Type/Tiny/Manual/NonOO.pod %%SITE_PERL%%/Type/Tiny/Manual/Optimization.pod %%SITE_PERL%%/Type/Tiny/Manual/Params.pod %%SITE_PERL%%/Type/Tiny/Manual/Policies.pod +%%SITE_PERL%%/Type/Tiny/Manual/UsingWithClassTiny.pod %%SITE_PERL%%/Type/Tiny/Manual/UsingWithMoo.pod +%%SITE_PERL%%/Type/Tiny/Manual/UsingWithMoo2.pod +%%SITE_PERL%%/Type/Tiny/Manual/UsingWithMoo3.pod %%SITE_PERL%%/Type/Tiny/Manual/UsingWithMoose.pod %%SITE_PERL%%/Type/Tiny/Manual/UsingWithMouse.pod %%SITE_PERL%%/Type/Tiny/Manual/UsingWithOther.pod +%%SITE_PERL%%/Type/Tiny/Manual/UsingWithTestMore.pod %%SITE_PERL%%/Type/Tiny/Role.pm %%SITE_PERL%%/Type/Tiny/Union.pm %%SITE_PERL%%/Type/Tiny/_HalfOp.pm @@ -56,7 +64,6 @@ %%PERL5_MAN3%%/Eval::TypeTiny.3.gz %%PERL5_MAN3%%/Reply::Plugin::TypeTiny.3.gz %%PERL5_MAN3%%/Test::TypeTiny.3.gz -%%PERL5_MAN3%%/Type::CONTRIBUTING.3.gz %%PERL5_MAN3%%/Type::Coercion.3.gz %%PERL5_MAN3%%/Type::Coercion::FromMoose.3.gz %%PERL5_MAN3%%/Type::Coercion::Union.3.gz @@ -66,19 +73,28 @@ %%PERL5_MAN3%%/Type::Registry.3.gz %%PERL5_MAN3%%/Type::Tiny.3.gz %%PERL5_MAN3%%/Type::Tiny::Class.3.gz +%%PERL5_MAN3%%/Type::Tiny::ConstrainedObject.3.gz %%PERL5_MAN3%%/Type::Tiny::Duck.3.gz %%PERL5_MAN3%%/Type::Tiny::Enum.3.gz %%PERL5_MAN3%%/Type::Tiny::Intersection.3.gz %%PERL5_MAN3%%/Type::Tiny::Manual.3.gz +%%PERL5_MAN3%%/Type::Tiny::Manual::AllTypes.3.gz %%PERL5_MAN3%%/Type::Tiny::Manual::Coercions.3.gz +%%PERL5_MAN3%%/Type::Tiny::Manual::Contributing.3.gz +%%PERL5_MAN3%%/Type::Tiny::Manual::Installation.3.gz %%PERL5_MAN3%%/Type::Tiny::Manual::Libraries.3.gz +%%PERL5_MAN3%%/Type::Tiny::Manual::NonOO.3.gz %%PERL5_MAN3%%/Type::Tiny::Manual::Optimization.3.gz %%PERL5_MAN3%%/Type::Tiny::Manual::Params.3.gz %%PERL5_MAN3%%/Type::Tiny::Manual::Policies.3.gz +%%PERL5_MAN3%%/Type::Tiny::Manual::UsingWithClassTiny.3.gz %%PERL5_MAN3%%/Type::Tiny::Manual::UsingWithMoo.3.gz +%%PERL5_MAN3%%/Type::Tiny::Manual::UsingWithMoo2.3.gz +%%PERL5_MAN3%%/Type::Tiny::Manual::UsingWithMoo3.3.gz %%PERL5_MAN3%%/Type::Tiny::Manual::UsingWithMoose.3.gz %%PERL5_MAN3%%/Type::Tiny::Manual::UsingWithMouse.3.gz %%PERL5_MAN3%%/Type::Tiny::Manual::UsingWithOther.3.gz +%%PERL5_MAN3%%/Type::Tiny::Manual::UsingWithTestMore.3.gz %%PERL5_MAN3%%/Type::Tiny::Role.3.gz %%PERL5_MAN3%%/Type::Tiny::Union.3.gz %%PERL5_MAN3%%/Type::Tiny::_HalfOp.3.gz