Changeset 98780


Ignore:
Timestamp:
Oct 15, 2012, 8:16:08 PM (12 years ago)
Author:
macsforever2000@…
Message:

ola: Maintainer update to version 0.8.25. (#36537). Fix dependencies to use py2X-protobuf instead of obsolete protobuf-python2X.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/ola/Portfile

    r98370 r98780  
    55
    66name                ola
    7 version             0.8.24
     7version             0.8.25
    88categories          net comms
    99platforms           darwin
     
    2222master_sites        googlecode:open-lighting
    2323
    24 checksums           rmd160 8e226e7b806037115444f88ffdcfd71ca9138989 \
    25                     sha256 b7e3f6ae6abc6a49c2c5ced75d17f0d77f031f8a91de0eb5925e09ece64f4397
     24checksums           rmd160 01324fb1cb4eb0f497106a0d108ca6303bc937a8 \
     25                    sha256 80dd70ed54bf4628a5f905b6e6d44daca72d552898f3d7ab5fe1c940a8813274
    2626
    2727depends_build       port:pkgconfig
     
    3434
    3535variant python26 conflicts python27 description {Enable the Python 2.6 API} {
    36     depends_lib-append      port:protobuf-python26
     36    depends_lib-append      port:py26-protobuf
    3737    configure.args-append   --enable-python-libs
    3838    configure.python        ${prefix}/bin/python2.6
     
    4040
    4141variant python27 conflicts python26 description {Enable the Python 2.7 API} {
    42     depends_lib-append      port:protobuf-python27
     42    depends_lib-append      port:py27-protobuf
    4343    configure.args-append   --enable-python-libs
    4444    configure.python        ${prefix}/bin/python2.7
Note: See TracChangeset for help on using the changeset viewer.