[109364] users/mojca/wxports
mojca at macports.org
mojca at macports.org
Tue Aug 13 17:33:59 PDT 2013
Revision: 109364
https://trac.macports.org/changeset/109364
Author: mojca at macports.org
Date: 2013-08-13 17:33:59 -0700 (Tue, 13 Aug 2013)
Log Message:
-----------
mojca/stimfit: adapt to new wxWidgets
Modified Paths:
--------------
users/mojca/wxports/science/stimfit/Portfile
Added Paths:
-----------
users/mojca/wxports/science/
users/mojca/wxports/science/stimfit/
Modified: users/mojca/wxports/science/stimfit/Portfile
===================================================================
--- trunk/dports/science/stimfit/Portfile 2013-08-14 00:12:10 UTC (rev 109363)
+++ users/mojca/wxports/science/stimfit/Portfile 2013-08-14 00:33:59 UTC (rev 109364)
@@ -2,10 +2,11 @@
# $Id$
PortSystem 1.0
+PortGroup wxwidgets 1.0
name stimfit
version 0.12.4
-revision 1
+revision 2
categories science
platforms darwin
license GPL-2
@@ -18,21 +19,19 @@
checksums rmd160 042ef333806e960f5b18a911fe4a2ca96d9e4093 \
sha256 3ca98068941f0544fa869bdfc0aae3145ed811e76d237d361eef60f11dfadc0f
-universal_variant no
+wxWidgets.use wxPython-3.0
-supported_archs i386 x86_64
-
depends_lib port:boost \
port:fftw-3 \
port:hdf5-18 \
- port:wxWidgets30
+ port:wxPython-3.0
-configure.args --with-wx-config=${prefix}/bin/wx-config \
+configure.args --with-wx-config=${wxWidgets.wxconfig} \
--disable-dependency-tracking \
--disable-python \
- CC="`${prefix}/bin/wx-config --cc`" \
- CXX="`${prefix}/bin/wx-config --cxx`" \
- LD="`${prefix}/bin/wx-config --ld`"
+ CC="`${wxWidgets.wxconfig} --cc`" \
+ CXX="`${wxWidgets.wxconfig} --cxx`" \
+ LD="`${wxWidgets.wxconfig} --ld`"
# Only Python 2.7 is supported until wxpython gets available for Python 3.x
variant python27 description {Build with Python shell.} {
@@ -41,7 +40,7 @@
depends_lib-append \
port:python27 \
- port:py27-wxpython30 \
+ port:py27-wxpython-3.0 \
port:py27-numpy \
port:py27-matplotlib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130813/1bc80442/attachment.html>
More information about the macports-changes
mailing list