diff options
author | taca <taca@pkgsrc.org> | 2010-02-06 15:51:37 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-02-06 15:51:37 +0000 |
commit | aa4a368243cb26e4a84ebaf31622bad05ec8ec5e (patch) | |
tree | e68a3ef22e011071eba2a6bef67722a58de4b53f /graphics/pear-Image_Graph | |
parent | 6f46e42ad25720aaca0a93e38a27bfac65f9a888 (diff) | |
download | pkgsrc-aa4a368243cb26e4a84ebaf31622bad05ec8ec5e.tar.gz |
Update pear-Image_Graph from 0.3.0dev4 to 0.7.2.
Changes are too huge to show here, please refer:
http://pear.php.net/package/Image_Graph/download/All
Diffstat (limited to 'graphics/pear-Image_Graph')
-rw-r--r-- | graphics/pear-Image_Graph/Makefile | 7 | ||||
-rw-r--r-- | graphics/pear-Image_Graph/distinfo | 9 | ||||
-rw-r--r-- | graphics/pear-Image_Graph/patches/patch-aa | 13 |
3 files changed, 7 insertions, 22 deletions
diff --git a/graphics/pear-Image_Graph/Makefile b/graphics/pear-Image_Graph/Makefile index ec20d105298..87f19e5650d 100644 --- a/graphics/pear-Image_Graph/Makefile +++ b/graphics/pear-Image_Graph/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2010/02/04 16:36:05 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2010/02/06 15:51:37 taca Exp $ -DISTNAME= Image_Graph-0.3.0dev4 -PKGREVISION= 1 +DISTNAME= Image_Graph-0.7.2 CATEGORIES= graphics MAINTAINER= pkgsrc-users@NetBSD.org @@ -12,7 +11,7 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS= php-pear-Image_Graph-[0-9]* -DEPENDS+= ${PHP_PKG_PREFIX}-pear-Image_Canvas>=0.2.1:../../graphics/pear-Image_Canvas +DEPENDS+= ${PHP_PKG_PREFIX}-pear-Image_Canvas>=0.3.0:../../graphics/pear-Image_Canvas DEPENDS+= ${PHP_PKG_PREFIX}-pear-Numbers_Roman-[0-9]*:../../math/pear-Numbers_Roman DEPENDS+= ${PHP_PKG_PREFIX}-pear-Numbers_Words-[0-9]*:../../math/pear-Numbers_Words diff --git a/graphics/pear-Image_Graph/distinfo b/graphics/pear-Image_Graph/distinfo index d5936ab44b2..c4533e8038c 100644 --- a/graphics/pear-Image_Graph/distinfo +++ b/graphics/pear-Image_Graph/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/01/03 21:00:34 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2010/02/06 15:51:37 taca Exp $ -SHA1 (pear/Image_Graph-0.3.0dev4.tgz) = d7051f8ad4f6f62377c67837c9d7ee6199978df0 -RMD160 (pear/Image_Graph-0.3.0dev4.tgz) = fe044968ce8522ee968c7501afd3f5a6da81e071 -Size (pear/Image_Graph-0.3.0dev4.tgz) = 144077 bytes -SHA1 (patch-aa) = 4479454c43421d41cbb8d1e4075207f5debc4ad8 +SHA1 (pear/Image_Graph-0.7.2.tgz) = ca8ee14422666eb50758f3e90de2e386af6e259b +RMD160 (pear/Image_Graph-0.7.2.tgz) = c03ee60f049862c17fbbe09d997c2e64aaabb02f +Size (pear/Image_Graph-0.7.2.tgz) = 368056 bytes diff --git a/graphics/pear-Image_Graph/patches/patch-aa b/graphics/pear-Image_Graph/patches/patch-aa deleted file mode 100644 index a0d17a99f4f..00000000000 --- a/graphics/pear-Image_Graph/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2006/01/03 21:00:34 adrianp Exp $ - ---- package.xml.orig 2005-01-28 08:20:31.000000000 +0000 -+++ package.xml -@@ -31,7 +31,7 @@ - <state>devel</state> - <notes>Fixed problem with logarithmic axis causing an infinite loop</notes> - <deps> -- <dep type="ext" rel="has" optional="no">gd</dep> -+ <dep type="ext" rel="has" optional="yes">gd</dep> - <dep type="pkg" rel="ge" version="1.3.1" optional="no">PEAR</dep> - <dep type="pkg" rel="ge" version="1.0.0" optional="no">Image_Color</dep> - <dep type="pkg" rel="has" optional="yes">Log</dep> |