[91503] trunk/dports/devel/cctools-headers/Portfile

jmr at macports.org jmr at macports.org
Tue Apr 3 13:22:16 PDT 2012


Revision: 91503
          https://trac.macports.org/changeset/91503
Author:   jmr at macports.org
Date:     2012-04-03 13:22:16 -0700 (Tue, 03 Apr 2012)
Log Message:
-----------
cctools-headers: fix syntax

Modified Paths:
--------------
    trunk/dports/devel/cctools-headers/Portfile

Modified: trunk/dports/devel/cctools-headers/Portfile
===================================================================
--- trunk/dports/devel/cctools-headers/Portfile	2012-04-03 19:10:15 UTC (rev 91502)
+++ trunk/dports/devel/cctools-headers/Portfile	2012-04-03 20:22:16 UTC (rev 91503)
@@ -29,7 +29,7 @@
     distname            cctools-${version}
     checksums           rmd160  898c7b46869d4989c115420912fdd8d96ae923d3 \
                         sha256  383f1c0c78a2b3efdfdf7ce01adb7e2f8ee9985164dba6ab1c0fae800a211cec
-} elseif {${os.major} = 10} {
+} elseif {${os.major} == 10} {
     version             809
     distname            cctools-${version}
     checksums           rmd160  f433124035ac0ef403bdc6edec087bdedd0b4375 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120403/6cddf126/attachment.html>


More information about the macports-changes mailing list