[154242] trunk/dports/gis/qgis/Portfile

vince at macports.org vince at macports.org
Tue Oct 25 11:32:48 CEST 2016


Revision: 154242
          https://trac.macports.org/changeset/154242
Author:   vince at macports.org
Date:     2016-10-25 11:32:48 +0200 (Tue, 25 Oct 2016)
Log Message:
-----------
qgis: add postgresql 9.6 support and remove 9.4 (obsolete)

Modified Paths:
--------------
    trunk/dports/gis/qgis/Portfile

Modified: trunk/dports/gis/qgis/Portfile
===================================================================
--- trunk/dports/gis/qgis/Portfile	2016-10-25 09:03:26 UTC (rev 154241)
+++ trunk/dports/gis/qgis/Portfile	2016-10-25 09:32:48 UTC (rev 154242)
@@ -5,8 +5,9 @@
 PortGroup           cmake   1.0
 PortGroup           github  1.0
 
-github.setup        qgis QGIS 2_16_2 final-
-version             2.16.2
+version             2.16.3
+set version_u       [string map {. _} ${version}]
+github.setup        qgis QGIS ${version_u} final-
 categories          gis
 maintainers         vince
 description         QGIS is a user-friendly GIS based on Qt 4
@@ -21,8 +22,8 @@
 use_parallel_build  no
 homepage            http://www.qgis.org/
 
-checksums           rmd160  eeda3e0bfc200c20d275c52c045d9fd380e77986 \
-                    sha256  4ddec990828ea792ff900c8eb914becaeb3ee560d241063eb66104eb0af63cf1
+checksums           rmd160  fb93994c6f4b22d9d536af68e7e7cdd7758cf413 \
+                    sha256  a3d18216c8f13517d2a7b52acc04a74995ea97de048d186ed35f70da976897d5
 
 patchfiles          patch-app_info_plist_in.diff \
                     patch-PyQtMacros.diff
@@ -139,7 +140,7 @@
 }
 
 # Database variants (from the GDAL port)
-set postgresql_suffixes {93 94 95}
+set postgresql_suffixes {94 95 96}
 
 set portsgresql_variants {}
 foreach s ${postgresql_suffixes} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161025/e2ff70a1/attachment-0002.html>


More information about the macports-changes mailing list