Ticket #50274: Portfile-nano.diff
File Portfile-nano.diff, 1.0 KB (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name nano 7 version 2. 4.37 version 2.5.0 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 70f442bf08f311ccf245176c119e8ef063c5b7d4\24 sha256 32d627072b6026678e4f4095c047adec92ac7ec542dd6d91cf27f49b601768f223 checksums rmd160 5669d896c1d210e73642dce8a69831a2dd1254bf \ 24 sha256 ff323e6fef74caf0a924304841c07ac65ec30db99dc5c1f8272b4c536a5c89ee 25 25 26 26 depends_lib port:gettext \ 27 27 port:libiconv \ … … 52 52 A sample configuration file is available at ${docdir}/nanorc.sample. 53 53 " 54 54 55 livecheck.url ${homepage} 55 56 livecheck.type regex 56 livecheck.regex {([0-9.]+) \(stable\)}57 livecheck.regex "(\\d+\\.\\d+\\.\\d+)</font>"