From owner-svn-ports-all@FreeBSD.ORG Sat Apr 5 07:42:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94A76989; Sat, 5 Apr 2014 07:42:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 69753BDE; Sat, 5 Apr 2014 07:42:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s357gA5t057942; Sat, 5 Apr 2014 07:42:10 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s357g94n057939; Sat, 5 Apr 2014 07:42:09 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201404050742.s357g94n057939@svn.freebsd.org> From: Frederic Culot Date: Sat, 5 Apr 2014 07:42:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350205 - head/devel/p5-autodie 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.17 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: Sat, 05 Apr 2014 07:42:10 -0000 Author: culot Date: Sat Apr 5 07:42:09 2014 New Revision: 350205 URL: http://svnweb.freebsd.org/changeset/ports/350205 QAT: https://qat.redports.org/buildarchive/r350205/ Log: - Update to 2.25 Changes: http://search.cpan.org/dist/autodie/Changes Modified: head/devel/p5-autodie/Makefile head/devel/p5-autodie/distinfo head/devel/p5-autodie/pkg-plist Modified: head/devel/p5-autodie/Makefile ============================================================================== --- head/devel/p5-autodie/Makefile Sat Apr 5 07:34:47 2014 (r350204) +++ head/devel/p5-autodie/Makefile Sat Apr 5 07:42:09 2014 (r350205) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autodie -PORTVERSION= 2.23 +PORTVERSION= 2.25 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-autodie/distinfo ============================================================================== --- head/devel/p5-autodie/distinfo Sat Apr 5 07:34:47 2014 (r350204) +++ head/devel/p5-autodie/distinfo Sat Apr 5 07:42:09 2014 (r350205) @@ -1,2 +1,2 @@ -SHA256 (autodie-2.23.tar.gz) = 50baec299e568ecde3e6ddda64eb349756f98958895de4d755866aa249f328ec -SIZE (autodie-2.23.tar.gz) = 84972 +SHA256 (autodie-2.25.tar.gz) = b917006ca1929d1ee3f5b2e82ce29c9a1b342ea90ef3d47763beacc685057b82 +SIZE (autodie-2.25.tar.gz) = 87373 Modified: head/devel/p5-autodie/pkg-plist ============================================================================== --- head/devel/p5-autodie/pkg-plist Sat Apr 5 07:34:47 2014 (r350204) +++ head/devel/p5-autodie/pkg-plist Sat Apr 5 07:42:09 2014 (r350205) @@ -1,16 +1,23 @@ %%PERL5_MAN3%%/Fatal.3.gz %%PERL5_MAN3%%/autodie.3.gz +%%PERL5_MAN3%%/autodie::Scope::Guard.3.gz +%%PERL5_MAN3%%/autodie::Scope::GuardStack.3.gz +%%PERL5_MAN3%%/autodie::ScopeUtil.3.gz %%PERL5_MAN3%%/autodie::exception.3.gz %%PERL5_MAN3%%/autodie::exception::system.3.gz %%PERL5_MAN3%%/autodie::hints.3.gz %%PERL5_MAN3%%/autodie::skip.3.gz %%SITE_PERL%%/Fatal.pm %%SITE_PERL%%/autodie.pm +%%SITE_PERL%%/autodie/Scope/Guard.pm +%%SITE_PERL%%/autodie/Scope/GuardStack.pm +%%SITE_PERL%%/autodie/ScopeUtil.pm %%SITE_PERL%%/autodie/exception.pm %%SITE_PERL%%/autodie/exception/system.pm %%SITE_PERL%%/autodie/hints.pm %%SITE_PERL%%/autodie/skip.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/autodie/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/autodie +@dirrm %%SITE_PERL%%/autodie/Scope @dirrm %%SITE_PERL%%/autodie/exception @dirrmtry %%SITE_PERL%%/autodie