[101979] trunk/dports/databases/libpqxx/Portfile

g5pw at macports.org g5pw at macports.org
Wed Jan 23 10:21:43 PST 2013


Revision: 101979
          https://trac.macports.org/changeset/101979
Author:   g5pw at macports.org
Date:     2013-01-23 10:21:43 -0800 (Wed, 23 Jan 2013)
Log Message:
-----------
databases/libpqxx:
  add postgresql92 variant

Modified Paths:
--------------
    trunk/dports/databases/libpqxx/Portfile

Modified: trunk/dports/databases/libpqxx/Portfile
===================================================================
--- trunk/dports/databases/libpqxx/Portfile	2013-01-23 17:56:19 UTC (rev 101978)
+++ trunk/dports/databases/libpqxx/Portfile	2013-01-23 18:21:43 UTC (rev 101979)
@@ -39,10 +39,11 @@
 
 variant pq83 requires postgresql83 description {Legacy compatibility variant} {}
 
-variant postgresql83 conflicts postgresql84 postgresql90 postgresql91 description {Use postgresql83} {}
-variant postgresql84 conflicts postgresql83 postgresql90 postgresql91 description {Use postgresql84} {}
-variant postgresql90 conflicts postgresql83 postgresql84 postgresql91 description {Use postgresql90} {}
-variant postgresql91 conflicts postgresql83 postgresql84 postgresql90 description {Use postgresql91} {}
+variant postgresql83 conflicts postgresql84 postgresql90 postgresql91 postgresql92 description {Use postgresql83} {}
+variant postgresql84 conflicts postgresql83 postgresql90 postgresql91 postgresql92 description {Use postgresql84} {}
+variant postgresql90 conflicts postgresql83 postgresql84 postgresql91 postgresql92 description {Use postgresql90} {}
+variant postgresql91 conflicts postgresql83 postgresql84 postgresql90 postgresql92 description {Use postgresql91} {}
+variant postgresql92 conflicts postgresql83 postgresql84 postgresql90 postgresql91 description {Use postgresql91} {}
 
 if {[variant_isset postgresql83]} {
     set server postgresql83
@@ -52,6 +53,8 @@
     set server postgresql90
 } elseif {[variant_isset postgresql91]} {
     set server postgresql91
+} elseif {[variant_isset postgresql92]} {
+    set server postgresql92
 }
 
 platforms       darwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130123/8c6c2367/attachment.html>


More information about the macports-changes mailing list