diff options
author | garga <garga@FreeBSD.org> | 2005-10-10 10:28:41 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-10 10:28:41 +0000 |
commit | f0ff49bbd3916b43df794e9aa699595d4219201c (patch) | |
tree | 0aa2fa70631f65e31ff45465fca5681cc75d74f5 /graphics | |
parent | 732bf145695f29e047782180eb53b88cf94e988d (diff) | |
download | FreeBSD-ports-f0ff49bbd3916b43df794e9aa699595d4219201c.zip FreeBSD-ports-f0ff49bbd3916b43df794e9aa699595d4219201c.tar.gz |
- Update to 1.0.2
PR: ports/87040
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pear-Image_Color/Makefile | 2 | ||||
-rw-r--r-- | graphics/pear-Image_Color/distinfo | 4 | ||||
-rw-r--r-- | graphics/pear-Image_Color/files/patch-package.xml | 24 |
3 files changed, 15 insertions, 15 deletions
diff --git a/graphics/pear-Image_Color/Makefile b/graphics/pear-Image_Color/Makefile index 2861d7b..d83e4b6 100644 --- a/graphics/pear-Image_Color/Makefile +++ b/graphics/pear-Image_Color/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Image_Color -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= graphics www pear MAINTAINER= tux@pinguru.net diff --git a/graphics/pear-Image_Color/distinfo b/graphics/pear-Image_Color/distinfo index 72d2e69..ba1247f 100644 --- a/graphics/pear-Image_Color/distinfo +++ b/graphics/pear-Image_Color/distinfo @@ -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 diff --git a/graphics/pear-Image_Color/files/patch-package.xml b/graphics/pear-Image_Color/files/patch-package.xml index f1b1c79..77729ac 100644 --- a/graphics/pear-Image_Color/files/patch-package.xml +++ b/graphics/pear-Image_Color/files/patch-package.xml @@ -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" /> |