Ticket #56438: aspell-dict-sv-1.patch

File aspell-dict-sv-1.patch, 1.5 KB (added by aque (Allan Que), 6 years ago)

fix whitespace

  • textproc/aspell-dict-sv/Portfile

    diff --git a/textproc/aspell-dict-sv/Portfile b/textproc/aspell-dict-sv/Portfile
    index 45ede1d905..13cda5eef5 100644
    a b  
    1 PortSystem 1.0
    2 name            aspell-dict-sv
    3 version         0.51
    4 categories      textproc
    5 maintainers     rfc.se:jakob
    6 description     Swedish dictionary for aspell
    7 homepage        http://aspell.net/
    8 platforms       darwin
     1PortSystem          1.0
     2name                aspell-dict-sv
     3version             0.51
     4categories          textproc
     5maintainers         rfc.se:jakob
     6description         Swedish dictionary for aspell
     7homepage            http://aspell.net/
     8platforms           darwin
    99
    10 long_description Aspell with Swedish dictionary.
     10long_description    Aspell with Swedish dictionary.
    1111
    12 master_sites    gnu:aspell/dict/sv
     12master_sites        gnu:aspell/dict/sv
    1313
    14 distname        aspell-sv-${version}-0
    15 checksums       md5 d180c781f8986ea0f65b6b18f02a494e
     14distname            aspell-sv-${version}-0
     15checksums           md5 d180c781f8986ea0f65b6b18f02a494e
    1616
    17 use_bzip2       yes
     17use_bzip2           yes
    1818
    19 depends_build   bin:aspell:aspell
     19depends_build       bin:aspell:aspell
    2020
    21 configure       { system "cd ${worksrcpath} && ./configure \
    22                     --vars ASPELL=${prefix}/bin/aspell \
    23                     WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" }
     21configure           { system "cd ${worksrcpath} && ./configure \
     22                        --vars ASPELL=${prefix}/bin/aspell \
     23                        WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" }