Bug 170905 - [PATCH] devel/p5-Parse-ErrorString-Perl: update to 0.15
Summary: [PATCH] devel/p5-Parse-ErrorString-Perl: update to 0.15
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-23 03:20 UTC by Steve Wills
Modified: 2012-09-08 03:40 UTC (History)
1 user (show)

See Also:


Attachments
p5-Parse-ErrorString-Perl-0.15.patch (1.70 KB, patch)
2012-08-23 03:20 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2012-08-23 03:20:00 UTC
- Update to 0.15

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

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-23 03:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-23 03:20:13 UTC
Maintainer of devel/p5-Parse-ErrorString-Perl,

Please note that PR ports/170905 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170905

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-23 03:20:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Steve Wills freebsd_committer freebsd_triage 2012-08-23 20:37:12 UTC
Responsible Changed
From-To: perl->swills

I'll take it.
Comment 5 Steve Wills freebsd_committer freebsd_triage 2012-09-08 03:37:35 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-09-08 03:37:47 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"