[98780] trunk/dports/net/ola/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Oct 15 13:16:08 PDT 2012


Revision: 98780
          http://trac.macports.org//changeset/98780
Author:   macsforever2000 at macports.org
Date:     2012-10-15 13:16:08 -0700 (Mon, 15 Oct 2012)
Log Message:
-----------
ola: Maintainer update to version 0.8.25. (#36537). Fix dependencies to use py2X-protobuf instead of obsolete protobuf-python2X.

Modified Paths:
--------------
    trunk/dports/net/ola/Portfile

Modified: trunk/dports/net/ola/Portfile
===================================================================
--- trunk/dports/net/ola/Portfile	2012-10-15 19:12:09 UTC (rev 98779)
+++ trunk/dports/net/ola/Portfile	2012-10-15 20:16:08 UTC (rev 98780)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                ola
-version             0.8.24
+version             0.8.25
 categories          net comms
 platforms           darwin
 license             GPL-2+ LGPL-2.1+
@@ -21,8 +21,8 @@
 homepage            http://opendmx.net/index.php/OLA
 master_sites        googlecode:open-lighting
 
-checksums           rmd160 8e226e7b806037115444f88ffdcfd71ca9138989 \
-                    sha256 b7e3f6ae6abc6a49c2c5ced75d17f0d77f031f8a91de0eb5925e09ece64f4397
+checksums           rmd160 01324fb1cb4eb0f497106a0d108ca6303bc937a8 \
+                    sha256 80dd70ed54bf4628a5f905b6e6d44daca72d552898f3d7ab5fe1c940a8813274
 
 depends_build       port:pkgconfig
 
@@ -33,13 +33,13 @@
                     --disable-libusb
 
 variant python26 conflicts python27 description {Enable the Python 2.6 API} {
-    depends_lib-append      port:protobuf-python26
+    depends_lib-append      port:py26-protobuf
     configure.args-append   --enable-python-libs
     configure.python        ${prefix}/bin/python2.6
 }
 
 variant python27 conflicts python26 description {Enable the Python 2.7 API} {
-    depends_lib-append      port:protobuf-python27
+    depends_lib-append      port:py27-protobuf
     configure.args-append   --enable-python-libs
     configure.python        ${prefix}/bin/python2.7
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121015/a9a58af6/attachment.html>


More information about the macports-changes mailing list