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

devans at macports.org devans at macports.org
Tue Sep 4 16:39:16 PDT 2012


Revision: 97400
          https://trac.macports.org/changeset/97400
Author:   devans at macports.org
Date:     2012-09-04 16:39:14 -0700 (Tue, 04 Sep 2012)
Log Message:
-----------
libtorrent-rasterbar: update to version 0.16.3, configure to use boost-mt libraries which are only ones currently built by default. (#35490)

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

Modified: trunk/dports/net/libtorrent-rasterbar/Portfile
===================================================================
--- trunk/dports/net/libtorrent-rasterbar/Portfile	2012-09-04 22:39:29 UTC (rev 97399)
+++ trunk/dports/net/libtorrent-rasterbar/Portfile	2012-09-04 23:39:14 UTC (rev 97400)
@@ -5,7 +5,7 @@
 
 name            libtorrent-rasterbar
 conflicts       libtorrent-rasterbar-devel
-version         0.16.2
+version         0.16.3
 license         BSD
 categories      net
 maintainers     devans openmaintainer
@@ -20,8 +20,8 @@
     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       sha1    04da641d21d0867fc103f4f57ffd41b3fce19ead \
-                rmd160  2b1023a220210d7fed6e5459f0ff78aff115e132
+checksums       sha1    72788037bdf6a0a4796b4d74e543528cbfe9899b \
+                rmd160  12152fccd4e876f69ea2eef8d11ee4abdfd90912
 
 depends_build   port:pkgconfig
 
@@ -40,7 +40,8 @@
                 --enable-python-binding \
                 --enable-geoip \
                 --with-libgeoip \
-                --with-boost-libdir="${prefix}/lib"
+                --with-boost-libdir="${prefix}/lib" \
+                --with-boost-python="boost_python-mt"
 
 variant python26 conflicts python27 description {Build bindings for Python 2.6} {
         depends_lib-append port:python26
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120904/53906788/attachment.html>


More information about the macports-changes mailing list