Revision: 110499 https://trac.macports.org/changeset/110499 Author: stromnov@macports.org Date: 2013-08-31 12:30:43 -0700 (Sat, 31 Aug 2013) Log Message: ----------- gdal: update to version 1.10.1 Modified Paths: -------------- trunk/dports/gis/gdal/Portfile Modified: trunk/dports/gis/gdal/Portfile =================================================================== --- trunk/dports/gis/gdal/Portfile 2013-08-31 18:58:41 UTC (rev 110498) +++ trunk/dports/gis/gdal/Portfile 2013-08-31 19:30:43 UTC (rev 110499) @@ -4,8 +4,8 @@ PortSystem 1.0 name gdal -version 1.10.0 -revision 2 +version 1.10.1 +revision 0 categories gis license MIT BSD platforms darwin @@ -27,8 +27,8 @@ http://download.osgeo.org/gdal/ \ http://download.osgeo.org/gdal/CURRENT/ -checksums rmd160 106034155b6c80c34816720c77b0f53e22853ddb \ - sha256 1a9ca12bcc3a55f66bcd6654d5ff12eeddb3a26b622dd7c8872febb4f5a97487 +checksums rmd160 b06cbd0f34a6dad99768d5f75a9856e4e027d3bc \ + sha256 9984f0314c0bd831eb59fb646c2bc5e13cf1378be4f51499045166cbe62be6ea depends_lib-append port:zlib \ port:libpng \ @@ -44,7 +44,7 @@ configure.args-append \ --with-local=${prefix} \ --with-libz=${prefix} \ - --without-lzma \ + --without-liblzma \ --with-png=${prefix} \ --with-libtiff=${prefix} \ --with-geotiff=${prefix} \ @@ -113,8 +113,8 @@ variant lzma conflicts universal \ description {Enable LZMA (7Z) compression support} { depends_lib-append port:lzma - configure.args-delete --without-lzma - configure.args-append --with-lzma=${prefix} + configure.args-delete --without-liblzma + configure.args-append --with-liblzma=yes } variant geos description {Enable GEOS geometry engine functionality} {