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

ryandesign at macports.org ryandesign at macports.org
Sun May 8 02:33:31 PDT 2011


Revision: 78454
          http://trac.macports.org/changeset/78454
Author:   ryandesign at macports.org
Date:     2011-05-08 02:33:29 -0700 (Sun, 08 May 2011)
Log Message:
-----------
sphinx: simplify variant descriptions

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

Modified: trunk/dports/textproc/sphinx/Portfile
===================================================================
--- trunk/dports/textproc/sphinx/Portfile	2011-05-08 06:30:44 UTC (rev 78453)
+++ trunk/dports/textproc/sphinx/Portfile	2011-05-08 09:33:29 UTC (rev 78454)
@@ -34,28 +34,28 @@
 
 test.run            yes
 
-variant postgres conflicts postgresql83 postgresql84 postgresql90 description {Enable PostgreSQL support for old PgSQL 8.2} {
+variant postgres conflicts postgresql83 postgresql84 postgresql90 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 support for newer PgSQL v8.3} {
+variant postgresql83 conflicts postgres postgresql84 postgresql90 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 support for newer PgSQL v8.4} {
+variant postgresql84 conflicts postgres postgresql83 postgresql90 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 support for newer PgSQL v9.0} {
+variant postgresql90 conflicts postgres postgresql83 postgresql84 description {Enable PostgreSQL 9.0 support} {
     depends_lib-append      port:postgresql90
     configure.args-append   --with-pgsql \
                             --with-pgsql-includes=${prefix}/include/postgresql90 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110508/4472f635/attachment.html>


More information about the macports-changes mailing list