Ticket #40407: gtypist-2.9.3.diff

File gtypist-2.9.3.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago)

proposed patch

  • Portfile

     
    44PortSystem 1.0
    55
    66name            gtypist
    7 version         2.9.1
     7version         2.9.3
    88categories      games
    99platforms       darwin
    1010maintainers     josephholsten.com:joseph
     11license         GPL-3+
    1112
    1213description     A universal typing tutor.
    1314long_description \
     
    1617
    1718homepage        http://www.gnu.org/software/gtypist/
    1819master_sites    gnu:gtypist
     20use_xz          yes
    1921
    20 checksums       rmd160  753f1d2630969f5eed5830b9b4a09f2c5ca79e4c \
    21                 sha256  a5885654aab74027999a67a9bbd7c3b6823479f89a6f1439244bf9c5536fb67d
     22checksums       rmd160  a3d0138be5374d607c6015d2d3a0aee275679780 \
     23                sha256  bc6b983eaa5b9c3b1050130362c6dfeeb8de97eb872cfc613291291608523c6b
    2224
    2325depends_lib     port:ncurses port:gettext
    2426
    25 configure.args  --mandir=${prefix}/share/man \
    26                 --infodir=${prefix}/share/info
    27 
    2827patch {
    2928    #Fix ncursesw dependency, wide char support is included in ncurses now.
    3029    foreach f {cursmenu.c error.c gtypist.c script.c utf8.c} {