Ticket #32522: Portfile-ola.diff
File Portfile-ola.diff, 1.5 KB (added by nomis52@…, 13 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name ola 7 version 0.8.1 47 version 0.8.15 8 8 categories net comms 9 9 platforms darwin 10 10 license GPL-2+ LGPL-2.1+ … … 21 21 homepage http://opendmx.net/index.php/OLA 22 22 master_sites googlecode:linux-lighting 23 23 24 checksums rmd160 91ed4ecb684ec0324f8ed8797f7b70963c756e94\25 sha256 3a61ac7431549e3a0f8475e412c205d866362a48888bc1cc4deb9e568d243d1024 checksums rmd160 db50557e8622cf62e8c390f127899349f4dc38d5 \ 25 sha256 2d1c3cf22fb75ce8bb95b52f75b09de6c58cdc48f6118329f1780c4fc0712303 26 26 27 27 depends_build port:pkgconfig 28 28 … … 35 35 36 36 variant python26 conflicts python27 description {Enable the Python 2.6 API} { 37 37 depends_lib-append port:protobuf-python26 38 configure.args-append PYTHON=python2.6 --enable-python-libs 38 configure.args-append --enable-python-libs 39 configure.python ${prefix}/bin/python2.6 39 40 } 40 41 41 42 variant python27 conflicts python26 description {Enable the Python 2.7 API} { 42 43 depends_lib-append port:protobuf-python27 43 configure.args-append PYTHON=python2.7 --enable-python-libs 44 configure.args-append --enable-python-libs 45 configure.python ${prefix}/bin/python2.7 44 46 } 45 47 46 48 variant http description {Build with embedded web server} {