Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Nov 2009 22:26:33 -0500 (EST)
From:      Sahil Tandon <sahil@tandon.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        perl@FreeBSD.org
Subject:   [PATCH] graphics/p5-Graphics-Primitive-Driver-Cairo: update to 0.42
Message-ID:  <20091128032633.0F5C51723A@spartan.hamla.org>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Sahil Tandon
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] graphics/p5-Graphics-Primitive-Driver-Cairo: update to 0.42
>Severity:	non-critical 
>Priority:	low 
>Category:	ports 
>Class:		update 
>Release:	FreeBSD 7.2-RELEASE i386
>Environment:

	
>Description:
- Update to 0.42
- Invert RUN_DEPENDS and BUILD_DEPENDS
>How-To-Repeat:
	
>Fix:

	



--- p5-Graphics-Primitive-Driver-Cairo.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	3 Oct 2009 00:01:09 -0000	1.11
+++ Makefile	28 Nov 2009 03:17:07 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Graphics-Primitive-Driver-Cairo
-PORTVERSION=	0.40
+PORTVERSION=	0.42
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,13 +14,13 @@
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Cairo backend for Graphics::Primitive
 
-BUILD_DEPENDS=	p5-Moose>=0.76:${PORTSDIR}/devel/p5-Moose \
+RUN_DEPENDS=	p5-Moose>=0.76:${PORTSDIR}/devel/p5-Moose \
 		p5-Cairo>=1.061:${PORTSDIR}/graphics/p5-Cairo \
 		p5-Geometry-Primitive>=0.13:${PORTSDIR}/graphics/p5-Geometry-Primitive \
 		p5-Graphics-Primitive>=0.45:${PORTSDIR}/graphics/p5-Graphics-Primitive \
 		p5-Math-Complex>=1.56:${PORTSDIR}/math/p5-Math-Complex \
 		p5-Text-Flow>=0.01:${PORTSDIR}/textproc/p5-Text-Flow
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	YES
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-Graphics-Primitive-Driver-Cairo/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo	3 Oct 2009 00:01:09 -0000	1.10
+++ distinfo	28 Nov 2009 03:17:07 -0000
@@ -1,3 +1,3 @@
-MD5 (Graphics-Primitive-Driver-Cairo-0.40.tar.gz) = b4c9b5cf833f8a45cc3cacf4983b7858
-SHA256 (Graphics-Primitive-Driver-Cairo-0.40.tar.gz) = 6d93b79ece7d4aae65d5d36eb121c4dd837419639d026162c822355ba67ef0f1
-SIZE (Graphics-Primitive-Driver-Cairo-0.40.tar.gz) = 25860
+MD5 (Graphics-Primitive-Driver-Cairo-0.42.tar.gz) = c71c5c9cd916c64c987f4fa1fa634044
+SHA256 (Graphics-Primitive-Driver-Cairo-0.42.tar.gz) = b4775e6b1845ae6fa8563761ed21a7226b8d7f328af5b48781f8f8c229189fa2
+SIZE (Graphics-Primitive-Driver-Cairo-0.42.tar.gz) = 25950
--- p5-Graphics-Primitive-Driver-Cairo.diff ends here ---




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091128032633.0F5C51723A>