From owner-svn-ports-head@FreeBSD.ORG Sat Sep 8 02:37:28 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AE55106564A; Sat, 8 Sep 2012 02:37:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E0DC98FC16; Sat, 8 Sep 2012 02:37:27 +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 q882bRCS005206; Sat, 8 Sep 2012 02:37:27 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q882bRGX005202; Sat, 8 Sep 2012 02:37:27 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209080237.q882bRGX005202@svn.freebsd.org> From: Steve Wills Date: Sat, 8 Sep 2012 02:37:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303850 - head/devel/p5-Parse-ErrorString-Perl X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 02:37:28 -0000 Author: swills Date: Sat Sep 8 02:37:27 2012 New Revision: 303850 URL: http://svn.freebsd.org/changeset/ports/303850 Log: - Update to 0.15 PR: ports/170905 Approved by: maintainer update (cm@therek.net, >2 weeks) Modified: head/devel/p5-Parse-ErrorString-Perl/Makefile (contents, props changed) head/devel/p5-Parse-ErrorString-Perl/distinfo (contents, props changed) head/devel/p5-Parse-ErrorString-Perl/pkg-plist (contents, props changed) Modified: head/devel/p5-Parse-ErrorString-Perl/Makefile ============================================================================== --- head/devel/p5-Parse-ErrorString-Perl/Makefile Sat Sep 8 02:36:24 2012 (r303849) +++ head/devel/p5-Parse-ErrorString-Perl/Makefile Sat Sep 8 02:37:27 2012 (r303850) @@ -6,8 +6,7 @@ # PORTNAME= Parse-ErrorString-Perl -PORTVERSION= 0.13 -PORTREVISION= 1 +PORTVERSION= 0.15 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,6 +22,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN1= check_perldiag.1 -MAN3= Parse::ErrorString::Perl.3 +MAN3= Parse::ErrorString::Perl.3 \ + Parse::ErrorString::Perl::ErrorItem.3 \ + Parse::ErrorString::Perl::StackItem.3 .include Modified: head/devel/p5-Parse-ErrorString-Perl/distinfo ============================================================================== --- head/devel/p5-Parse-ErrorString-Perl/distinfo Sat Sep 8 02:36:24 2012 (r303849) +++ head/devel/p5-Parse-ErrorString-Perl/distinfo Sat Sep 8 02:37:27 2012 (r303850) @@ -1,2 +1,2 @@ -SHA256 (Parse-ErrorString-Perl-0.13.tar.gz) = ccdd936c4febeff91bc52264244180e5f1a34f771fc44e78e87d9fcfb80d7aff -SIZE (Parse-ErrorString-Perl-0.13.tar.gz) = 11579 +SHA256 (Parse-ErrorString-Perl-0.15.tar.gz) = dd2f80a3c4c326d428aa7b01e1e0fc07dc2740adc5704318f2bcec6c131ec253 +SIZE (Parse-ErrorString-Perl-0.15.tar.gz) = 20490 Modified: head/devel/p5-Parse-ErrorString-Perl/pkg-plist ============================================================================== --- head/devel/p5-Parse-ErrorString-Perl/pkg-plist Sat Sep 8 02:36:24 2012 (r303849) +++ head/devel/p5-Parse-ErrorString-Perl/pkg-plist Sat Sep 8 02:37:27 2012 (r303850) @@ -1,8 +1,11 @@ bin/check_perldiag +%%SITE_PERL%%/Parse/ErrorString/Perl/ErrorItem.pm +%%SITE_PERL%%/Parse/ErrorString/Perl/StackItem.pm %%SITE_PERL%%/Parse/ErrorString/Perl.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/ErrorString/Perl/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/ErrorString/Perl @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/ErrorString @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse +@dirrmtry %%SITE_PERL%%/Parse/ErrorString/Perl @dirrmtry %%SITE_PERL%%/Parse/ErrorString @dirrmtry %%SITE_PERL%%/Parse