Ticket #48214: Portfile.diff
File Portfile.diff, 1.1 KB (added by nomis52@…, 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. 57 github.setup OpenLightingProject ola 0.9.6 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 89dc46328521dc266536c3ff942b50f9049bdaf6\24 sha256 7c24ac98e865b4c354a04563b88012e782205ffd932a05cf944273f6f5ea82ca23 checksums rmd160 62ff588952effc7445d83eebc8e4fa5e7a37ccf3 \ 24 sha256 e1bbc7ed833d64107f13d64274ff92b0a0dfc6c1e2f6def18c6ad4b6fa2be744 25 25 26 26 github.tarball_from releases 27 27 … … 48 48 configure.python ${prefix}/bin/python2.7 49 49 } 50 50 51 variant rdm_tests requires python27 description {Enable the Python 2.7 API} {51 variant rdm_tests requires python27 description {Enable the RDM Tests} { 52 52 configure.args-append --enable-rdm-tests 53 53 } 54 54