[94575] trunk/dports/textproc/sphinx/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jun 22 17:04:03 PDT 2012


Revision: 94575
          https://trac.macports.org/changeset/94575
Author:   ryandesign at macports.org
Date:     2012-06-22 17:04:02 -0700 (Fri, 22 Jun 2012)
Log Message:
-----------
sphinx: add postgresql91 variant (#32588)

Modified Paths:
--------------
    trunk/dports/textproc/sphinx/Portfile

Modified: trunk/dports/textproc/sphinx/Portfile
===================================================================
--- trunk/dports/textproc/sphinx/Portfile	2012-06-23 00:03:34 UTC (rev 94574)
+++ trunk/dports/textproc/sphinx/Portfile	2012-06-23 00:04:02 UTC (rev 94575)
@@ -37,34 +37,40 @@
 
 test.run            yes
 
-variant postgres conflicts postgresql83 postgresql84 postgresql90 description {Enable PostgreSQL 8.2 support} {
+variant postgres conflicts postgresql83 postgresql84 postgresql90 postgresql91 description {Enable PostgreSQL 8.2 support} {
     depends_lib-append      port:postgresql82
     configure.args-append   --with-pgsql \
                             --with-pgsql-includes=${prefix}/include/postgresql82 \
                             --with-pgsql-libs=${prefix}/lib/postgresql82
 }
 
-variant postgresql83 conflicts postgres postgresql84 postgresql90 description {Enable PostgreSQL 8.3 support} {
+variant postgresql83 conflicts postgres postgresql84 postgresql90 postgresql91 description {Enable PostgreSQL 8.3 support} {
     depends_lib-append      port:postgresql83
     configure.args-append   --with-pgsql \
                             --with-pgsql-includes=${prefix}/include/postgresql83 \
                             --with-pgsql-libs=${prefix}/lib/postgresql83
 }
 
-variant postgresql84 conflicts postgres postgresql83 postgresql90 description {Enable PostgreSQL 8.4 support} {
+variant postgresql84 conflicts postgres postgresql83 postgresql90 postgresql91 description {Enable PostgreSQL 8.4 support} {
     depends_lib-append      port:postgresql84
     configure.args-append   --with-pgsql \
                             --with-pgsql-includes=${prefix}/include/postgresql84 \
                             --with-pgsql-libs=${prefix}/lib/postgresql84
 }
 
-variant postgresql90 conflicts postgres postgresql83 postgresql84 description {Enable PostgreSQL 9.0 support} {
+variant postgresql90 conflicts postgres postgresql83 postgresql84 postgresql91 description {Enable PostgreSQL 9.0 support} {
     depends_lib-append      port:postgresql90
     configure.args-append   --with-pgsql \
                             --with-pgsql-includes=${prefix}/include/postgresql90 \
                             --with-pgsql-libs=${prefix}/lib/postgresql90
 }
 
+variant postgresql91 conflicts postgres postgresql83 postgresql84 postgresql90 description {Enable PostgreSQL 9.1 support} {
+    depends_lib-append      port:postgresql91
+    configure.args-append   --with-pgsql \
+                            --with-pgsql-includes=${prefix}/include/postgresql91 \
+                            --with-pgsql-libs=${prefix}/lib/postgresql91
+}
 
 variant mysql5 description {Enable MySQL 5 support} {
     depends_lib-append      path:bin/mysql_config5:mysql5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120622/82b41df0/attachment.html>


More information about the macports-changes mailing list