New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82660


Ignore:
Timestamp:
08/17/11 11:02:44 (4 years ago)
Author:
ryandesign@…
Message:

qjackctl: update to 0.3.8

File:
1 edited

Legend:

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

    r76657 r82660  
    66 
    77name            qjackctl 
    8 version         0.3.7 
    9 revision        1 
     8version         0.3.8 
    109categories      audio 
    1110maintainers     devans openmaintainter 
     
    2221universal_variant  no 
    2322 
    24 checksums       md5     3462613bd5c92fa6e6ae92950bd69c0b \ 
    25                 sha1    187ed47a797d7083608aacf2f08353896646ed74 \ 
    26                 rmd160  64a4d6025aebd8a11212605139c0a654b7fbfb19 
     23checksums       rmd160  22038acba5cc7c2d070b9e2ec437afd1f1fbbf61 \ 
     24                sha256  870869836535476b7a2d77fa70c39f7d8facc4767c8fa1aac3c81d6ce7ba71e5 
    2725 
    2826depends_lib-append port:jack 
     
    4038    move ${destroot}${prefix}/bin/qjackctl.app ${destroot}${applications_dir} 
    4139    # ... and link the actual executable back to the bindir 
    42     ln ${destroot}${applications_dir}/qjackctl.app/Contents/MacOS/qjackctl ${destroot}${prefix}/bin/qjackctl 
     40    ln -s ${applications_dir}/qjackctl.app/Contents/MacOS/qjackctl ${destroot}${prefix}/bin/qjackctl 
    4341} 
    4442 
Note: See TracChangeset for help on using the changeset viewer.