[152284] trunk/dports/math/fftw-3/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Sep 2 05:52:18 PDT 2016


Revision: 152284
          https://trac.macports.org/changeset/152284
Author:   ryandesign at macports.org
Date:     2016-09-02 05:52:17 -0700 (Fri, 02 Sep 2016)
Log Message:
-----------
fftw-3: use eq for string comparison

Modified Paths:
--------------
    trunk/dports/math/fftw-3/Portfile

Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile	2016-09-02 12:34:24 UTC (rev 152283)
+++ trunk/dports/math/fftw-3/Portfile	2016-09-02 12:52:17 UTC (rev 152284)
@@ -229,7 +229,7 @@
     }
 }
 
-if {${name} == ${subport}} {
+if {${name} eq ${subport}} {
     livecheck.type  regex
     livecheck.url   ${homepage}
     livecheck.regex {FFTW (\d+(?:\.\d+)*) is the latest}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160902/42ea2e48/attachment.html>


More information about the macports-changes mailing list