From owner-svn-ports-all@FreeBSD.ORG Sun Oct 28 11:09:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB3452ED; Sun, 28 Oct 2012 11:09:43 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B80C98FC08; Sun, 28 Oct 2012 11:09:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9SB9ho8091733; Sun, 28 Oct 2012 11:09:43 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9SB9hEn091729; Sun, 28 Oct 2012 11:09:43 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201210281109.q9SB9hEn091729@svn.freebsd.org> From: Lars Thegler Date: Sun, 28 Oct 2012 11:09:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306545 - head/devel/p5-Dist-Zilla 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.14 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, 28 Oct 2012 11:09:44 -0000 Author: lth Date: Sun Oct 28 11:09:43 2012 New Revision: 306545 URL: http://svn.freebsd.org/changeset/ports/306545 Log: update to 4.300028 Feature safe: yes Modified: head/devel/p5-Dist-Zilla/Makefile head/devel/p5-Dist-Zilla/distinfo head/devel/p5-Dist-Zilla/pkg-plist Modified: head/devel/p5-Dist-Zilla/Makefile ============================================================================== --- head/devel/p5-Dist-Zilla/Makefile Sun Oct 28 11:05:22 2012 (r306544) +++ head/devel/p5-Dist-Zilla/Makefile Sun Oct 28 11:09:43 2012 (r306545) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Dist-Zilla -PORTVERSION= 4.300024 +PORTVERSION= 4.300028 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Dist @@ -26,6 +26,7 @@ BUILD_DEPENDS= p5-App-Cmd>=0.309:${PORTS p5-File-pushd>=0:${PORTSDIR}/devel/p5-File-pushd \ p5-Hash-Merge-Simple>=0:${PORTSDIR}/devel/p5-Hash-Merge-Simple \ p5-JSON>=2:${PORTSDIR}/converters/p5-JSON \ + p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Log-Dispatchouli>=1.102220:${PORTSDIR}/devel/p5-Log-Dispatchouli \ p5-Moose-Autobox>=0.10:${PORTSDIR}/devel/p5-Moose-Autobox \ @@ -163,10 +164,12 @@ MAN3= Dist::Zilla.3 \ Dist::Zilla::Role::FileMunger.3 \ Dist::Zilla::Role::FilePruner.3 \ Dist::Zilla::Role::InstallTool.3 \ + Dist::Zilla::Role::LicenseProvider.3 \ Dist::Zilla::Role::MetaProvider.3 \ Dist::Zilla::Role::MintingProfile.3 \ Dist::Zilla::Role::MintingProfile::ShareDir.3 \ Dist::Zilla::Role::ModuleMaker.3 \ + Dist::Zilla::Role::NameProvider.3 \ Dist::Zilla::Role::PPI.3 \ Dist::Zilla::Role::Plugin.3 \ Dist::Zilla::Role::PluginBundle.3 \ Modified: head/devel/p5-Dist-Zilla/distinfo ============================================================================== --- head/devel/p5-Dist-Zilla/distinfo Sun Oct 28 11:05:22 2012 (r306544) +++ head/devel/p5-Dist-Zilla/distinfo Sun Oct 28 11:09:43 2012 (r306545) @@ -1,2 +1,2 @@ -SHA256 (Dist-Zilla-4.300024.tar.gz) = fd03730e13b6dabfce1b649f61e496edeac2d4dfcc3b4ed933a672705c2e3057 -SIZE (Dist-Zilla-4.300024.tar.gz) = 134077 +SHA256 (Dist-Zilla-4.300028.tar.gz) = ab2937224d4b78d389d04aed4f4eef8088c8e6d1e6b7c4bca7f6dfb6ad27f787 +SIZE (Dist-Zilla-4.300028.tar.gz) = 137454 Modified: head/devel/p5-Dist-Zilla/pkg-plist ============================================================================== --- head/devel/p5-Dist-Zilla/pkg-plist Sun Oct 28 11:05:22 2012 (r306544) +++ head/devel/p5-Dist-Zilla/pkg-plist Sun Oct 28 11:09:43 2012 (r306545) @@ -102,10 +102,12 @@ bin/dzil %%SITE_PERL%%/Dist/Zilla/Role/FileMunger.pm %%SITE_PERL%%/Dist/Zilla/Role/FilePruner.pm %%SITE_PERL%%/Dist/Zilla/Role/InstallTool.pm +%%SITE_PERL%%/Dist/Zilla/Role/LicenseProvider.pm %%SITE_PERL%%/Dist/Zilla/Role/MetaProvider.pm %%SITE_PERL%%/Dist/Zilla/Role/MintingProfile.pm %%SITE_PERL%%/Dist/Zilla/Role/MintingProfile/ShareDir.pm %%SITE_PERL%%/Dist/Zilla/Role/ModuleMaker.pm +%%SITE_PERL%%/Dist/Zilla/Role/NameProvider.pm %%SITE_PERL%%/Dist/Zilla/Role/PPI.pm %%SITE_PERL%%/Dist/Zilla/Role/Plugin.pm %%SITE_PERL%%/Dist/Zilla/Role/PluginBundle.pm