[115911] trunk/dports/python/py-exiv2/Portfile

devans at macports.org devans at macports.org
Mon Jan 13 21:45:07 PST 2014


Revision: 115911
          https://trac.macports.org/changeset/115911
Author:   devans at macports.org
Date:     2014-01-13 21:45:07 -0800 (Mon, 13 Jan 2014)
Log Message:
-----------
py-exiv2: use 'ne' instead of '!=' for string comparison.

Modified Paths:
--------------
    trunk/dports/python/py-exiv2/Portfile

Modified: trunk/dports/python/py-exiv2/Portfile
===================================================================
--- trunk/dports/python/py-exiv2/Portfile	2014-01-14 04:33:48 UTC (rev 115910)
+++ trunk/dports/python/py-exiv2/Portfile	2014-01-14 05:45:07 UTC (rev 115911)
@@ -31,7 +31,7 @@
 python.versions 26 27
 python.default_version  27
 
-if {$subport != $name} {
+if {$subport ne $name} {
     depends_build-append    port:scons
 
     depends_lib-append      port:boost \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140113/efdc6217/attachment.html>


More information about the macports-changes mailing list