[120555] trunk/dports/audio/pianobar/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jun 1 02:34:29 PDT 2014


Revision: 120555
          https://trac.macports.org/changeset/120555
Author:   ryandesign at macports.org
Date:     2014-06-01 02:34:29 -0700 (Sun, 01 Jun 2014)
Log Message:
-----------
pianobar: revbump to rebuild with json-c 0.12 (#43781); use eq instead of == for string comparison

Modified Paths:
--------------
    trunk/dports/audio/pianobar/Portfile

Modified: trunk/dports/audio/pianobar/Portfile
===================================================================
--- trunk/dports/audio/pianobar/Portfile	2014-06-01 09:33:27 UTC (rev 120554)
+++ trunk/dports/audio/pianobar/Portfile	2014-06-01 09:34:29 UTC (rev 120555)
@@ -5,7 +5,7 @@
 PortGroup                   github 1.0
 
 github.setup                PromyLOPh pianobar 2013.09.15
-
+revision                    1
 categories                  audio
 platforms                   darwin
 maintainers                 gmail.com:aguynamedryan+pianobar
@@ -47,7 +47,7 @@
 
 destroot.args               PREFIX=${prefix}
 
-if {$subport == $name} {
+if {${subport} eq ${name}} {
     depends_lib-append      port:faad2 \
                             port:libao \
                             port:libmad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140601/69225407/attachment.html>


More information about the macports-changes mailing list