diff options
Diffstat (limited to 'graphics/pear-Image_Canvas/patches')
-rw-r--r-- | graphics/pear-Image_Canvas/patches/patch-aa | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/graphics/pear-Image_Canvas/patches/patch-aa b/graphics/pear-Image_Canvas/patches/patch-aa index a6652d36a24..8d6f329b463 100644 --- a/graphics/pear-Image_Canvas/patches/patch-aa +++ b/graphics/pear-Image_Canvas/patches/patch-aa @@ -1,13 +1,14 @@ -$NetBSD: patch-aa,v 1.1.1.1 2006/01/03 20:57:53 adrianp Exp $ +$NetBSD: patch-aa,v 1.2 2010/02/06 15:49:18 taca Exp $ ---- package.xml.orig 2005-11-08 19:02:00.000000000 +0000 +--- package.xml.orig 1970-01-01 09:13:26.000000000 +0000 +++ package.xml -@@ -22,7 +22,7 @@ - * Fixed a bug causing rectangles not being displayed, if points were given in the wrong order - </notes> - <deps> -- <dep type="ext" rel="has" optional="no">gd</dep> -+ <dep type="ext" rel="has" optional="yes">gd</dep> - <dep type="pkg" rel="ge" version="1.0.0" optional="no">Image_Color</dep> - </deps> - <provides type="class" name="Image_Canvas_Color" extends="Image_Color" /> +@@ -80,9 +80,6 @@ QA Release. + <channel>pear.php.net</channel> + <min>1.0.0</min> + </package> +- <extension> +- <name>gd</name> +- </extension> + </required> + </dependencies> + <phprelease /> |