Bug 178139

Summary: [maintainer update] Update devel/p5-Capture-Tiny to 0.22
Product: Ports & Packages Reporter: Bill Brinzer <bill.brinzer>
Component: Individual Port(s)Assignee: Frederic Culot <culot>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Capture-Tiny.patch none

Description Bill Brinzer 2013-04-25 13:00:00 UTC
        Update port devel/p5-Capture-Tiny from 0.21 to 0.22
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-25 13:00:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-04-25 13:43:20 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-04-25 15:07:42 UTC
Author: culot
Date: Thu Apr 25 14:07:35 2013
New Revision: 316517
URL: http://svnweb.freebsd.org/changeset/ports/316517

Log:
  - Update to 0.22
  
  Changes:	http://search.cpan.org/dist/Capture-Tiny/Changes
  PR:		ports/178139
  Submitted by:	Bill Brinzer <bill.brinzer@gmail.com> (maintainer)

Modified:
  head/devel/p5-Capture-Tiny/Makefile
  head/devel/p5-Capture-Tiny/distinfo

Modified: head/devel/p5-Capture-Tiny/Makefile
==============================================================================
--- head/devel/p5-Capture-Tiny/Makefile	Thu Apr 25 13:49:31 2013	(r316516)
+++ head/devel/p5-Capture-Tiny/Makefile	Thu Apr 25 14:07:35 2013	(r316517)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Capture-Tiny
-PORTVERSION=	0.21
+PORTVERSION=	0.22
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DAGOLDEN

Modified: head/devel/p5-Capture-Tiny/distinfo
==============================================================================
--- head/devel/p5-Capture-Tiny/distinfo	Thu Apr 25 13:49:31 2013	(r316516)
+++ head/devel/p5-Capture-Tiny/distinfo	Thu Apr 25 14:07:35 2013	(r316517)
@@ -1,2 +1,2 @@
-SHA256 (Capture-Tiny-0.21.tar.gz) = 8f27b21afd1c89542f506abb42e96393346d5bf45dac00c0c857ea9f86117fd3
-SIZE (Capture-Tiny-0.21.tar.gz) = 30456
+SHA256 (Capture-Tiny-0.22.tar.gz) = 219f4778640241cbea4ae7096c55cf55353de932a9c27bec23c059ee18169985
+SIZE (Capture-Tiny-0.22.tar.gz) = 31390
_______________________________________________
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"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-04-25 15:09:18 UTC
State Changed
From-To: open->closed

Committed, with minor changes (perl minimum version is now 5.12 so no 
need to specify 5.8+ in PERL_CONFIGURE). Thanks!