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

vince at macports.org vince at macports.org
Thu Jul 28 04:22:24 PDT 2016


Revision: 150778
          https://trac.macports.org/changeset/150778
Author:   vince at macports.org
Date:     2016-07-28 04:22:24 -0700 (Thu, 28 Jul 2016)
Log Message:
-----------
qgis: correct wrong link to file and make postgresql95 the default

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

Modified: trunk/dports/gis/qgis/Portfile
===================================================================
--- trunk/dports/gis/qgis/Portfile	2016-07-28 09:21:02 UTC (rev 150777)
+++ trunk/dports/gis/qgis/Portfile	2016-07-28 11:22:24 UTC (rev 150778)
@@ -5,8 +5,7 @@
 PortGroup           cmake   1.0
 PortGroup           github  1.0
 
-github.setup        qgis QGIS final-2_16_0
-github.tarball_from releases
+github.setup        qgis QGIS 2_16_0 final-
 version             2.16
 categories          gis
 maintainers         vince
@@ -166,7 +165,7 @@
     set pgd "${pgd}!\[variant_isset postgresql${s}\] && "
 }
 set pgd [string range ${pgd} 0 end-4]
-set pgd "${pgd}} { default_variants +postgresql94 }"
+set pgd "${pgd}} { default_variants +postgresql95 }"
 eval ${pgd}
 
 variant grass               description "Build Grass 7 plugin" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160728/ef2d6d01/attachment.html>


More information about the macports-changes mailing list