From nobody@FreeBSD.org  Wed Jul 31 18:26:50 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id B20A33B7
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 31 Jul 2013 18:26:50 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 9FA072185
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 31 Jul 2013 18:26:50 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6VIQonB047001
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 31 Jul 2013 18:26:50 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6VIQow1047000;
	Wed, 31 Jul 2013 18:26:50 GMT
	(envelope-from nobody)
Message-Id: <201307311826.r6VIQow1047000@oldred.freebsd.org>
Date: Wed, 31 Jul 2013 18:26:50 GMT
From: Danilo Ega Gondolfo <danilogondolfo@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: www/p5-Catalyst-Plugin-Session-Store-DBIC update
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         180977
>Category:       ports
>Synopsis:       www/p5-Catalyst-Plugin-Session-Store-DBIC update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 31 18:30:00 UTC 2013
>Closed-Date:    Fri Aug 02 09:23:58 UTC 2013
>Last-Modified:  Fri Aug  2 09:30:00 UTC 2013
>Originator:     Danilo Ega Gondolfo
>Release:        FreeBSD 9.2-BETA1
>Organization:
>Environment:
FreeBSD freebsd 9.2-BETA1 FreeBSD 9.2-BETA1 #7 r253479: Sat Jul 20 06:52:49 BRT 2013     root@freebsd:/usr/obj/usr/src/sys/PROJETO  amd64
>Description:
Updated from 0.13 to 0.14
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 324063)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Catalyst-Plugin-Session-Store-DBIC
-PORTVERSION=	0.13
+PORTVERSION=	0.14
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
Index: distinfo
===================================================================
--- distinfo	(revision 324063)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (Catalyst-Plugin-Session-Store-DBIC-0.13.tar.gz) = 83aae4eb8bbd953a715ee046ba09b7b722cca1df56a8bb85dd4d24128b14334a
-SIZE (Catalyst-Plugin-Session-Store-DBIC-0.13.tar.gz) = 8491
+SHA256 (Catalyst-Plugin-Session-Store-DBIC-0.14.tar.gz) = db8f4a139e31aed0b40d62a0ff44b1bdc57308d8f5f61f54a4caa4769301e5ac
+SIZE (Catalyst-Plugin-Session-Store-DBIC-0.14.tar.gz) = 9898


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jul 31 18:30:07 UTC 2013 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180977 
Responsible-Changed-From-To: perl->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Thu Aug 1 05:06:09 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180977 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Fri Aug 2 09:23:58 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180977 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180977: commit references a PR
Date: Fri,  2 Aug 2013 09:23:57 +0000 (UTC)

 Author: culot
 Date: Fri Aug  2 09:23:44 2013
 New Revision: 324156
 URL: http://svnweb.freebsd.org/changeset/ports/324156
 
 Log:
   - Update to 0.14 [1]
   - Convert to new Uses/perl5.mk framework
   
   Changes:	http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/Changes
   PR:		ports/180977 [1]
   Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
 
 Modified:
   head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile
   head/www/p5-Catalyst-Plugin-Session-Store-DBIC/distinfo
 
 Modified: head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile
 ==============================================================================
 --- head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile	Fri Aug  2 09:20:37 2013	(r324155)
 +++ head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile	Fri Aug  2 09:23:44 2013	(r324156)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	Catalyst-Plugin-Session-Store-DBIC
 -PORTVERSION=	0.13
 +PORTVERSION=	0.14
  CATEGORIES=	www perl5
  MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
 @@ -21,7 +21,8 @@ BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.70
  RUN_DEPENDS:=	${BUILD_DEPENDS}
  TEST_DEPENDS=	p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
  
 -PERL_CONFIGURE=	yes
 +USES=		perl5
 +USE_PERL5=	configure
  
  MAN3=	Catalyst::Plugin::Session::Store::DBIC.3 \
  	Catalyst::Plugin::Session::Store::DBIC::Delegate.3
 
 Modified: head/www/p5-Catalyst-Plugin-Session-Store-DBIC/distinfo
 ==============================================================================
 --- head/www/p5-Catalyst-Plugin-Session-Store-DBIC/distinfo	Fri Aug  2 09:20:37 2013	(r324155)
 +++ head/www/p5-Catalyst-Plugin-Session-Store-DBIC/distinfo	Fri Aug  2 09:23:44 2013	(r324156)
 @@ -1,2 +1,2 @@
 -SHA256 (Catalyst-Plugin-Session-Store-DBIC-0.13.tar.gz) = 83aae4eb8bbd953a715ee046ba09b7b722cca1df56a8bb85dd4d24128b14334a
 -SIZE (Catalyst-Plugin-Session-Store-DBIC-0.13.tar.gz) = 8491
 +SHA256 (Catalyst-Plugin-Session-Store-DBIC-0.14.tar.gz) = db8f4a139e31aed0b40d62a0ff44b1bdc57308d8f5f61f54a4caa4769301e5ac
 +SIZE (Catalyst-Plugin-Session-Store-DBIC-0.14.tar.gz) = 9898
 _______________________________________________
 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"
 
>Unformatted:
