diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-02 16:43:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-02 16:43:54 +0000 |
commit | 1d2896e2a89ced4cdc3900ac54e3b284c3df0aa4 (patch) | |
tree | 0f916bbfd6b9c41b8d648cc2b5a2af41bf48af30 | |
parent | - Update to 1.3.1 (diff) |
- Update to 0.14.5
PR: 138456
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=240724
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/files/patch-configure.in | 37 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/pkg-plist | 6 | ||||
-rw-r--r-- | net-p2p/rblibtorrent-devel/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/rblibtorrent-devel/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/rblibtorrent-devel/files/patch-configure.in | 37 | ||||
-rw-r--r-- | net-p2p/rblibtorrent-devel/pkg-plist | 6 |
8 files changed, 78 insertions, 24 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile index 76b207129ad6..7a387a389c8d 100644 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ b/net-p2p/libtorrent-rasterbar-14/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent -PORTVERSION= 0.14.3 +PORTVERSION= 0.14.5 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= rb diff --git a/net-p2p/libtorrent-rasterbar-14/distinfo b/net-p2p/libtorrent-rasterbar-14/distinfo index 000bd46d47e4..b29a63f235bb 100644 --- a/net-p2p/libtorrent-rasterbar-14/distinfo +++ b/net-p2p/libtorrent-rasterbar-14/distinfo @@ -1,3 +1,3 @@ -MD5 (libtorrent-rasterbar-0.14.3.tar.gz) = 6ce3148f8fbddbdfa472ef3c4c4cae61 -SHA256 (libtorrent-rasterbar-0.14.3.tar.gz) = c769c8b7f0cf87664fb26f9b43ef5d6e485a2c2c70fc75ef8a75c79e1114f4bb -SIZE (libtorrent-rasterbar-0.14.3.tar.gz) = 1985127 +MD5 (libtorrent-rasterbar-0.14.5.tar.gz) = 46734b7c1a7ac81e6a8bc10011c645d1 +SHA256 (libtorrent-rasterbar-0.14.5.tar.gz) = 4253ad5002e81d95ed8b3ff4116113f1ce7812f6eaf15a1ceef8cad9eecaaad8 +SIZE (libtorrent-rasterbar-0.14.5.tar.gz) = 1992627 diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-configure.in b/net-p2p/libtorrent-rasterbar-14/files/patch-configure.in index 9d7fd44316f5..8c9d4d668051 100644 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-configure.in +++ b/net-p2p/libtorrent-rasterbar-14/files/patch-configure.in @@ -1,6 +1,6 @@ ---- configure.in.orig 2009-02-11 15:43:19.000000000 +0900 -+++ configure.in 2009-04-19 02:16:36.000000000 +0900 -@@ -67,19 +67,6 @@ +--- configure.in.orig 2009-08-05 11:29:42.000000000 +0900 ++++ configure.in 2009-08-29 03:28:28.000000000 +0900 +@@ -65,19 +65,6 @@ AM_CONDITIONAL([ENABLE_SHIPPED_ASIO], false) dnl Check for boost libraries. @@ -20,7 +20,7 @@ AX_BOOST_BASE([1.34],[ dnl the user can choose which Asio library to use -@@ -123,7 +110,6 @@ +@@ -121,7 +108,6 @@ esac AM_CONDITIONAL([ENABLE_SHIPPED_ASIO], [test x$enable_shipped_asio = "xyes"]) ]) @@ -28,7 +28,16 @@ AC_MSG_NOTICE([BOOST_CPPFLAGS=$BOOST_CPPFLAGS]) AC_MSG_NOTICE([BOOST_LDFLAGS=$BOOST_LDFLAGS]) -@@ -408,7 +394,7 @@ +@@ -351,7 +337,7 @@ + esac + + dnl Use possibly specific python install params +-if [[ "x$PYTHON_INSTALL_PARAMS" == "x" ]]; then ++if [[ "x$PYTHON_INSTALL_PARAMS" = "x" ]]; then + PYTHON_INSTALL_PARAMS='--prefix=$(DESTDIR)$(prefix)' + fi + AC_SUBST(PYTHON_INSTALL_PARAMS) +@@ -413,7 +399,7 @@ esac dnl Set some defines if we are building a shared library @@ -37,3 +46,21 @@ AC_DEFINE(TORRENT_BUILDING_SHARED,,[Make sure the functions and classes are exported.]) COMPILETIME_OPTIONS+="-DTORRENT_LINKING_SHARED " fi +@@ -425,7 +411,7 @@ + [case "$enableval" in + no) + AC_DEFINE(NDEBUG,,[Define to disable debugging]) +- DEBUGFLAGS="-Os" ++ DEBUGFLAGS="" + # COMPILETIME_OPTIONS+="-DNDEBUG " + ;; + yes) +@@ -438,7 +424,7 @@ + AC_MSG_ERROR([Unknown --enable-debug option "$enableval". Use either "yes" or "no".]) + ;; + esac], +- [DEBUGFLAGS="-Os" ++ [DEBUGFLAGS="" + AC_DEFINE(NDEBUG,,[Define to disable debugging]) + # COMPILETIME_OPTIONS+="-DNDEBUG " + ] diff --git a/net-p2p/libtorrent-rasterbar-14/pkg-plist b/net-p2p/libtorrent-rasterbar-14/pkg-plist index d565b967805a..597db8570616 100644 --- a/net-p2p/libtorrent-rasterbar-14/pkg-plist +++ b/net-p2p/libtorrent-rasterbar-14/pkg-plist @@ -1,8 +1,6 @@ include/libtorrent/GeoIP.h include/libtorrent/alert.hpp include/libtorrent/alert_types.hpp -include/libtorrent/assert.hpp -include/libtorrent/asio.hpp include/libtorrent/asio/basic_datagram_socket.hpp include/libtorrent/asio/basic_deadline_timer.hpp include/libtorrent/asio/basic_io_object.hpp @@ -191,6 +189,8 @@ include/libtorrent/asio/windows/stream_handle.hpp include/libtorrent/asio/windows/stream_handle_service.hpp include/libtorrent/asio/write.hpp include/libtorrent/asio/write_at.hpp +include/libtorrent/asio.hpp +include/libtorrent/assert.hpp include/libtorrent/aux_/session_impl.hpp include/libtorrent/bandwidth_limit.hpp include/libtorrent/bandwidth_manager.hpp @@ -290,7 +290,7 @@ include/libtorrent/xml_parse.hpp lib/libtorrent-rasterbar.a lib/libtorrent-rasterbar.la lib/libtorrent-rasterbar.so -lib/libtorrent-rasterbar.so.3 +lib/libtorrent-rasterbar.so.5 libdata/pkgconfig/libtorrent-rasterbar.pc @dirrm include/libtorrent/kademlia @dirrm include/libtorrent/extensions diff --git a/net-p2p/rblibtorrent-devel/Makefile b/net-p2p/rblibtorrent-devel/Makefile index 76b207129ad6..7a387a389c8d 100644 --- a/net-p2p/rblibtorrent-devel/Makefile +++ b/net-p2p/rblibtorrent-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent -PORTVERSION= 0.14.3 +PORTVERSION= 0.14.5 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= rb diff --git a/net-p2p/rblibtorrent-devel/distinfo b/net-p2p/rblibtorrent-devel/distinfo index 000bd46d47e4..b29a63f235bb 100644 --- a/net-p2p/rblibtorrent-devel/distinfo +++ b/net-p2p/rblibtorrent-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (libtorrent-rasterbar-0.14.3.tar.gz) = 6ce3148f8fbddbdfa472ef3c4c4cae61 -SHA256 (libtorrent-rasterbar-0.14.3.tar.gz) = c769c8b7f0cf87664fb26f9b43ef5d6e485a2c2c70fc75ef8a75c79e1114f4bb -SIZE (libtorrent-rasterbar-0.14.3.tar.gz) = 1985127 +MD5 (libtorrent-rasterbar-0.14.5.tar.gz) = 46734b7c1a7ac81e6a8bc10011c645d1 +SHA256 (libtorrent-rasterbar-0.14.5.tar.gz) = 4253ad5002e81d95ed8b3ff4116113f1ce7812f6eaf15a1ceef8cad9eecaaad8 +SIZE (libtorrent-rasterbar-0.14.5.tar.gz) = 1992627 diff --git a/net-p2p/rblibtorrent-devel/files/patch-configure.in b/net-p2p/rblibtorrent-devel/files/patch-configure.in index 9d7fd44316f5..8c9d4d668051 100644 --- a/net-p2p/rblibtorrent-devel/files/patch-configure.in +++ b/net-p2p/rblibtorrent-devel/files/patch-configure.in @@ -1,6 +1,6 @@ ---- configure.in.orig 2009-02-11 15:43:19.000000000 +0900 -+++ configure.in 2009-04-19 02:16:36.000000000 +0900 -@@ -67,19 +67,6 @@ +--- configure.in.orig 2009-08-05 11:29:42.000000000 +0900 ++++ configure.in 2009-08-29 03:28:28.000000000 +0900 +@@ -65,19 +65,6 @@ AM_CONDITIONAL([ENABLE_SHIPPED_ASIO], false) dnl Check for boost libraries. @@ -20,7 +20,7 @@ AX_BOOST_BASE([1.34],[ dnl the user can choose which Asio library to use -@@ -123,7 +110,6 @@ +@@ -121,7 +108,6 @@ esac AM_CONDITIONAL([ENABLE_SHIPPED_ASIO], [test x$enable_shipped_asio = "xyes"]) ]) @@ -28,7 +28,16 @@ AC_MSG_NOTICE([BOOST_CPPFLAGS=$BOOST_CPPFLAGS]) AC_MSG_NOTICE([BOOST_LDFLAGS=$BOOST_LDFLAGS]) -@@ -408,7 +394,7 @@ +@@ -351,7 +337,7 @@ + esac + + dnl Use possibly specific python install params +-if [[ "x$PYTHON_INSTALL_PARAMS" == "x" ]]; then ++if [[ "x$PYTHON_INSTALL_PARAMS" = "x" ]]; then + PYTHON_INSTALL_PARAMS='--prefix=$(DESTDIR)$(prefix)' + fi + AC_SUBST(PYTHON_INSTALL_PARAMS) +@@ -413,7 +399,7 @@ esac dnl Set some defines if we are building a shared library @@ -37,3 +46,21 @@ AC_DEFINE(TORRENT_BUILDING_SHARED,,[Make sure the functions and classes are exported.]) COMPILETIME_OPTIONS+="-DTORRENT_LINKING_SHARED " fi +@@ -425,7 +411,7 @@ + [case "$enableval" in + no) + AC_DEFINE(NDEBUG,,[Define to disable debugging]) +- DEBUGFLAGS="-Os" ++ DEBUGFLAGS="" + # COMPILETIME_OPTIONS+="-DNDEBUG " + ;; + yes) +@@ -438,7 +424,7 @@ + AC_MSG_ERROR([Unknown --enable-debug option "$enableval". Use either "yes" or "no".]) + ;; + esac], +- [DEBUGFLAGS="-Os" ++ [DEBUGFLAGS="" + AC_DEFINE(NDEBUG,,[Define to disable debugging]) + # COMPILETIME_OPTIONS+="-DNDEBUG " + ] diff --git a/net-p2p/rblibtorrent-devel/pkg-plist b/net-p2p/rblibtorrent-devel/pkg-plist index d565b967805a..597db8570616 100644 --- a/net-p2p/rblibtorrent-devel/pkg-plist +++ b/net-p2p/rblibtorrent-devel/pkg-plist @@ -1,8 +1,6 @@ include/libtorrent/GeoIP.h include/libtorrent/alert.hpp include/libtorrent/alert_types.hpp -include/libtorrent/assert.hpp -include/libtorrent/asio.hpp include/libtorrent/asio/basic_datagram_socket.hpp include/libtorrent/asio/basic_deadline_timer.hpp include/libtorrent/asio/basic_io_object.hpp @@ -191,6 +189,8 @@ include/libtorrent/asio/windows/stream_handle.hpp include/libtorrent/asio/windows/stream_handle_service.hpp include/libtorrent/asio/write.hpp include/libtorrent/asio/write_at.hpp +include/libtorrent/asio.hpp +include/libtorrent/assert.hpp include/libtorrent/aux_/session_impl.hpp include/libtorrent/bandwidth_limit.hpp include/libtorrent/bandwidth_manager.hpp @@ -290,7 +290,7 @@ include/libtorrent/xml_parse.hpp lib/libtorrent-rasterbar.a lib/libtorrent-rasterbar.la lib/libtorrent-rasterbar.so -lib/libtorrent-rasterbar.so.3 +lib/libtorrent-rasterbar.so.5 libdata/pkgconfig/libtorrent-rasterbar.pc @dirrm include/libtorrent/kademlia @dirrm include/libtorrent/extensions |