Ticket #50235: Portfile.diff

File Portfile.diff, 1.2 KB (added by peternewman (Peter Newman), 8 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55PortGroup           github 1.0
    66
    7 github.setup        OpenLightingProject ola 0.9.8
     7github.setup        OpenLightingProject ola 0.10.0
    88categories          net comms
    99platforms           darwin
    1010license             GPL-2+ LGPL-2.1+
     
    2020
    2121homepage            http://www.openlighting.org/ola/
    2222
    23 checksums           rmd160 1c646800b73b586b572c44320909ef264d980c6e \
    24                     sha256 1c1e0fc1810b0c0857563bc481c872b8ed5d2e62c97c1083c82eabd7ebbd70a6
     23checksums           rmd160  a39d430f8f2da5afdfe9a3adb4269f1eac1221fb \
     24                    sha256  cae8131a62f0ff78d399c42e64a51b610d7cf090b606704081ec9dd2cf979883
    2525
    2626github.tarball_from releases
    2727
    28 # cppunit should be changed to depends_test after #38208 is resolved
     28# cppunit should be changed to depends_test after MacPorts 2.4 is released
    2929depends_build       port:cppunit \
    3030                    port:pkgconfig
    3131
     
    4949}
    5050
    5151variant rdm_tests requires python27 description {Enable the RDM Tests} {
     52    depends_lib-append      port:py27-numpy
    5253    configure.args-append   --enable-rdm-tests
    5354}
    5455