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
This commit is contained in:
taca 2010-02-06 15:50:21 +00:00
parent b2b769d101
commit f44b9e16f0
3 changed files with 6 additions and 21 deletions

View file

@ -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

View file

@ -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

View file

@ -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" />