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

ryandesign at macports.org ryandesign at macports.org
Tue Dec 13 20:27:32 PST 2011


Revision: 87953
          http://trac.macports.org/changeset/87953
Author:   ryandesign at macports.org
Date:     2011-12-13 20:27:29 -0800 (Tue, 13 Dec 2011)
Log Message:
-----------
ola: maintainer update to 0.8.15; see #32522

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

Modified: trunk/dports/net/ola/Portfile
===================================================================
--- trunk/dports/net/ola/Portfile	2011-12-14 03:16:31 UTC (rev 87952)
+++ trunk/dports/net/ola/Portfile	2011-12-14 04:27:29 UTC (rev 87953)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                ola
-version             0.8.14
+version             0.8.15
 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:linux-lighting
 
-checksums           rmd160 91ed4ecb684ec0324f8ed8797f7b70963c756e94 \
-                    sha256 3a61ac7431549e3a0f8475e412c205d866362a48888bc1cc4deb9e568d243d10
+checksums           rmd160  db50557e8622cf62e8c390f127899349f4dc38d5 \
+                    sha256  2d1c3cf22fb75ce8bb95b52f75b09de6c58cdc48f6118329f1780c4fc0712303
 
 depends_build       port:pkgconfig
 
@@ -35,12 +35,14 @@
 
 variant python26 conflicts python27 description {Enable the Python 2.6 API} {
     depends_lib-append      port:protobuf-python26
-    configure.args-append   PYTHON=python2.6 --enable-python-libs
+    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
-    configure.args-append   PYTHON=python2.7 --enable-python-libs
+    configure.args-append   --enable-python-libs
+    configure.python        ${prefix}/bin/python2.7
 }
 
 variant http description {Build with embedded web server} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111213/dfe3cbe7/attachment-0001.html>


More information about the macports-changes mailing list