[PATCH] graphics/p5-Chart-Clicker: update to 2.49

Sahil Tandon sahil at tandon.net
Sat Nov 28 03:40:31 UTC 2009


>Submitter-Id:	current-users
>Originator:	Sahil Tandon
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] graphics/p5-Chart-Clicker: update to 2.49
>Severity:	non-critical 
>Priority:	low 
>Category:	ports 
>Class:		update 
>Release:	FreeBSD 7.2-RELEASE i386
>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 at 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 ---



More information about the freebsd-perl mailing list