Ticket #31377: nip2-Portfile.diff
File nip2-Portfile.diff, 1.0 KB (added by ak.ml@…, 13 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name nip2 6 version 7.20.5 7 revision 1 6 version 7.26.3 8 7 set branch [join [lrange [split ${version} .] 0 1] .] 9 8 description nip2 is a user-interface to the VIPS image processing library. 10 9 long_description nip2 is an image processing spreadsheet. It's good for \ … … 12 11 maintainers gmail.com:jcupitt 13 12 categories graphics 14 13 platforms darwin 14 license GPL-2+ 15 15 homepage http://www.vips.ecs.soton.ac.uk 16 16 master_sites ${homepage}/supported/${branch}/ 17 checksums md5 0e5af5b8e0adbef71aa439820dfd8d87 17 checksums rmd160 9254df4c30a02904fd51c8dae2eed81bbef72162 \ 18 sha256 94d842ffb6ba1d210ce7358c62f4f4cfa52c5663a2deb03f662aba29a0bee9d8 18 19 19 20 configure.args --disable-update-desktop 20 21 … … 24 25 port:gtk2 \ 25 26 port:goffice \ 26 27 port:gsl 28 29 livecheck.type regex 30 livecheck.url ${homepage}/supported/current/ 31 livecheck.regex ">${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}<"