[110351] trunk/dports/net/libtorrent-rasterbar/Portfile

devans at macports.org devans at macports.org
Fri Aug 30 07:39:21 PDT 2013


Revision: 110351
          https://trac.macports.org/changeset/110351
Author:   devans at macports.org
Date:     2013-08-30 07:39:21 -0700 (Fri, 30 Aug 2013)
Log Message:
-----------
libtorrent: update to version 0.16.11, disable universal for now.

Modified Paths:
--------------
    trunk/dports/net/libtorrent-rasterbar/Portfile

Modified: trunk/dports/net/libtorrent-rasterbar/Portfile
===================================================================
--- trunk/dports/net/libtorrent-rasterbar/Portfile	2013-08-30 13:47:45 UTC (rev 110350)
+++ trunk/dports/net/libtorrent-rasterbar/Portfile	2013-08-30 14:39:21 UTC (rev 110351)
@@ -6,7 +6,7 @@
 
 name            libtorrent-rasterbar
 conflicts       libtorrent-rasterbar-devel
-version         0.16.10
+version         0.16.11
 license         BSD
 categories      net
 maintainers     devans openmaintainer
@@ -21,10 +21,9 @@
     A C++ bittorrent library designed to run on anything from embedded systems to large scale \
     seed servers. It comes with python bindings and detailed documentation.
 
+checksums       rmd160  dccb5a93889cddac163a7d5042df993daceb6717 \
+                sha256  09dc00f8ab9c90327cdfa46c4a68b59ebd3a949c8bfb641b4a99e974d49ad2e5
 
-checksums       rmd160  4e7a0fb60161ddf70169c5d59db3a432348ef531 \
-                sha256  4c0d78b28af8051ff8a19a3a3e10a5edfec50945b8f3c9a76612111c47d671bc
-
 depends_build   port:pkgconfig
 
 depends_lib     port:boost \
@@ -45,12 +44,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_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} {
@@ -58,7 +60,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_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} {
@@ -68,7 +71,3 @@
 if {![variant_isset python26]} {
         default_variants          +python27
 }
-
-livecheck.type  regex
-livecheck.url   http://code.google.com/p/libtorrent/downloads/list
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130830/0b6df48c/attachment.html>


More information about the macports-changes mailing list