Revision
120555
Author
ryandesign@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

Diff

Modified: trunk/dports/audio/pianobar/Portfile (120554 => 120555)


--- 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