New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82695


Ignore:
Timestamp:
08/18/11 07:48:17 (4 years ago)
Author:
macsforever2000@…
Message:

pianobar: Version upgrade from git to fix for Lion. (#30841)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/audio/pianobar/Portfile

    r82561 r82695  
    55 
    66name                        pianobar 
    7 version                     2011.07.09 
     7version                     2011.07.29 
    88categories                  audio 
    99platforms                   darwin 
    1010maintainers                 gmail.com:aguynamedryan+pianobar 
    1111homepage                    http://6xq.net/html/00/17.html 
    12 master_sites                http://6xq.net/media/00/16/ 
    13 use_bzip2                   yes 
    1412 
    1513description                 Console-based pandora.com player 
    1614 
    17 long_description            "pianobar" is a console client for the \ 
     15long_description            pianobar is a console client for the \ 
    1816                            personalized web radio pandora \ 
    1917                            (http://www.pandora.com).\ 
     
    2321                            proxy support for listening outside of USA. 
    2422 
     23# OS X Lion segfaults running the latest stable release. 
     24# There is a fix, but it is upstream, so we'll grab the latest 
     25# git commit from github for now until a new, stable release is ready. 
     26fetch.type                  git 
     27git.url                     git://github.com/PromyLOPh/pianobar.git 
     28git.branch                  735752ff30b7cc2a905dc6763bf3120b9bd70f62 
     29 
    2530depends_lib                 port:libao \ 
    2631                            port:faad2 \ 
    2732                            port:libmad 
    28  
    29 checksums                   sha1    425c5512d2c54c186e610c02581de8546b402599 \ 
    30                             rmd160  5bdb409fb4d21a352685b67d84bdbe5d2f189f4f 
    3133 
    3234use_configure               no 
     
    4345                            LIBMAD_INCLUDE=${prefix}/include 
    4446 
     47# On case-sensitive file systems, "make install" might 
     48# think we mean make INSTALL and do nothing because 
     49# INSTALL is always up to date. 
     50pre-destroot    { 
     51    file delete ${worksrcpath}/INSTALL 
     52} 
    4553destroot.args               PREFIX=${prefix} 
    4654 
Note: See TracChangeset for help on using the changeset viewer.