summaryrefslogtreecommitdiff
path: root/graphics/pear-Image_Color
diff options
context:
space:
mode:
authortaca <taca>2010-02-06 15:50:21 +0000
committertaca <taca>2010-02-06 15:50:21 +0000
commit7e7b18a751d4f2243d211328202d0ebee59da81e (patch)
treee81cb12167d18bcd6967a031c0b0abae268b51a8 /graphics/pear-Image_Color
parentbce6f5925743f94729030b0914366e720294e34b (diff)
downloadpkgsrc-7e7b18a751d4f2243d211328202d0ebee59da81e.tar.gz
Update pear-Image_Color from 1.0.2 to 1.0.3.
Bug #5828 - 'gd' PHP extension is not installed Bug #11795 - Unit Tests will not work without deprecated phpunit Bug #14460 - Reference to $this in static function Bug #14887 - E_NOTICE when setColors() and changeLightness() called
Diffstat (limited to 'graphics/pear-Image_Color')
-rw-r--r--graphics/pear-Image_Color/Makefile5
-rw-r--r--graphics/pear-Image_Color/distinfo9
-rw-r--r--graphics/pear-Image_Color/patches/patch-aa13
3 files changed, 6 insertions, 21 deletions
diff --git a/graphics/pear-Image_Color/Makefile b/graphics/pear-Image_Color/Makefile
index 5f98728d165..d0995f41f59 100644
--- a/graphics/pear-Image_Color/Makefile
+++ b/graphics/pear-Image_Color/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2009/07/17 18:00:16 adrianp Exp $
+# $NetBSD: Makefile,v 1.9 2010/02/06 15:50:21 taca Exp $
-DISTNAME= Image_Color-1.0.2
-PKGREVISION= 1
+DISTNAME= Image_Color-1.0.3
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/graphics/pear-Image_Color/distinfo b/graphics/pear-Image_Color/distinfo
index 6746e262206..096b7f0e9ba 100644
--- a/graphics/pear-Image_Color/distinfo
+++ b/graphics/pear-Image_Color/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/01/03 20:59:10 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2010/02/06 15:50:21 taca Exp $
-SHA1 (pear/Image_Color-1.0.2.tgz) = 36a791ae5452dfa864373b626d6dca072dcea86d
-RMD160 (pear/Image_Color-1.0.2.tgz) = f4b46045b156f700123a26f95d2e2d07353a1c12
-Size (pear/Image_Color-1.0.2.tgz) = 7724 bytes
-SHA1 (patch-aa) = 1962ae866a3459904dd338451e93fce25507907b
+SHA1 (pear/Image_Color-1.0.3.tgz) = c9a19aa4e5e33c0af4069b4bf65370911bdf224e
+RMD160 (pear/Image_Color-1.0.3.tgz) = 7663a19a6da681a94d824945dc758de86313ae6b
+Size (pear/Image_Color-1.0.3.tgz) = 9234 bytes
diff --git a/graphics/pear-Image_Color/patches/patch-aa b/graphics/pear-Image_Color/patches/patch-aa
deleted file mode 100644
index c0ddc1c2223..00000000000
--- a/graphics/pear-Image_Color/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/01/03 20:59:10 adrianp Exp $
-
---- package.xml.orig 2005-09-12 20:27:01.000000000 +0100
-+++ package.xml
-@@ -51,7 +51,7 @@
- several violations of the PEAR coding standards.
- </notes>
- <deps>
-- <dep type="ext" rel="has">gd</dep>
-+ <dep type="ext" rel="has" optional="yes">gd</dep>
- </deps>
- <provides type="class" name="Image_Color" />
- <provides type="function" name="Image_Color::mixColors" />