[151933] trunk/dports/net/libtorrent-rasterbar

devans at macports.org devans at macports.org
Tue Aug 23 23:34:17 PDT 2016


Revision: 151933
          https://trac.macports.org/changeset/151933
Author:   devans at macports.org
Date:     2016-08-23 23:34:16 -0700 (Tue, 23 Aug 2016)
Log Message:
-----------
libtorrent-rasterbar: update to version 1.1.1, dependencies, drop outdated patch now incorporated upstream.

Modified Paths:
--------------
    trunk/dports/net/libtorrent-rasterbar/Portfile
    trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-setup.py.diff

Removed Paths:
-------------
    trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-src-session.cpp.diff

Modified: trunk/dports/net/libtorrent-rasterbar/Portfile
===================================================================
--- trunk/dports/net/libtorrent-rasterbar/Portfile	2016-08-24 06:31:35 UTC (rev 151932)
+++ trunk/dports/net/libtorrent-rasterbar/Portfile	2016-08-24 06:34:16 UTC (rev 151933)
@@ -7,10 +7,9 @@
 PortGroup           conflicts_build 1.0
 PortGroup           github 1.0
 
-github.setup        arvidn libtorrent 1_1 libtorrent-
+github.setup        arvidn libtorrent 1_1_1 libtorrent-
 name                libtorrent-rasterbar
 version             [string map {_ .} ${version}]
-revision            1
 license             BSD
 categories          net
 maintainers         devans openmaintainer
@@ -22,8 +21,8 @@
 long_description    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  cb532bd0abdd5b031d77bb2603abf348910864f4 \
-                    sha256  3f808d5546a6d51851596e11ed1e33991dde06095bee224ec7380bd9237c83c9
+checksums           rmd160  18ad6a0bf99556d5e7b60659e53dbd33b895dc3d \
+                    sha256  f2c6dee65b97645ba88aa3bb84af0b8e0f4b7190ccfe2b6cce107bf05bc1a125
 
 depends_build       port:pkgconfig \
                     port:autoconf \
@@ -31,12 +30,10 @@
                     port:libtool
 
 depends_lib         port:boost \
-                    port:libgeoip \
                     path:lib/libssl.dylib:openssl
 
 patchfiles          patch-configure.ac.diff \
-                    patch-bindings-python-setup.py.diff \
-                    patch-bindings-python-src-session.cpp.diff
+                    patch-bindings-python-setup.py.diff
 
 post-patch {
     reinplace "s|__MP_BUILD_ARCH__|${build_arch}|" ${worksrcpath}/bindings/python/setup.py
@@ -46,8 +43,6 @@
 
 configure.args      --disable-silent-rules \
                     --enable-python-binding \
-                    --enable-geoip \
-                    --with-libgeoip \
                     --with-boost-libdir="${prefix}/lib" \
                     --with-boost-python="boost_python-mt"
 

Modified: trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-setup.py.diff
===================================================================
--- trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-setup.py.diff	2016-08-24 06:31:35 UTC (rev 151932)
+++ trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-setup.py.diff	2016-08-24 06:34:16 UTC (rev 151933)
@@ -19,7 +19,7 @@
  
  try:
  	with open('compile_flags') as _file:
-@@ -119,8 +118,8 @@
+@@ -121,8 +120,8 @@
  			language='c++',
  			include_dirs = flags.include_dirs,
  			library_dirs = flags.library_dirs,

Deleted: trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-src-session.cpp.diff
===================================================================
--- trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-src-session.cpp.diff	2016-08-24 06:31:35 UTC (rev 151932)
+++ trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-src-session.cpp.diff	2016-08-24 06:34:16 UTC (rev 151933)
@@ -1,11 +0,0 @@
---- bindings/python/src/session.cpp.orig	2016-04-19 12:56:30.000000000 -0700
-+++ bindings/python/src/session.cpp	2016-04-19 12:57:29.000000000 -0700
-@@ -810,7 +810,7 @@
- #ifndef TORRENT_NO_DEPRECATE
-         .def("add_feed", &add_feed)
-         .def("status", allow_threads(&lt::session::status))
--        .def("settings", &session_get_settings)
-+        .def("settings", &lt::session::settings)
-         .def("set_settings", &session_set_settings)
- #endif
-         .def("get_settings", &session_get_settings)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160823/f30b70ae/attachment.html>


More information about the macports-changes mailing list