[90253] trunk/dports
snc at macports.org
snc at macports.org
Mon Feb 27 10:26:25 PST 2012
Revision: 90253
http://trac.macports.org/changeset/90253
Author: snc at macports.org
Date: 2012-02-27 10:26:21 -0800 (Mon, 27 Feb 2012)
Log Message:
-----------
TeXShop3,xrg,chmsee: fix syntax (ui_err should be ui_error)
Modified Paths:
--------------
trunk/dports/aqua/TeXShop3/Portfile
trunk/dports/aqua/xrg/Portfile
trunk/dports/x11/chmsee/Portfile
Modified: trunk/dports/aqua/TeXShop3/Portfile
===================================================================
--- trunk/dports/aqua/TeXShop3/Portfile 2012-02-27 17:46:01 UTC (rev 90252)
+++ trunk/dports/aqua/TeXShop3/Portfile 2012-02-27 18:26:21 UTC (rev 90253)
@@ -32,7 +32,7 @@
pre-fetch {
platform darwin {
if {${os.major} < 11} {
- ui_err "${name} requires at least 10.7, Lion"
+ ui_error "${name} requires at least 10.7, Lion"
return -code error "This version is for 10.7, Lion, and later only"
}
}
Modified: trunk/dports/aqua/xrg/Portfile
===================================================================
--- trunk/dports/aqua/xrg/Portfile 2012-02-27 17:46:01 UTC (rev 90252)
+++ trunk/dports/aqua/xrg/Portfile 2012-02-27 18:26:21 UTC (rev 90253)
@@ -31,13 +31,13 @@
pre-fetch {
platform darwin {
if {${os.major} < 8} {
- ui_err "${name} requires OS X 10.4 or newer."
+ ui_error "${name} requires OS X 10.4 or newer."
return -code error "incompatible OS X version"
}
if {${build_arch} == "x86_64"} {
if {${os.major} < 10} {
- ui_err "${name} requires OS X 10.6 or newer."
+ ui_error "${name} requires OS X 10.6 or newer."
return -code error "incompatible OS X version"
}
}
Modified: trunk/dports/x11/chmsee/Portfile
===================================================================
--- trunk/dports/x11/chmsee/Portfile 2012-02-27 17:46:01 UTC (rev 90252)
+++ trunk/dports/x11/chmsee/Portfile 2012-02-27 18:26:21 UTC (rev 90253)
@@ -39,7 +39,7 @@
# In order to call gecko, chmsee must be installed in the same directory as FireFox.
# Move it and put a symlink in the bin directory
if { [catch {set ff [registry_active "firefox-x11"]} result]} {
- ui_err "FireFox is not active: $result"
+ ui_error "FireFox is not active: $result"
} else {
set ffver [lindex $ff 0 1]
xinstall -d ${destroot}${prefix}/lib/firefox-${ffver}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120227/dde6556f/attachment.html>
More information about the macports-changes
mailing list