Ticket #41441: vigra-1.10.0-Portfile.diff

File vigra-1.10.0-Portfile.diff, 1.4 KB (added by BSeppke (Benjamin Seppke), 10 years ago)
  • Portfile

    old new  
    88PortGroup           cmake 1.0
    99
    1010name                vigra
    11 version             1.9.0
     11version             1.10.0
    1212categories          graphics
    1313platforms           darwin
    1414maintainers         gmail.com:benjamin.seppke
     
    2727#universal_variant   no
    2828worksrcdir          ${name}-${version}
    2929
    30 checksums           rmd160  84e3f1bc985df1ea928e9aa5adc6e0c153cbdd40 \
    31                     sha256  8fbdccb553a4925323098ab27b710fbc87d48f37bf81d404994936a31a31cf01
     30checksums           rmd160  16c0468ea65b391fcc6299f9ae679124e688baaf \
     31                    sha256  42d4a361b0bb52fbfdae7e76000698be04dabba77be3f4248d369139fe96a099
    3232
    3333depends_build       port:cmake
    3434depends_lib         port:jpeg \
     
    3737                    port:zlib \
    3838                    port:openexr \
    3939                    port:fftw-3-single \
    40                     port:hdf5-18
    41 
    42 # Correct the INSTALL_NAME_DIR for Python .so modules
    43 # and patch template names in the accumulator-grammar.
    44 patchfiles          patch-config-VIGRA_ADD_NUMPY_MODULE.cmake.diff \
    45                     patch-include-vigra-accumulator-grammar.hxx.diff
     40                    port:hdf5-18
    4641
    4742# Some additional parameters for cmake. All other params have already been set
    4843# by the cmake PortGroup