Ticket #47448: Portfile-nano.diff

File Portfile-nano.diff, 959 bytes (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    44PortSystem      1.0
    55
    66name            nano
    7 version         2.4.0
     7version         2.4.1
    88categories      editors
    99platforms       darwin freebsd
    1010license         GPL-3
     
    2020homepage        http://www.nano-editor.org/
    2121master_sites    ${homepage}dist/v[strsed ${version} {/\.[0-9]*$//}]/ gnu
    2222
    23 checksums       rmd160  1894305efdf30af7265c282e875dc7c4a1a1d9b4 \
    24                 sha256  5076fb502680503e648cbdcbf2077e39fba193420ae19203f0a54cb2d94a75bd
     23checksums       rmd160  84bd54e50b5e8c6457d983dc7ef730b5a0303bf8 \
     24                sha256  6a0ceb5e1b9b9bea72d5d1f46488ace4782b1f198ea6ba558480a86d994f29d2
    2525
    2626depends_lib     port:ncurses \
    2727                port:gettext \
    2828                port:libiconv
    2929
    30 patchfiles \
    31     time_t.patch
    32 
    3330configure.args  --disable-wrapping-as-root \
    3431                --enable-utf8
    3532