[151102] trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl

ryandesign at macports.org ryandesign at macports.org
Sun Aug 7 07:21:55 PDT 2016


Revision: 151102
          https://trac.macports.org/changeset/151102
Author:   ryandesign at macports.org
Date:     2016-08-07 07:21:55 -0700 (Sun, 07 Aug 2016)
Log Message:
-----------
wxWidgets-1.0.tcl: fix typo in error message

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl	2016-08-07 13:49:31 UTC (rev 151101)
+++ trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl	2016-08-07 14:21:55 UTC (rev 151102)
@@ -198,8 +198,8 @@
         pre-fetch {
             # 10.8 (or later) -or- 10.7 with Xcode 4.4 (or later)
             if {${os.major} >= 12 || [vercmp $xcodeversion 4.4] >= 0} {
-                ui_error "${wxWidgets.port} cannot be built on Moc OS X >= 10.7 with Xcode >= 4.4, please use port wxWidgets-3.0 or wxgtk-2.8 instead"
-                return -code return "wxWidgets-2.8 cannot be built on Moc OS X >= 10.7 with Xcode >= 4.4, please use port wxWidgets-3.0 or wxgtk-2.8 instead"
+                ui_error "${wxWidgets.port} cannot be built on Mac OS X >= 10.7 with Xcode >= 4.4; please use port wxWidgets-3.0 or wxgtk-2.8 instead"
+                return -code return "wxWidgets-2.8 cannot be built on Mac OS X >= 10.7 with Xcode >= 4.4; please use port wxWidgets-3.0 or wxgtk-2.8 instead"
             } else {
                 # 10.7
                 if {${os.major} == 11} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160807/716cf57e/attachment.html>


More information about the macports-changes mailing list