[154241] trunk/dports/gis/grass7/Portfile

vince at macports.org vince at macports.org
Tue Oct 25 11:03:26 CEST 2016


Revision: 154241
          https://trac.macports.org/changeset/154241
Author:   vince at macports.org
Date:     2016-10-25 11:03:26 +0200 (Tue, 25 Oct 2016)
Log Message:
-----------
grass7: add postgresql96 option and deprecate postgresql94

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

Modified: trunk/dports/gis/grass7/Portfile
===================================================================
--- trunk/dports/gis/grass7/Portfile	2016-10-25 08:53:37 UTC (rev 154240)
+++ trunk/dports/gis/grass7/Portfile	2016-10-25 09:03:26 UTC (rev 154241)
@@ -100,15 +100,17 @@
     configure.env-append  MYSQLD_CONFIG=${prefix}/lib/mysql5/bin/mysql_config
 }
 
-variant postgresql94 description {Add PostgreSQL 9.4 support} {
-    depends_lib-append    port:postgresql94
+variant postgresql96 description {Add PostgreSQL 9.6 support} \
+    conflicts postgresql95 {
+    depends_lib-append    port:postgresql96
     configure.args-delete --without-postgres
     configure.args-append --with-postgres
-    configure.args-append --with-postgres-includes=${prefix}/include/postgresql94
-    configure.args-append --with-postgres-libs=${prefix}/lib/postgresql94
+    configure.args-append --with-postgres-includes=${prefix}/include/postgresql96
+    configure.args-append --with-postgres-libs=${prefix}/lib/postgresql96
 }
 
-variant postgresql95 description {Add PostgreSQL 9.5 support} {
+variant postgresql95 description {Add PostgreSQL 9.5 support} \
+    conflicts postgresql96 {
     depends_lib-append    port:postgresql95
     configure.args-delete --without-postgres
     configure.args-append --with-postgres
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161025/1e06a04d/attachment-0002.html>


More information about the macports-changes mailing list