Ticket #31377: vips-Portfile.diff
File vips-Portfile.diff, 1.3 KB (added by ak.ml@…, 13 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name vips 6 version 7.24.2 7 revision 0 6 version 7.26.3 8 7 set branch [join [lrange [split ${version} .] 0 1] .] 9 8 description VIPS is an image processing library. 10 9 long_description VIPS is an image processing library. It's good for \ … … 12 11 maintainers gmail.com:jcupitt 13 12 categories graphics 14 13 platforms darwin 14 license LGPL-2.1+ 15 15 homepage http://www.vips.ecs.soton.ac.uk 16 16 master_sites ${homepage}/supported/${branch}/ 17 checksums md5 b864dcbd84c1c17c10a00d29ca067ae9 17 checksums rmd160 87979b01a814c649ff9302d3598bd460408004de \ 18 sha256 9acbe13f391bde2e1748e62a3f2e07a4319ad07c2502cc1ee4422f0a6cbd12a0 18 19 19 20 configure.args --enable-gtk-doc 20 21 21 # liboil is not universal22 universal_variant no23 24 22 depends_build port:pkgconfig \ 25 23 port:gtk-doc 26 24 … … 32 30 port:tiff \ 33 31 port:ImageMagick \ 34 32 port:openexr \ 33 port:orc \ 34 port:cfitsio \ 35 35 port:matio \ 36 port:lcms \36 port:lcms2 \ 37 37 port:zlib \ 38 38 path:lib/pkgconfig/pango.pc:pango \ 39 39 port:libexif \ 40 port:liboil \41 40 port:libxml2 41 42 livecheck.type regex 43 livecheck.url ${homepage}/supported/current/ 44 livecheck.regex ">${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}<"