Ticket #53349: hunspell.patch

File hunspell.patch, 2.0 KB (added by pmetzger (Perry E. Metzger), 7 years ago)

Patch to upgrade the Portfile

  • 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
    33PortSystem 1.0
     4PortGroup  github 1.0
    45
    5 name                        hunspell
    6 version                     1.3.3
    7 revision                    1
     6github.setup                hunspell hunspell 1.6.0 v
    87license                     {GPL-2+ LGPL-2.1+ MPL-1.1+}
    98categories                  textproc
    109maintainers                 nomaintainer
    1110description                 Spell checker and morphological analyzer
    12 homepage                    http://hunspell.sourceforge.net/
     11homepage                    https://hunspell.github.io/
    1312platforms                   darwin
    1413
    1514long_description            Hunspell is a spell checker and morphological analyzer library and program \
     
    1716                            character encoding. Hunspell interfaces: Ispell-like terminal interface \
    1817                            using Curses library, Ispell pipe interface, OpenOffice.org UNO module.
    1918
    20 master_sites                sourceforge:project/hunspell/Hunspell/${version}
    21 
    22 checksums                   rmd160  6e45fdf0c602f0694f414b0cb33de34a5bf95683 \
    23                             sha256  a7b2c0de0e2ce17426821dc1ac8eb115029959b3ada9d80a81739fa19373246c
     19checksums                   rmd160  1fb51c38894f39b42b61d68121706c5a2ef37b67 \
     20                            sha256  ce515ee140ebd1dece02b824b289b947f90e64d3f7a4fe439d01df591b1f9b64
    2421
    2522conflicts                   freeling
    2623
     
    4643    set docdir ${prefix}/share/doc/${name}
    4744    xinstall -d ${destroot}${docdir}
    4845    xinstall -m 644 -W ${worksrcpath} AUTHORS AUTHORS.myspell BUGS COPYING \
    49         COPYING.LGPL COPYING.MPL ChangeLog NEWS README README.myspell THANKS \
     46        COPYING.LESSER COPYING.MPL ChangeLog NEWS README README.myspell THANKS \
    5047        TODO ${destroot}${docdir}
    5148}
    5249