[128094] trunk/dports/perl/p5-x11-protocol/Portfile
larryv at macports.org
larryv at macports.org
Wed Nov 12 21:01:22 PST 2014
Revision: 128094
https://trac.macports.org/changeset/128094
Author: larryv at macports.org
Date: 2014-11-12 21:01:22 -0800 (Wed, 12 Nov 2014)
Log Message:
-----------
p5-x11-protocol: Replace "!=" string comparison with "ne"
Modified Paths:
--------------
trunk/dports/perl/p5-x11-protocol/Portfile
Modified: trunk/dports/perl/p5-x11-protocol/Portfile
===================================================================
--- trunk/dports/perl/p5-x11-protocol/Portfile 2014-11-13 04:58:57 UTC (rev 128093)
+++ trunk/dports/perl/p5-x11-protocol/Portfile 2014-11-13 05:01:22 UTC (rev 128094)
@@ -19,7 +19,7 @@
checksums rmd160 5868e0ee048a32cfbe4759fac09d4aef64d81582 \
sha256 de96dd6c7c1f25f3287aa7af64902bf84acaaa8e0c3bb76aa1676367e04a08b7
-if {$subport != $name} {
+if {$subport ne $name} {
# https://rt.cpan.org/Public/Bug/Display.html?id=78664
patchfiles patch-UNIXSocket.pm.diff \
patch-Protocol.pm.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141112/c4b922be/attachment.html>
More information about the macports-changes
mailing list