[97463] trunk/dports/mail/dovecot2/Portfile

pixilla at macports.org pixilla at macports.org
Thu Sep 6 20:36:20 PDT 2012


Revision: 97463
          https://trac.macports.org/changeset/97463
Author:   pixilla at macports.org
Date:     2012-09-06 20:36:20 -0700 (Thu, 06 Sep 2012)
Log Message:
-----------
mail/dovecot2:
- Add postgresql92 variant.

Modified Paths:
--------------
    trunk/dports/mail/dovecot2/Portfile

Modified: trunk/dports/mail/dovecot2/Portfile
===================================================================
--- trunk/dports/mail/dovecot2/Portfile	2012-09-07 03:34:26 UTC (rev 97462)
+++ trunk/dports/mail/dovecot2/Portfile	2012-09-07 03:36:20 UTC (rev 97463)
@@ -62,7 +62,7 @@
 configure.cppflags  -I${prefix}/include/openssl
 
 variant postgresql82  \
-    conflicts postgresql83 postgresql84 postgresql90 postgresql91 \
+    conflicts postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 \
     description "Enable PostgreSQL 8.2 support" {
 
     depends_lib-append          port:postgresql82
@@ -71,7 +71,7 @@
 }
 
 variant postgresql83 \
-    conflicts postgresql82 postgresql84 postgresql90 postgresql91 \
+    conflicts postgresql82 postgresql84 postgresql90 postgresql91 postgresql92 \
     description "Enable PostgreSQL 8.3 support" { 
 
     depends_lib-append          port:postgresql83
@@ -80,7 +80,7 @@
 }
 
 variant postgresql84 \
-    conflicts postgresql82 postgresql83 postgresql90 postgresql91 \
+    conflicts postgresql82 postgresql83 postgresql90 postgresql91 postgresql92 \
     description "Enable PostgreSQL 8.4 support" { 
 
     depends_lib-append          port:postgresql84
@@ -89,7 +89,7 @@
 }
 
 variant postgresql90 \
-    conflicts postgresql82 postgresql83 postgresql84 postgresql91 \
+    conflicts postgresql82 postgresql83 postgresql84 postgresql91 postgresql92 \
     description "Enable PostgreSQL 9.0 support" { 
 
     depends_lib-append          port:postgresql90
@@ -98,7 +98,7 @@
 }
 
 variant postgresql91 \
-    conflicts postgresql82 postgresql83 postgresql84 postgresql90 \
+    conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql92 \
     description "Enable PostgreSQL 9.1 support" { 
 
     depends_lib-append          port:postgresql91
@@ -106,6 +106,15 @@
     configure.args-append       --with-pgsql
 }
 
+variant postgresql92 \
+    conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 \
+    description "Enable PostgreSQL 9.2 support" { 
+
+    depends_lib-append          port:postgresql92
+    configure.env-append        PG_CONFIG=${prefix}/lib/postgresql92/bin/pg_config
+    configure.args-append       --with-pgsql
+}
+
 variant mysql5 \
     conflicts mysql51 mysql55 mariadb percona \
     description "Enable MySQL 5.1 support" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120906/2d687b0c/attachment.html>


More information about the macports-changes mailing list