Ticket #29429: Portfile.diff

File Portfile.diff, 1.4 KB (added by humem (humem), 13 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                portaudio
    7 version             19.20071207
    8 revision            2
     7version             19.20110326
    98categories          audio devel
    109platforms           macosx
    1110maintainers         nomaintainer
     
    2928homepage            http://www.portaudio.com/
    3029master_sites        ${homepage}archives
    3130
    32 distname            pa_stable_v19_20071207
     31extract.suffix      .tgz
     32distname            pa_stable_v19_20110326
    3333
    34 checksums           md5     d2943e4469834b25afe62cc51adc025f \
    35                     sha1    3841453bb7be672a15b6b632ade6f225eb0a4efc \
    36                     rmd160  5185bd85bd4bc75dddb3fa56f172a346bdeea0c7
     34checksums           sha1    f875ba67fd47c6f1dcc9024c9d94ada592bc9e51 \
     35                    rmd160  dc28b1ea15201a4bce44c6c432bf2fed0b9f4a2f
    3736
    3837worksrcdir          ${name}
    3938
    40 patchfiles          patch-configure \
    41                     patch-src__common__pa_types.h
    42 
    43 platform darwin 10 {
    44     patchfiles-append patch-src__hostapi__coreaudio__pa_mac_core.c
    45 }
    46 
    4739use_parallel_build  yes
    4840
    4941post-destroot {
     
    5143    xinstall -m 644 -W ${worksrcpath} \
    5244        README.txt \
    5345        LICENSE.txt \
    54         V19-devel-readme.txt \
    5546        ${destroot}${prefix}/share/doc/${name}
    5647}
    5748