Revision: 110353 https://trac.macports.org/changeset/110353 Author: devans@macports.org Date: 2013-08-30 08:24:47 -0700 (Fri, 30 Aug 2013) Log Message: ----------- libtorrent-rasterbar-devel: update to svn revision 8882, disable universal, correct license. Revision Links: -------------- https://trac.macports.org/changeset/8882 Modified Paths: -------------- trunk/dports/net/libtorrent-rasterbar-devel/Portfile Modified: trunk/dports/net/libtorrent-rasterbar-devel/Portfile =================================================================== --- trunk/dports/net/libtorrent-rasterbar-devel/Portfile 2013-08-30 14:52:11 UTC (rev 110352) +++ trunk/dports/net/libtorrent-rasterbar-devel/Portfile 2013-08-30 15:24:47 UTC (rev 110353) @@ -2,14 +2,13 @@ # $Id$ PortSystem 1.0 -PortGroup muniversal 1.0 PortGroup active_variants 1.1 name libtorrent-rasterbar-devel conflicts libtorrent-rasterbar -set svn_rev 8450 +set svn_rev 8882 version 0.16.99.${svn_rev} -license permissive +license BSD categories net maintainers devans openmaintainer platforms darwin @@ -52,13 +51,15 @@ --with-boost-libdir="${prefix}/lib" \ --with-boost-python="boost_python-mt" +universal_variant no + variant python26 conflicts python27 description {Build bindings for Python 2.6} { require_active_variants boost python26 depends_lib-append port:python26 configure.python ${prefix}/bin/python2.6 configure.env-append \ - "PYTHON_INSTALL_PARAMS=--prefix=${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.6" \ - "PYTHON_EXTRA_LDFLAGS=' '" + PYTHON_INSTALL_PARAMS="--prefix=${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.6" \ + PYTHON_EXTRA_LDFLAGS=' ' } variant python27 conflicts python26 description {Build bindings for Python 2.7} { @@ -66,8 +67,8 @@ depends_lib-append port:python27 configure.python ${prefix}/bin/python2.7 configure.env-append \ - "PYTHON_INSTALL_PARAMS=--prefix=${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7" \ - "PYTHON_EXTRA_LDFLAGS=' '" + PYTHON_INSTALL_PARAMS="--prefix=${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7" \ + PYTHON_EXTRA_LDFLAGS=' ' } variant error_logging description {Enable logging of errors to disk} {