From pgollucci@frieza.p6m7g8.net  Thu Jun 18 23:28:08 2009
Return-Path: <pgollucci@frieza.p6m7g8.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6C59910656A7
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Jun 2009 23:25:43 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (static-76-161-175-34.dsl.cavtel.net [76.161.175.34])
	by mx1.freebsd.org (Postfix) with ESMTP id 30FC48FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Jun 2009 23:25:43 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (localhost [127.0.0.1])
	by frieza.p6m7g8.net (8.14.3/8.14.3) with ESMTP id n5INPZVS032063;
	Thu, 18 Jun 2009 19:25:35 -0400 (EDT)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: (from pgollucci@localhost)
	by frieza.p6m7g8.net (8.14.3/8.14.3/Submit) id n5INPZwu032062;
	Thu, 18 Jun 2009 19:25:35 -0400 (EDT)
	(envelope-from pgollucci)
Message-Id: <200906182325.n5INPZwu032062@frieza.p6m7g8.net>
Date: Thu, 18 Jun 2009 19:25:35 -0400 (EDT)
From: "Philip M. Gollucci" <pgollucci@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: fernan@iib.unsam.edu.ar
Subject: [PATCH] www/p5-Catalyst-Plugin-Scheduler: update to 0.09
X-Send-Pr-Version: 3.113
X-GNATS-Notify: fernan@iib.unsam.edu.ar

>Number:         135808
>Category:       ports
>Synopsis:       [PATCH] www/p5-Catalyst-Plugin-Scheduler: update to 0.09
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 18 23:30:44 UTC 2009
>Closed-Date:    Fri Jun 19 03:28:16 UTC 2009
>Last-Modified:  Fri Jun 19 03:30:05 UTC 2009
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jun  4 00:22:57 EDT
>Description:
- Update to 0.09

Port maintainer (fernan@iib.unsam.edu.ar) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Catalyst-Plugin-Scheduler-0.09.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Catalyst-Plugin-Scheduler/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	27 Mar 2009 21:55:34 -0000	1.1
+++ Makefile	18 Jun 2009 03:37:16 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Catalyst-Plugin-Scheduler
-PORTVERSION=	0.08
+PORTVERSION=	0.09
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,12 +14,12 @@
 MAINTAINER=	fernan@iib.unsam.edu.ar
 COMMENT=	Schedule events to run in a cron-like manner
 
-RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
+BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
 		p5-DateTime-Event-Cron>=0:${PORTSDIR}/devel/p5-DateTime-Event-Cron \
 		p5-Set-Scalar>=0:${PORTSDIR}/devel/p5-Set-Scalar \
 		p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \
 		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
-BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_MODBUILD=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-Catalyst-Plugin-Scheduler/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	27 Mar 2009 21:55:34 -0000	1.1
+++ distinfo	18 Jun 2009 03:37:38 -0000
@@ -1,3 +1,3 @@
-MD5 (Catalyst-Plugin-Scheduler-0.08.tar.gz) = a3b22b3a1e25cc05782dbc319fe341d2
-SHA256 (Catalyst-Plugin-Scheduler-0.08.tar.gz) = 3c3d69bf2c2faaa81ec680039f067d28d41ef59aa90318f29ab6d0e98ecd1412
-SIZE (Catalyst-Plugin-Scheduler-0.08.tar.gz) = 12635
+MD5 (Catalyst-Plugin-Scheduler-0.09.tar.gz) = 96422c83b28f0075fca69923f5f4c43f
+SHA256 (Catalyst-Plugin-Scheduler-0.09.tar.gz) = 0ff25fe2ce03c65db7a6eb12db8cfffa49393e62ee04e6e10f738043342421bf
+SIZE (Catalyst-Plugin-Scheduler-0.09.tar.gz) = 12716
--- p5-Catalyst-Plugin-Scheduler-0.09.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 18 23:40:53 UTC 2009 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135808 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jun 18 23:40:59 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: fernan@iib.unsam.edu.ar
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/135808: [PATCH] www/p5-Catalyst-Plugin-Scheduler: update to 0.09
Date: Thu, 18 Jun 2009 23:40:57 UT

 Maintainer of www/p5-Catalyst-Plugin-Scheduler,
 
 Please note that PR ports/135808 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/135808
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Fernan Aguero <fernan@iib.unsam.edu.ar>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/135808: [PATCH] www/p5-Catalyst-Plugin-Scheduler: update to 
	0.09
Date: Thu, 18 Jun 2009 23:40:42 -0300

 On Thu, Jun 18, 2009 at 8:40 PM, Edwin Groothuis <edwin@freebsd.org> wrote:
 >
 > Maintainer of www/p5-Catalyst-Plugin-Scheduler,
 >
 > Please note that PR ports/135808 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:
 > =A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/135808
 
 Approved. Thanks!
 
 --
 fernan
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Fri Jun 19 03:20:33 UTC 2009 
State-Changed-Why:  
feedback received 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135808 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Fri Jun 19 03:28:16 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/135808: commit references a PR
Date: Fri, 19 Jun 2009 03:24:11 +0000 (UTC)

 pgollucci    2009-06-19 03:24:00 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-Catalyst-Plugin-Scheduler Makefile distinfo 
   Log:
   - Update to 0.09
   
   PR:             ports/135808
   Approved by:    maintainer
   Submitted by:   myself (pgollucci@)
   
   Revision  Changes    Path
   1.2       +3 -3      ports/www/p5-Catalyst-Plugin-Scheduler/Makefile
   1.2       +3 -3      ports/www/p5-Catalyst-Plugin-Scheduler/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
