- Update to 1.0.2

PR:		ports/87040
Submitted by:	maintainer
This commit is contained in:
Renato Botelho 2005-10-10 10:28:41 +00:00
parent d655dde178
commit 0cdca1c886
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144787
3 changed files with 15 additions and 15 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= Image_Color
PORTVERSION= 1.0.1
PORTVERSION= 1.0.2
CATEGORIES= graphics www pear
MAINTAINER= tux@pinguru.net

View file

@ -1,2 +1,2 @@
MD5 (PEAR/Image_Color-1.0.1.tgz) = fdf3699039d3e1557ad479a6bc9b84cc
SIZE (PEAR/Image_Color-1.0.1.tgz) = 7718
MD5 (PEAR/Image_Color-1.0.2.tgz) = a4a1a6f5c0f72d235930902cc1ee2e94
SIZE (PEAR/Image_Color-1.0.2.tgz) = 7724

View file

@ -1,12 +1,12 @@
--- ../package.xml.orig Tue May 25 07:07:47 2004
+++ ../package.xml Thu Aug 26 19:52:55 2004
@@ -30,9 +30,6 @@
<license>PHP License</license>
<state>stable</state>
<notes>* Removed newline at end of file.</notes>
- <deps>
- <dep type="ext" rel="has">gd</dep>
- </deps>
<filelist>
<file role="php" baseinstalldir="Image" name="Color.php"/>
</filelist>
--- ../package.xml Fri Oct 7 13:39:43 2005
+++ ../package.xml Fri Oct 7 13:40:46 2005
@@ -50,9 +50,6 @@
* Made major improvements to the comments and documentation and corrected
several violations of the PEAR coding standards.
</notes>
- <deps>
- <dep type="ext" rel="has">gd</dep>
- </deps>
<provides type="class" name="Image_Color" />
<provides type="function" name="Image_Color::mixColors" />
<provides type="function" name="Image_Color::setWebSafe" />