Ticket #50235: Portfile.diff
File Portfile.diff, 1.2 KB (added by peternewman (Peter Newman), 9 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 PortGroup github 1.0 6 6 7 github.setup OpenLightingProject ola 0. 9.87 github.setup OpenLightingProject ola 0.10.0 8 8 categories net comms 9 9 platforms darwin 10 10 license GPL-2+ LGPL-2.1+ … … 20 20 21 21 homepage http://www.openlighting.org/ola/ 22 22 23 checksums rmd160 1c646800b73b586b572c44320909ef264d980c6e\24 sha256 1c1e0fc1810b0c0857563bc481c872b8ed5d2e62c97c1083c82eabd7ebbd70a623 checksums rmd160 a39d430f8f2da5afdfe9a3adb4269f1eac1221fb \ 24 sha256 cae8131a62f0ff78d399c42e64a51b610d7cf090b606704081ec9dd2cf979883 25 25 26 26 github.tarball_from releases 27 27 28 # cppunit should be changed to depends_test after #38208 is resolved28 # cppunit should be changed to depends_test after MacPorts 2.4 is released 29 29 depends_build port:cppunit \ 30 30 port:pkgconfig 31 31 … … 49 49 } 50 50 51 51 variant rdm_tests requires python27 description {Enable the RDM Tests} { 52 depends_lib-append port:py27-numpy 52 53 configure.args-append --enable-rdm-tests 53 54 } 54 55