[121864] trunk/dports/python/py-SDL2

jmr at macports.org jmr at macports.org
Wed Jul 9 11:30:06 PDT 2014


Revision: 121864
          https://trac.macports.org/changeset/121864
Author:   jmr at macports.org
Date:     2014-07-09 11:30:06 -0700 (Wed, 09 Jul 2014)
Log Message:
-----------
py-SDL2: update to 0.9.3

Modified Paths:
--------------
    trunk/dports/python/py-SDL2/Portfile
    trunk/dports/python/py-SDL2/files/dll.py.patch

Modified: trunk/dports/python/py-SDL2/Portfile
===================================================================
--- trunk/dports/python/py-SDL2/Portfile	2014-07-09 17:34:48 UTC (rev 121863)
+++ trunk/dports/python/py-SDL2/Portfile	2014-07-09 18:30:06 UTC (rev 121864)
@@ -4,7 +4,7 @@
 PortGroup           python 1.0
 
 name                py-SDL2
-version             0.9.2
+version             0.9.3
 categories-append   devel multimedia
 license             public-domain
 platforms           darwin
@@ -20,8 +20,8 @@
 master_sites        ${homepage}/downloads/
 distname            PySDL2-${version}
 
-checksums           rmd160 5c442efe3c2c86f751fe99f13060efda3d5557b1 \
-                    sha256 946ac1f3c44acdb2e8d421724e18eaeaa7cff73b56273d10677804cbbc2a1919
+checksums           rmd160 d35475b788b2cc8e9a5e6a2dd2f28d0c52466fa9 \
+                    sha256 65a74697fde4a9da37e837108a5a390be45597706c9690c9ad72817ea67308f5
 
 python.versions     27 32 33 34
 

Modified: trunk/dports/python/py-SDL2/files/dll.py.patch
===================================================================
--- trunk/dports/python/py-SDL2/files/dll.py.patch	2014-07-09 17:34:48 UTC (rev 121863)
+++ trunk/dports/python/py-SDL2/files/dll.py.patch	2014-07-09 18:30:06 UTC (rev 121864)
@@ -1,9 +1,9 @@
---- sdl2/dll.py.orig	2014-01-25 04:14:32.000000000 +1100
-+++ sdl2/dll.py	2014-04-08 12:37:01.000000000 +1000
-@@ -32,6 +32,11 @@
-             dllfile = os.path.join(path, pattern % libname)
-             if os.path.exists(dllfile):
-                 results.append(dllfile)
+--- sdl2/dll.py.orig	2014-05-31 18:34:13.000000000 +1000
++++ sdl2/dll.py	2014-07-10 04:25:40.000000000 +1000
+@@ -33,6 +33,11 @@
+                 dllfile = os.path.join(subpath, pattern % libname)
+                 if os.path.exists(dllfile):
+                     results.append(dllfile)
 +    # MacPorts addition: search in our prefix first
 +    for libname in searchfor:
 +        dllfile = os.path.join('__PREFIX__', 'lib', pattern % libname)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140709/767e9463/attachment.html>


More information about the macports-changes mailing list