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

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Aug 18 08:13:37 PDT 2011


Revision: 82695
          http://trac.macports.org/changeset/82695
Author:   macsforever2000 at macports.org
Date:     2011-08-18 07:48:17 -0700 (Thu, 18 Aug 2011)
Log Message:
-----------
pianobar: Version upgrade from git to fix for Lion. (#30841)

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

Modified: trunk/dports/audio/pianobar/Portfile
===================================================================
--- trunk/dports/audio/pianobar/Portfile	2011-08-18 14:12:11 UTC (rev 82694)
+++ trunk/dports/audio/pianobar/Portfile	2011-08-18 14:48:17 UTC (rev 82695)
@@ -4,17 +4,15 @@
 PortSystem                  1.0
 
 name                        pianobar
-version                     2011.07.09
+version                     2011.07.29
 categories                  audio
 platforms                   darwin
 maintainers                 gmail.com:aguynamedryan+pianobar
 homepage                    http://6xq.net/html/00/17.html
-master_sites                http://6xq.net/media/00/16/
-use_bzip2                   yes
 
 description                 Console-based pandora.com player
 
-long_description            "pianobar" is a console client for the \
+long_description            pianobar is a console client for the \
                             personalized web radio pandora \
                             (http://www.pandora.com).\
                             Play and manage stations, rate songs and \
@@ -22,13 +20,17 @@
                             configure keybindings, last.fm scrobbling, \
                             proxy support for listening outside of USA.
 
+# OS X Lion segfaults running the latest stable release.
+# There is a fix, but it is upstream, so we'll grab the latest
+# git commit from github for now until a new, stable release is ready.
+fetch.type                  git
+git.url                     git://github.com/PromyLOPh/pianobar.git
+git.branch                  735752ff30b7cc2a905dc6763bf3120b9bd70f62
+
 depends_lib                 port:libao \
                             port:faad2 \
                             port:libmad
 
-checksums                   sha1    425c5512d2c54c186e610c02581de8546b402599 \
-                            rmd160  5bdb409fb4d21a352685b67d84bdbe5d2f189f4f
-
 use_configure               no
 
 variant universal {}
@@ -42,6 +44,12 @@
                             LIBFAAD_INCLUDE=${prefix}/include \
                             LIBMAD_INCLUDE=${prefix}/include
 
+# On case-sensitive file systems, "make install" might
+# think we mean make INSTALL and do nothing because
+# INSTALL is always up to date.
+pre-destroot    {
+    file delete ${worksrcpath}/INSTALL
+}
 destroot.args               PREFIX=${prefix}
 
 livecheck.type              regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110818/52363e9f/attachment-0001.html>


More information about the macports-changes mailing list