Ticket #50446: Portfile-armadillo.diff

File Portfile-armadillo.diff, 1.3 KB (added by Schamschula (Marius Schamschula), 8 years ago)
  • Portfile

    old new  
    55PortGroup                       cmake 1.0
    66
    77name                            armadillo
    8 version                         6.400.3
     8version                         6.500.4
    99categories                      science
    1010platforms                       darwin
    1111maintainers                     gmail.com:mschamschula \
     
    2424                                libraries.
    2525
    2626homepage                        http://arma.sf.net/
    27 master_sites                    sourceforge:project/arma
     27master_sites                    https://dl.bintray.com/armadillo/releases/
    2828
    29 checksums                       rmd160  dd835771c66810d18e4d98cd40c0427862dcff61 \
    30                                 sha256  019ce442a1bcad4c5da0bc01ee35333c9a0783ec6a58237ae1e774da68cd4f2f
     29checksums                       rmd160  7a4d0cbb7d637c18fccd406c0568dfa64d5c6ac3 \
     30                                sha256  813de85fa61ba5077ed871d801ba7070d369e7e9742002e4c11474c75ff6d1c6
    3131
    3232depends_build-append            port:pkgconfig
    3333
    34 depends_lib-append              port:boost \
    35                                 port:hdf5
     34depends_lib-append              port:hdf5
    3635
    3736cmake.out_of_source             yes
    3837