Date: Sat, 8 Sep 2012 02:37:27 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303850 - head/devel/p5-Parse-ErrorString-Perl Message-ID: <201209080237.q882bRGX005202@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209080237.q882bRGX005202>