[56363] trunk/dports/science/gdal/Portfile

jmr at macports.org jmr at macports.org
Wed Aug 26 10:28:09 PDT 2009


Revision: 56363
          http://trac.macports.org/changeset/56363
Author:   jmr at macports.org
Date:     2009-08-26 10:28:09 -0700 (Wed, 26 Aug 2009)
Log Message:
-----------
gdal: update to 1.6.2, add postgresql84 variant (#20828)

Modified Paths:
--------------
    trunk/dports/science/gdal/Portfile

Modified: trunk/dports/science/gdal/Portfile
===================================================================
--- trunk/dports/science/gdal/Portfile	2009-08-26 17:26:31 UTC (rev 56362)
+++ trunk/dports/science/gdal/Portfile	2009-08-26 17:28:09 UTC (rev 56363)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		gdal
-version		1.6.0
+version		1.6.2
 maintainers	gmail.com:seanasy
 platforms	darwin
 description	GDAL - Geospatial Data Abstraction Library
@@ -17,9 +17,9 @@
 master_sites	http://www.gdal.org/dl/ \
 				http://download.osgeo.org/gdal/
 categories		science
-checksums		md5 0c53697511f489455f8b60e843986568 \
-				rmd160 85bf968b5ec6c2af5a02597bc4c8375d8f775fec \
-				sha1 cae5a891231ee5794350d1626a688d802a429423
+checksums		md5 f2dcd6aa7222d021202984523adf3b55 \
+				rmd160 e445680953f25047a280f36cedba0597094e0562 \
+				sha1 1d9e1d8f01f06bca99e7335d7e86dff784eee819
 
 depends_lib	port:zlib port:libpng port:tiff port:libgeotiff port:jpeg \
 			path:include/gif_lib.h:giflib port:proj
@@ -154,6 +154,12 @@
 	configure.args-append	--with-pg=${prefix}/lib/postgresql83/bin/pg_config
 }
 
+variant postgresql84 description {Enable PostgreSQL 8.4 support} {
+	depends_lib-append		port:postgresql84
+	configure.args-delete	--without-pg
+	configure.args-append	--with-pg=${prefix}/lib/postgresql84/bin/pg_config
+}
+
 variant mysql5 description {Enable MySQL 5 support} {
 	depends_lib-append		port:mysql5
 	configure.args-delete	--without-mysql
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090826/5de931a9/attachment.html>


More information about the macports-changes mailing list