Ticket #56440: aspell-dict-bg-1.patch

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

whitespace fix

  • textproc/aspell-dict-bg/Portfile

    diff --git a/textproc/aspell-dict-bg/Portfile b/textproc/aspell-dict-bg/Portfile
    index 41292a9c8b..ab923fda40 100644
    a b  
    1 PortSystem      1.0
    2 name                aspell-dict-bg
    3 version                 4.1-0
    4 categories          textproc
    5 maintainers         gmail.com:sava.chankov
    6 description         Bulgarian dictionary for aspell
    7 homepage                http://aspell.net/
    8 platforms           darwin
     1PortSystem          1.0
     2name                aspell-dict-bg
     3version             4.1-0
     4categories          textproc
     5maintainers         gmail.com:sava.chankov
     6description         Bulgarian dictionary for aspell
     7homepage            http://aspell.net/
     8platforms           darwin
    99
    10 long_description ${description}
     10long_description    ${description}
    1111
    12 master_sites    gnu:aspell/dict/bg
     12master_sites        gnu:aspell/dict/bg
    1313
    14 distname            aspell6-bg-${version}
    15 checksums           md5 e22f0634c48eae9c9fbdf9d569b8235c
     14distname            aspell6-bg-${version}
     15checksums           md5 e22f0634c48eae9c9fbdf9d569b8235c
    1616
    17 use_bzip2           yes
     17use_bzip2           yes
    1818
    19 depends_build   port:aspell
     19depends_build       port:aspell
    2020
    21 configure           { system "cd ${worksrcpath} && \
    22                          ./configure  --vars ASPELL=${prefix}/bin/aspell \
    23                                           WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress"
    24                 }
    25 pre-destroot    { system "cd ${worksrcpath} && \
    26                                   iconv  -f CP1251 -t UTF-8 bulgarian.kbd > bulgarian.kbd.tmp && \
    27                                   mv bulgarian.kbd.tmp bulgarian.kbd"
    28                         }
     21configure           { system "cd ${worksrcpath} && \
     22                        ./configure  --vars ASPELL=${prefix}/bin/aspell \
     23                        WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress"
     24                    }
     25pre-destroot        { system "cd ${worksrcpath} && \
     26                        iconv  -f CP1251 -t UTF-8 bulgarian.kbd > bulgarian.kbd.tmp && \
     27                        mv bulgarian.kbd.tmp bulgarian.kbd"
     28                    }