From sahil@spartan.hamla.org  Sat Nov 28 03:40:31 2009
Return-Path: <sahil@spartan.hamla.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A0D1F1065670;
	Sat, 28 Nov 2009 03:40:31 +0000 (UTC)
	(envelope-from sahil@spartan.hamla.org)
Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30])
	by mx1.freebsd.org (Postfix) with ESMTP id 901578FC17;
	Sat, 28 Nov 2009 03:40:31 +0000 (UTC)
Received: by spartan.hamla.org (Postfix, from userid 1001)
	id 46F691723A; Fri, 27 Nov 2009 22:40:31 -0500 (EST)
Message-Id: <20091128034031.46F691723A@spartan.hamla.org>
Date: Fri, 27 Nov 2009 22:40:31 -0500 (EST)
From: Sahil Tandon <sahil@tandon.net>
Reply-To: Sahil Tandon <sahil@tandon.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: perl@FreeBSD.org 
Subject: [PATCH] graphics/p5-Chart-Clicker: update to 2.49
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         140957
>Category:       ports
>Synopsis:       [PATCH] graphics/p5-Chart-Clicker: update to 2.49
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 28 03:50:00 UTC 2009
>Closed-Date:    Tue Dec 01 01:21:38 UTC 2009
>Last-Modified:  Tue Dec 01 01:21:38 UTC 2009
>Originator:     Sahil Tandon
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:

	
>Description:
- Update to 2.49
- Flip RUN_DEPENDS and BUILD_DEPENDS
- This depends on ports/140956
>How-To-Repeat:
	
>Fix:

	



--- p5-Chart-Clicker.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-Chart-Clicker/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile	27 Sep 2009 18:25:16 -0000	1.24
+++ Makefile	28 Nov 2009 03:36:00 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Chart-Clicker
-PORTVERSION=	2.44
+PORTVERSION=	2.49
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,18 +14,17 @@
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Powerful, extensible charting
 
-BUILD_DEPENDS=	p5-Color-Palette>=0.091400:${PORTSDIR}/graphics/p5-Color-Palette \
+RUN_DEPENDS=	p5-Color-Palette>=0.091400:${PORTSDIR}/graphics/p5-Color-Palette \
 		p5-Color-Scheme>=1.02:${PORTSDIR}/graphics/p5-Color-Scheme \
 		p5-Moose>=0.76:${PORTSDIR}/devel/p5-Moose \
-		p5-MooseX-AttributeHelpers>=0.17:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
 		p5-DateTime>=0.47:${PORTSDIR}/devel/p5-DateTime \
 		p5-DateTime-Set>=0.27:${PORTSDIR}/devel/p5-DateTime-Set \
 		p5-Geometry-Primitive>=0.13:${PORTSDIR}/graphics/p5-Geometry-Primitive \
 		p5-Graphics-Color>=0.20:${PORTSDIR}/graphics/p5-Graphics-Color \
 		p5-Graphics-Primitive>=0.42:${PORTSDIR}/graphics/p5-Graphics-Primitive \
-		p5-Graphics-Primitive-Driver-Cairo>=0.39:${PORTSDIR}/graphics/p5-Graphics-Primitive-Driver-Cairo \
+		p5-Graphics-Primitive-Driver-Cairo>=0.41:${PORTSDIR}/graphics/p5-Graphics-Primitive-Driver-Cairo \
 		p5-Layout-Manager>=0.29:${PORTSDIR}/graphics/p5-Layout-Manager
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	YES
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-Chart-Clicker/distinfo,v
retrieving revision 1.21
diff -u -r1.21 distinfo
--- distinfo	27 Sep 2009 18:25:16 -0000	1.21
+++ distinfo	28 Nov 2009 03:36:00 -0000
@@ -1,3 +1,3 @@
-MD5 (Chart-Clicker-2.44.tar.gz) = f0dacf36230300d87ef3a22acf3fa792
-SHA256 (Chart-Clicker-2.44.tar.gz) = b6d6b69d65d8930b8028f518b4bcb47137e765721f26e86e964c4e4517b2c3d4
-SIZE (Chart-Clicker-2.44.tar.gz) = 64382
+MD5 (Chart-Clicker-2.49.tar.gz) = 615312dbfd33973d2395160028e4af02
+SHA256 (Chart-Clicker-2.49.tar.gz) = 2f3d142b05e6f3f3b5a3ff787a7cddafec717a201893ba39db9a4720a965e0a5
+SIZE (Chart-Clicker-2.49.tar.gz) = 66744
--- p5-Chart-Clicker.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Nov 28 03:50:11 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/140957: commit references a PR
Date: Tue,  1 Dec 2009 01:19:49 +0000 (UTC)

 wen         2009-12-01 01:19:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/p5-Chart-Clicker Makefile distinfo 
   Log:
   - Update to 2.49
   - Flip RUN_DEPENDS and BUILD_DEPENDS
   
   PR:             ports/140957
   Submitted by:   Sahil Tandon <sahil@tandon.net>
   
   Revision  Changes    Path
   1.25      +3 -3      ports/graphics/p5-Chart-Clicker/Makefile
   1.22      +3 -3      ports/graphics/p5-Chart-Clicker/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Tue Dec 1 01:21:37 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140957 
>Unformatted:
