[49666] trunk/dports/python/py-gd

blb at macports.org blb at macports.org
Tue Apr 14 21:04:16 PDT 2009


Revision: 49666
          http://trac.macports.org/changeset/49666
Author:   blb at macports.org
Date:     2009-04-14 21:04:16 -0700 (Tue, 14 Apr 2009)
Log Message:
-----------
python/py-gd - version update to 0.56, depend on giflib now that it has GIF support

Modified Paths:
--------------
    trunk/dports/python/py-gd/Portfile
    trunk/dports/python/py-gd/files/patch-Setup.py.diff

Modified: trunk/dports/python/py-gd/Portfile
===================================================================
--- trunk/dports/python/py-gd/Portfile	2009-04-15 02:53:14 UTC (rev 49665)
+++ trunk/dports/python/py-gd/Portfile	2009-04-15 04:04:16 UTC (rev 49666)
@@ -4,8 +4,7 @@
 PortGroup python24 1.0
 
 name			py-gd
-version			0.53
-revision		1
+version			0.56
 categories		python graphics
 maintainers		nomaintainer
 platforms		darwin
@@ -18,10 +17,12 @@
 homepage		http://newcenturycomputers.net/projects/gdmodule.html
 master_sites	http://newcenturycomputers.net/projects/download.cgi/
 distname		gdmodule-${version}
-checksums		md5 4a6c69697e1ff9825b23624cdab8dbdc
+checksums		md5     6a6db28a089d4caf5a921cd266a62b3d \
+				sha1    519a64e14897599d879b82a5f5b0f308a14826e3 \
+				rmd160  fb3c2e77a59840272d12c786d187b096e1eec53d
 patchfiles		patch-Setup.py.diff
 
-depends_lib-append	lib:libgd.2:gd2
+depends_lib-append	port:gd2 port:giflib
 
 post-patch	{
 	file rename ${worksrcpath}/Setup.py ${worksrcpath}/_Setup.py

Modified: trunk/dports/python/py-gd/files/patch-Setup.py.diff
===================================================================
--- trunk/dports/python/py-gd/files/patch-Setup.py.diff	2009-04-15 02:53:14 UTC (rev 49665)
+++ trunk/dports/python/py-gd/files/patch-Setup.py.diff	2009-04-15 04:04:16 UTC (rev 49666)
@@ -1,5 +1,5 @@
---- Setup.py	Sun Sep 14 06:35:30 2003
-+++ Setup.py.new	Sat Sep 20 15:53:51 2003
+--- Setup.py.orig	2005-03-10 21:29:59.000000000 -0700
++++ Setup.py	2009-04-14 21:29:03.000000000 -0600
 @@ -40,6 +40,7 @@
  # Unixoid OS's I will just look for the usual suspects.
  
@@ -22,6 +22,6 @@
  want_libs = [
 -    "gd",
 +    "gd", "iconv",
-     "jpeg", "png", "z",
+     "jpeg", "png", "gif", "z",
      "X11", "Xpm",
      "ttf", "freetype",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090414/5bb9731d/attachment.html>


More information about the macports-changes mailing list