[111563] trunk/dports/python/py-gd/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 25 14:29:42 PDT 2013


Revision: 111563
          https://trac.macports.org/changeset/111563
Author:   ryandesign at macports.org
Date:     2013-09-25 14:29:42 -0700 (Wed, 25 Sep 2013)
Log Message:
-----------
py-gd: update to 0.57; add py27-gd subport; project has moved to github

Modified Paths:
--------------
    trunk/dports/python/py-gd/Portfile

Modified: trunk/dports/python/py-gd/Portfile
===================================================================
--- trunk/dports/python/py-gd/Portfile	2013-09-25 20:48:33 UTC (rev 111562)
+++ trunk/dports/python/py-gd/Portfile	2013-09-25 21:29:42 UTC (rev 111563)
@@ -1,11 +1,11 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup           github 1.0
 PortGroup python 1.0
 
+github.setup        Solomoriah gdmodule 0.57 v
 name			py-gd
-version			0.56
-revision		1
 categories-append	graphics
 maintainers		nomaintainer
 platforms		darwin
@@ -15,16 +15,12 @@
 				(png, jpeg) by drawing lines, text, doing flood-fills, \
 				etc.
 
-homepage		http://newcenturycomputers.net/projects/gdmodule.html
-master_sites	http://newcenturycomputers.net/projects/download.cgi/
-distname		gdmodule-${version}
-checksums		md5     6a6db28a089d4caf5a921cd266a62b3d \
-				sha1    519a64e14897599d879b82a5f5b0f308a14826e3 \
-				rmd160  fb3c2e77a59840272d12c786d187b096e1eec53d
+checksums           rmd160  93ad30d386737014ff33ac393fe3a304c28f3183 \
+                    sha256  b3da19425f2cdcb8bb219a6cebc2b96b1ae3b8b1fb8a1a97a4154164e9b5516a
 
-python.versions	24 25 26
+python.versions     24 25 26 27
 
-if {$subport != $name} {
+if {$subport ne $name} {
     patchfiles		patch-Setup.py.diff
     
     depends_lib-append	port:gd2 port:giflib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130925/b73196c4/attachment.html>


More information about the macports-changes mailing list