[89224] trunk/dports/python/py27-gdal/Portfile

and.damore at macports.org and.damore at macports.org
Sat Jan 21 10:57:28 PST 2012


Revision: 89224
          http://trac.macports.org/changeset/89224
Author:   and.damore at macports.org
Date:     2012-01-21 10:57:25 -0800 (Sat, 21 Jan 2012)
Log Message:
-----------
port py27-gdal: upgrading version to 1.8.1, adding patch as per ticket #32961

Modified Paths:
--------------
    trunk/dports/python/py27-gdal/Portfile

Modified: trunk/dports/python/py27-gdal/Portfile
===================================================================
--- trunk/dports/python/py27-gdal/Portfile	2012-01-21 18:23:58 UTC (rev 89223)
+++ trunk/dports/python/py27-gdal/Portfile	2012-01-21 18:57:25 UTC (rev 89224)
@@ -4,7 +4,7 @@
 PortGroup           python27 1.0
 
 name                py27-gdal
-version             1.7.1
+version             1.8.1
 maintainers         and.damore openmaintainer
 description         GDAL: Geospatial Data Abstraction Library
 long_description \
@@ -14,15 +14,19 @@
 homepage            http://www.gdal.org
 master_sites        http://pypi.python.org/packages/source/G/GDAL/
 distname            GDAL-${version}
-checksums           md5     38b838d528b309a28a3aa24d4fcef3cd \
-                    sha1    6c0f47a8979bfaeed637f0b858e422bf7405444a \
-                    rmd160  be64ffb4967952cbb3c0c4779c17c82061202b34
+checksums           md5     cab9540923a71f448aeb0ef588e462ce \
+                    sha1    f76ec50adbb74924aa6699397688d8124d73f1e4 \
+                    rmd160  47c6be95e0407e1b72272b9f505c868aa3bea93c
 
 depends_lib         port:py27-numpy \
                     port:gdal
 
 set python.prefix   ${frameworks_dir}/Python.framework/Versions/${python.branch}
 
+patch {
+    reinplace "s|../../apps/|${prefix}/bin/|" ${worksrcpath}/setup.cfg
+}
+
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 755 -d ${destroot}${prefix}/share/examples/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120121/1284ab13/attachment-0001.html>


More information about the macports-changes mailing list