View | Details | Raw Unified | Return to bug 87040
Collapse All | Expand All

(-)pear-Image_Color/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Image_Color
8
PORTNAME=	Image_Color
9
PORTVERSION=	1.0.1
9
PORTVERSION=	1.0.2
10
CATEGORIES=	graphics www pear
10
CATEGORIES=	graphics www pear
11
11
12
MAINTAINER=	tux@pinguru.net
12
MAINTAINER=	tux@pinguru.net
(-)pear-Image_Color/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PEAR/Image_Color-1.0.1.tgz) = fdf3699039d3e1557ad479a6bc9b84cc
1
MD5 (PEAR/Image_Color-1.0.2.tgz) = a4a1a6f5c0f72d235930902cc1ee2e94
2
SIZE (PEAR/Image_Color-1.0.1.tgz) = 7718
2
SIZE (PEAR/Image_Color-1.0.2.tgz) = 7724
(-)pear-Image_Color/files/patch-package.xml (-12 / +12 lines)
Lines 1-12 Link Here
1
--- ../package.xml.orig	Tue May 25 07:07:47 2004
1
--- ../package.xml	Fri Oct  7 13:39:43 2005
2
+++ ../package.xml	Thu Aug 26 19:52:55 2004
2
+++ ../package.xml	Fri Oct  7 13:40:46 2005
3
@@ -30,9 +30,6 @@
3
@@ -50,9 +50,6 @@
4
     <license>PHP License</license>
4
 * Made major improvements to the comments and documentation and corrected
5
     <state>stable</state>
5
   several violations of the PEAR coding standards.
6
     <notes>* Removed newline at end of file.</notes>
6
   </notes>
7
-    <deps>
7
-  <deps>
8
-      <dep type="ext" rel="has">gd</dep>
8
-   <dep type="ext" rel="has">gd</dep>
9
-    </deps>
9
-  </deps>
10
     <filelist>
10
   <provides type="class" name="Image_Color" />
11
       <file role="php" baseinstalldir="Image" name="Color.php"/>
11
   <provides type="function" name="Image_Color::mixColors" />
12
     </filelist>
12
   <provides type="function" name="Image_Color::setWebSafe" />

Return to bug 87040