Changeset 117654 for trunk/dports


Ignore:
Timestamp:
Mar 7, 2014, 6:06:11 AM (10 years ago)
Author:
ryandesign@…
Message:

faust: update to 0.9.65 (#42648)

Location:
trunk/dports/audio/faust
Files:
1 deleted
1 edited

Legend:

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

    r88744 r117654  
    55
    66name                    faust
    7 version                 0.9.46
     7version                 0.9.65
    88categories              audio lang
    99platforms               darwin
     
    1212master_sites            sourceforge:project/faudiostream
    1313homepage                http://faust.grame.fr/
     14use_zip                 yes
    1415
    1516description             functional programming language for realtime audio
     
    1920                        and plugins.
    2021
    21 checksums               rmd160  4071de856a9309646b7180f03e6bdbe4c34b9195 \
    22                         sha256  b60e239a05cef6c921c1a1a07b96d1ac0338cba12eb2e50ff7278942491e8249
    23 
    24 patchfiles-append       patch-prefix.diff
     22checksums               rmd160  7c85efc4b762960a9d50a057a0fee336a6871c4a \
     23                        sha256  b917e410b77e21bce3f43a1b097990425b7eb8b020921420add0f07174a18708
    2524
    2625post-patch {
     
    4544
    4645build.args-append       prefix=${prefix} \
    47                         CXX="${configure.cxx} [get_canonical_archflags]"
     46                        CXX="${configure.cxx} [get_canonical_archflags cxx]"
    4847
    4948destroot.destdir        prefix=${destroot}${prefix}
    5049
    5150post-destroot {
    52     set docdir ${destroot}${prefix}/share/doc/${name}
     51    set docdir ${destroot}${prefix}/share/doc/${subport}
    5352    xinstall -d ${docdir}
    5453    xinstall -m 644 -W ${worksrcpath} \
    5554        COPYING \
    5655        README \
     56        WHATSNEW \
    5757        ${docdir}
    5858}
    5959
    60 livecheck.type          regex
    61 livecheck.url           http://sourceforge.net/projects/faudiostream/files/
    62 livecheck.regex         ${name}-(\[0-9a-z.\]+)\\.tar
     60livecheck.regex         ${name}-(\[0-9a-z.\]+)${extract.suffix}
Note: See TracChangeset for help on using the changeset viewer.