Ticket #41313: Portfile-vips.diff

File Portfile-vips.diff, 912 bytes (added by Schamschula (Marius Schamschula), 10 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            vips
    6 version         7.26.6
    7 revision        6
    8 set branch      [join [lrange [split ${version} .] 0 1] .]
     6version         7.36.4
    97description     VIPS is an image processing library.
    108long_description        VIPS is an image processing library. It's good for \
    119                        large images and for colour.
     
    1412platforms       darwin
    1513license         LGPL-2.1+
    1614homepage        http://www.vips.ecs.soton.ac.uk
    17 master_sites    ${homepage}/supported/${branch}/
     15master_sites    ${homepage}/supported/current/
    1816
    19 checksums       rmd160  aa639f6c6ba11479dd77a6abde291d35948f250c \
    20                 sha256  4b869cf6af435ea2228730d6a2fb89dfd63b225658195f7e2dd640fd7a820971
     17checksums       rmd160  c187bcfd6bd6ff09ea82033ce81bea109c9aed80 \
     18                        sha256  f20e6690a75a45a78ac6d02abf5a3fe4d15473f53d8ab2e3054afd3eb6c58b2d
    2119
    2220configure.args  --enable-gtk-doc
    2321