[42397] trunk/dports/python/py25-shapely

landonf at macports.org landonf at macports.org
Thu Nov 20 10:38:59 PST 2008


Revision: 42397
          http://trac.macports.org/changeset/42397
Author:   landonf at macports.org
Date:     2008-11-20 10:38:59 -0800 (Thu, 20 Nov 2008)
Log Message:
-----------
Update to 1.0.11
Issue: #17341
Submitted by: stromnov (at) gmail (dot) com

Modified Paths:
--------------
    trunk/dports/python/py25-shapely/Portfile
    trunk/dports/python/py25-shapely/files/patch-shapely_geos.py

Modified: trunk/dports/python/py25-shapely/Portfile
===================================================================
--- trunk/dports/python/py25-shapely/Portfile	2008-11-20 18:04:42 UTC (rev 42396)
+++ trunk/dports/python/py25-shapely/Portfile	2008-11-20 18:38:59 UTC (rev 42397)
@@ -4,8 +4,7 @@
 PortGroup       python25 1.0
 
 name            py25-shapely
-version         1.0.6
-revision	1
+version         1.0.11
 categories      python devel
 platforms       darwin
 maintainers     landonf openmaintainer
@@ -26,7 +25,9 @@
 depends_lib	port:python25 \
 		port:geos
 
-checksums	md5 f34034848949d2ba2bca8f6c5b67b89f
+checksums   md5 e936529836e2823ce777dfc44a18a9b6 \
+            sha1 fd72bc7476e71d2605ae8cc05d48d1c89b916fe4 \
+            rmd160 adb049b2ebd97665d146342469e87550f1f9fffb
 
 patchfiles	patch-shapely_geos.py
 

Modified: trunk/dports/python/py25-shapely/files/patch-shapely_geos.py
===================================================================
--- trunk/dports/python/py25-shapely/files/patch-shapely_geos.py	2008-11-20 18:04:42 UTC (rev 42396)
+++ trunk/dports/python/py25-shapely/files/patch-shapely_geos.py	2008-11-20 18:38:59 UTC (rev 42397)
@@ -1,12 +1,11 @@
---- shapely/geos.py.orig	2008-07-31 15:01:11.000000000 -0700
-+++ shapely/geos.py	2008-07-31 15:01:28.000000000 -0700
-@@ -29,8 +29,7 @@
+--- shapely/geos.py.orig	2008-11-19 09:31:43.000000000 +0300
++++ shapely/geos.py	2008-11-19 09:31:25.000000000 +0300
+@@ -27,6 +27,8 @@
      if lib is None:
          ## try a few more locations
          lib_paths = [
--            # The Framework build from Kyng Chaos:
--            "/Library/Frameworks/GEOS.framework/Versions/Current/GEOS",
-+            "@PREFIX@/lib/libgeos_c.dylib"
-         ]
-         for path in lib_paths:
-             if os.path.exists(path):
++            # local macports
++            '@PREFIX@/lib/libgeos_c.dylib',
+             # The Framework build from Kyng Chaos:
+             "/Library/Frameworks/GEOS.framework/Versions/Current/GEOS",
+             # macports
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081120/69079baa/attachment.html>


More information about the macports-changes mailing list