[114329] trunk/dports/devel/appledoc/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Dec 5 02:22:41 PST 2013


Revision: 114329
          https://trac.macports.org/changeset/114329
Author:   ryandesign at macports.org
Date:     2013-12-05 02:22:41 -0800 (Thu, 05 Dec 2013)
Log Message:
-----------
appledoc: use eq for string comparison

Modified Paths:
--------------
    trunk/dports/devel/appledoc/Portfile

Modified: trunk/dports/devel/appledoc/Portfile
===================================================================
--- trunk/dports/devel/appledoc/Portfile	2013-12-05 10:21:52 UTC (rev 114328)
+++ trunk/dports/devel/appledoc/Portfile	2013-12-05 10:22:41 UTC (rev 114329)
@@ -1,5 +1,6 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
 # $Id$
+
 PortSystem          1.0
 PortGroup           github 1.0
 PortGroup           xcode 1.0
@@ -23,7 +24,7 @@
                     OTHER_CFLAGS='-DCOMPILE_TIME_DEFAULT_TEMPLATE_PATH=@\"${destroot}${prefix}/share/${name}/Templates\"'
 
 pre-fetch {
-    if {${os.platform} == "darwin" && ${os.major} < 11} {
+    if {${os.platform} eq "darwin" && ${os.major} < 11} {
         ui_error "${name} is only supported on OS X 10.7 Lion or later."
         return -code error "unsupported platform version"
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131205/380fc6e1/attachment.html>


More information about the macports-changes mailing list