Ticket #43663: wavpack-whitespace.diff

File wavpack-whitespace.diff, 2.5 KB (added by Ionic (Mihai Moldovan), 10 years ago)

Whitespace changes only. Applies after wavpack-pkgconfig.diff.

  • audio/wavpack/Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    22# $Id: Portfile 117420 2014-02-25 23:10:17Z rmstonecipher@macports.org $
    33
    4 PortSystem 1.0
     4PortSystem          1.0
    55
    6 name            wavpack
    7 version         4.70.0
    8 revision        1
    9 categories      audio
    10 license         BSD
    11 maintainers     rmstonecipher openmaintainer
    12 description     Hybrid lossless audio compression
    13 long_description        WavPack is a completely open audio compression format \
    14                         providing lossless, high-quality lossy, and a unique \
    15                         hybrid compression mode. Although the technology is \
    16                         loosely based on previous versions of WavPack, the new \
    17                         version 4 format has been designed from the ground up \
    18                         to offer unparalleled performance and functionality.
    19 homepage        http://www.wavpack.com/
    20 platforms       darwin
    21 master_sites    ${homepage}
     6name                wavpack
     7version             4.70.0
     8revision            1
     9categories          audio
     10license             BSD
     11maintainers         rmstonecipher openmaintainer
     12description         Hybrid lossless audio compression
     13long_description    WavPack is a completely open audio compression format \
     14                    providing lossless, high-quality lossy, and a unique \
     15                    hybrid compression mode. Although the technology is \
     16                    loosely based on previous versions of WavPack, the new \
     17                    version 4 format has been designed from the ground up \
     18                    to offer unparalleled performance and functionality.
     19homepage            http://www.wavpack.com/
     20platforms           darwin
     21master_sites        ${homepage}
    2222checksums           rmd160  53ef85ba97c4113f105f22f11b9b54ee1e7c65f1 \
    2323                    sha256  2cade379b0aba99fbc4e442ccc6dac6c609f6212e46516a083e24c8c364430a4
    24 use_bzip2       yes
    25 patchfiles      patch-wavpack.pc.in.diff
     24use_bzip2           yes
     25patchfiles          patch-wavpack.pc.in.diff
    2626
    27 livecheck.type  regex
    28 livecheck.url   ${homepage}/downloads.html
    29 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
     27livecheck.type      regex
     28livecheck.url       ${homepage}/downloads.html
     29livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"