Ticket #47448: Portfile-nano.diff
File Portfile-nano.diff, 959 bytes (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name nano 7 version 2.4. 07 version 2.4.1 8 8 categories editors 9 9 platforms darwin freebsd 10 10 license GPL-3 … … 20 20 homepage http://www.nano-editor.org/ 21 21 master_sites ${homepage}dist/v[strsed ${version} {/\.[0-9]*$//}]/ gnu 22 22 23 checksums rmd160 1894305efdf30af7265c282e875dc7c4a1a1d9b4\24 sha256 5076fb502680503e648cbdcbf2077e39fba193420ae19203f0a54cb2d94a75bd23 checksums rmd160 84bd54e50b5e8c6457d983dc7ef730b5a0303bf8 \ 24 sha256 6a0ceb5e1b9b9bea72d5d1f46488ace4782b1f198ea6ba558480a86d994f29d2 25 25 26 26 depends_lib port:ncurses \ 27 27 port:gettext \ 28 28 port:libiconv 29 29 30 patchfiles \31 time_t.patch32 33 30 configure.args --disable-wrapping-as-root \ 34 31 --enable-utf8 35 32