Ticket #32522: Portfile-ola.diff

File Portfile-ola.diff, 1.5 KB (added by nomis52@…, 12 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                ola
    7 version             0.8.14
     7version             0.8.15
    88categories          net comms
    99platforms           darwin
    1010license             GPL-2+ LGPL-2.1+
     
    2121homepage            http://opendmx.net/index.php/OLA
    2222master_sites        googlecode:linux-lighting
    2323
    24 checksums           rmd160 91ed4ecb684ec0324f8ed8797f7b70963c756e94 \
    25                     sha256 3a61ac7431549e3a0f8475e412c205d866362a48888bc1cc4deb9e568d243d10
     24checksums           rmd160 db50557e8622cf62e8c390f127899349f4dc38d5 \
     25                    sha256 2d1c3cf22fb75ce8bb95b52f75b09de6c58cdc48f6118329f1780c4fc0712303
    2626
    2727depends_build       port:pkgconfig
    2828
     
    3535
    3636variant python26 conflicts python27 description {Enable the Python 2.6 API} {
    3737    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
    3940}
    4041
    4142variant python27 conflicts python26 description {Enable the Python 2.7 API} {
    4243    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
    4446}
    4547
    4648variant http description {Build with embedded web server} {