From owner-svn-ports-all@freebsd.org Thu Jun 1 19:58:47 2017 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 78B25B7D9A1; Thu, 1 Jun 2017 19:58:47 +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 555C864F9C; Thu, 1 Jun 2017 19:58:47 +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 v51JwkA1009545; Thu, 1 Jun 2017 19:58:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JwkUJ009542; Thu, 1 Jun 2017 19:58:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011958.v51JwkUJ009542@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, 1 Jun 2017 19:58:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442322 - head/devel/p5-MooseX-AttributeShortcuts 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: Thu, 01 Jun 2017 19:58:47 -0000 Author: sunpoet Date: Thu Jun 1 19:58:46 2017 New Revision: 442322 URL: https://svnweb.freebsd.org/changeset/ports/442322 Log: Update to 0.031 Changes: http://search.cpan.org/dist/MooseX-AttributeShortcuts/Changes Modified: head/devel/p5-MooseX-AttributeShortcuts/Makefile head/devel/p5-MooseX-AttributeShortcuts/distinfo head/devel/p5-MooseX-AttributeShortcuts/pkg-plist Modified: head/devel/p5-MooseX-AttributeShortcuts/Makefile ============================================================================== --- head/devel/p5-MooseX-AttributeShortcuts/Makefile Thu Jun 1 19:58:40 2017 (r442321) +++ head/devel/p5-MooseX-AttributeShortcuts/Makefile Thu Jun 1 19:58:46 2017 (r442322) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= MooseX-AttributeShortcuts -PORTVERSION= 0.029 +PORTVERSION= 0.031 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +12,7 @@ COMMENT= Shorthand for common attribute options LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Moose>=0:devel/p5-Moose \ +BUILD_DEPENDS= p5-Moose>=1.14:devel/p5-Moose \ p5-MooseX-Meta-TypeConstraint-Mooish>=0:devel/p5-MooseX-Meta-TypeConstraint-Mooish \ p5-MooseX-Role-Parameterized>=0:devel/p5-MooseX-Role-Parameterized \ p5-MooseX-Types-Common>=0:devel/p5-MooseX-Types-Common \ Modified: head/devel/p5-MooseX-AttributeShortcuts/distinfo ============================================================================== --- head/devel/p5-MooseX-AttributeShortcuts/distinfo Thu Jun 1 19:58:40 2017 (r442321) +++ head/devel/p5-MooseX-AttributeShortcuts/distinfo Thu Jun 1 19:58:46 2017 (r442322) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494331082 -SHA256 (MooseX-AttributeShortcuts-0.029.tar.gz) = 291005811810bf74e2641073e63edf48989e33e559b815aacee7ba7231aa2d16 -SIZE (MooseX-AttributeShortcuts-0.029.tar.gz) = 47102 +TIMESTAMP = 1496328013 +SHA256 (MooseX-AttributeShortcuts-0.031.tar.gz) = 5a6333d0fdb4f00391c144d23db79ea3c4926ddf55461664270c01f1276202c8 +SIZE (MooseX-AttributeShortcuts-0.031.tar.gz) = 50873 Modified: head/devel/p5-MooseX-AttributeShortcuts/pkg-plist ============================================================================== --- head/devel/p5-MooseX-AttributeShortcuts/pkg-plist Thu Jun 1 19:58:40 2017 (r442321) +++ head/devel/p5-MooseX-AttributeShortcuts/pkg-plist Thu Jun 1 19:58:46 2017 (r442322) @@ -1,2 +1,8 @@ %%SITE_PERL%%/MooseX/AttributeShortcuts.pm +%%SITE_PERL%%/MooseX/AttributeShortcuts/Trait/Attribute.pm +%%SITE_PERL%%/MooseX/AttributeShortcuts/Trait/Attribute/HasAnonBuilder.pm +%%SITE_PERL%%/MooseX/AttributeShortcuts/Trait/Role/Attribute.pm %%PERL5_MAN3%%/MooseX::AttributeShortcuts.3.gz +%%PERL5_MAN3%%/MooseX::AttributeShortcuts::Trait::Attribute.3.gz +%%PERL5_MAN3%%/MooseX::AttributeShortcuts::Trait::Attribute::HasAnonBuilder.3.gz +%%PERL5_MAN3%%/MooseX::AttributeShortcuts::Trait::Role::Attribute.3.gz