Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Aug 2012 22:12:28 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cm@therek.net
Subject:   ports/170905: [PATCH] devel/p5-Parse-ErrorString-Perl: update to 0.15
Message-ID:  <201208230212.q7N2CSSa046195@meatwad.mouf.net>
Resent-Message-ID: <201208230220.q7N2K19q011451@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170905
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Parse-ErrorString-Perl: update to 0.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 02:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #7 r239244M: Mon Aug 13 23:21:42 EDT
>Description:
- Update to 0.15

Port maintainer (cm@therek.net) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- p5-Parse-ErrorString-Perl-0.15.patch begins here ---
Index: distinfo
===================================================================
--- distinfo	(revision 302974)
+++ distinfo	(working copy)
@@ -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
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 302974)
+++ pkg-plist	(working copy)
@@ -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
Index: Makefile
===================================================================
--- Makefile	(revision 302974)
+++ Makefile	(working copy)
@@ -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 @@
 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>
--- p5-Parse-ErrorString-Perl-0.15.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208230212.q7N2CSSa046195>