[96898] trunk/dports/aqua/qt4-mac/Portfile

blair at macports.org blair at macports.org
Mon Aug 20 22:45:01 PDT 2012


Revision: 96898
          https://trac.macports.org/changeset/96898
Author:   blair at macports.org
Date:     2012-08-20 22:45:00 -0700 (Mon, 20 Aug 2012)
Log Message:
-----------
qt4-mac: correct spelling of PostgreSQL.

Modified Paths:
--------------
    trunk/dports/aqua/qt4-mac/Portfile

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2012-08-21 05:25:35 UTC (rev 96897)
+++ trunk/dports/aqua/qt4-mac/Portfile	2012-08-21 05:45:00 UTC (rev 96898)
@@ -679,16 +679,16 @@
 }
 
 variant psql83 conflicts psql84 psql90 psql91 \
-description {Postgre SQL 8.3 Qt4 Plugin Legacy Compatibility Variant} {}
+description {PostgreSQL 8.3 Qt4 Plugin Legacy Compatibility Variant} {}
 
 variant psql84 conflicts psql83 psql90 psql91 \
-description {Postgre SQL 8.4 Qt4 Plugin Legacy Compatibility Variant} {}
+description {PostgreSQL 8.4 Qt4 Plugin Legacy Compatibility Variant} {}
 
 variant psql90 conflicts psql83 psql84 psql91 \
-description {Postgre SQL 9.0 Qt4 Plugin Legacy Compatibility Variant} {}
+description {PostgreSQL 9.0 Qt4 Plugin Legacy Compatibility Variant} {}
 
 variant psql91 conflicts psql83 psql84 psql90 \
-description {Postgre SQL 9.1 Qt4 Plugin Legacy Compatibility Variant} {}
+description {PostgreSQL 9.1 Qt4 Plugin Legacy Compatibility Variant} {}
 
 if {[variant_isset psql83]} {
     set psql_version "83"
@@ -701,7 +701,7 @@
 }
 
 if {${psql_version} != ""} {
-    ui_error "${name} variant +psql${psql_version} has been replaced by the port 'qt4-mac-postgresql91-plugin' and its subports.  Please install ${name} without +psql${psql_version}, then install your desired Postgre SQL Qt plugin."
+    ui_error "${name} variant +psql${psql_version} has been replaced by the port 'qt4-mac-postgresql91-plugin' and its subports.  Please install ${name} without +psql${psql_version}, then install your desired PostgreSQL Qt plugin."
     return -code error "Variant disabled"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120820/7a24215e/attachment.html>


More information about the macports-changes mailing list