Ticket #31377: vips-Portfile.diff

File vips-Portfile.diff, 1.3 KB (added by ak.ml@…, 13 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            vips
    6 version         7.24.2
    7 revision        0
     6version         7.26.3
    87set branch      [join [lrange [split ${version} .] 0 1] .]
    98description     VIPS is an image processing library.
    109long_description        VIPS is an image processing library. It's good for \
     
    1211maintainers     gmail.com:jcupitt
    1312categories      graphics
    1413platforms       darwin
     14license         LGPL-2.1+
    1515homepage        http://www.vips.ecs.soton.ac.uk
    1616master_sites    ${homepage}/supported/${branch}/
    17 checksums       md5 b864dcbd84c1c17c10a00d29ca067ae9
     17checksums       rmd160 87979b01a814c649ff9302d3598bd460408004de \
     18                sha256 9acbe13f391bde2e1748e62a3f2e07a4319ad07c2502cc1ee4422f0a6cbd12a0
    1819
    1920configure.args  --enable-gtk-doc
    2021
    21 # liboil is not universal
    22 universal_variant no
    23 
    2422depends_build   port:pkgconfig \
    2523                port:gtk-doc
    2624
     
    3230                port:tiff \
    3331                port:ImageMagick \
    3432                port:openexr \
     33                port:orc \
     34                port:cfitsio \
    3535                port:matio \
    36                 port:lcms \
     36                port:lcms2 \
    3737                port:zlib \
    3838                path:lib/pkgconfig/pango.pc:pango \
    3939                port:libexif \
    40                 port:liboil \
    4140                port:libxml2
     41
     42livecheck.type   regex
     43livecheck.url    ${homepage}/supported/current/
     44livecheck.regex  ">${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}<"