diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-12-12 05:45:37 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-12-12 05:45:37 +0000 |
commit | e5d103b7afdd56fb452e7d7be167a11ae36b5888 (patch) | |
tree | 21a567f24e6ba720703771888d45e1dbc72021d6 /net-p2p | |
parent | c3700d111f42cba9597e8dff2cd180b9f5cc3bdf (diff) | |
download | ports-e5d103b7afdd56fb452e7d7be167a11ae36b5888.tar.gz ports-e5d103b7afdd56fb452e7d7be167a11ae36b5888.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/pkg-plist | 4 | ||||
-rw-r--r-- | net-p2p/rblibtorrent-devel/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/rblibtorrent-devel/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/rblibtorrent-devel/pkg-plist | 4 |
6 files changed, 20 insertions, 8 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile index f0a2f81f922c..274de4de936d 100644 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ b/net-p2p/libtorrent-rasterbar-14/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent -DISTVERSION= 0.13svn.r1615 +DISTVERSION= 0.13svn.r1806b CATEGORIES= net-p2p MASTER_SITES= SF/qbittorrent PKGNAMEPREFIX= rb @@ -36,5 +36,7 @@ BROKEN= does not build on FreeBSD 5.x post-install: @cd ${PREFIX}/lib && ${MV} libtorrent-0.13.so libtorrent.so.1 && \ ${LN} -sf libtorrent.so.1 libtorrent.so + @${REINPLACE_CMD} -i '' -e 's|libtorrent-0.13.so|libtorrent.so.1|g' \ + ${PREFIX}/lib/libtorrent.la .include <bsd.port.post.mk> diff --git a/net-p2p/libtorrent-rasterbar-14/distinfo b/net-p2p/libtorrent-rasterbar-14/distinfo index d6ed702b1b33..f4fd45fcb360 100644 --- a/net-p2p/libtorrent-rasterbar-14/distinfo +++ b/net-p2p/libtorrent-rasterbar-14/distinfo @@ -1,3 +1,3 @@ -MD5 (libtorrent-0.13svn.r1615.tar.gz) = 7e006958274b6a9e9c7827543ca3248c -SHA256 (libtorrent-0.13svn.r1615.tar.gz) = e0ebc667184e4db79d53d631ea239608c75ae55a8918de956c5db92bddab3ed3 -SIZE (libtorrent-0.13svn.r1615.tar.gz) = 1898209 +MD5 (libtorrent-0.13svn.r1806b.tar.gz) = bd258478fbce161eddf26aa9b8b371fd +SHA256 (libtorrent-0.13svn.r1806b.tar.gz) = 5bc41586244724bf6339e78965c363aa74c8b89281935e73eca3d1013bcf7f0e +SIZE (libtorrent-0.13svn.r1806b.tar.gz) = 1864362 diff --git a/net-p2p/libtorrent-rasterbar-14/pkg-plist b/net-p2p/libtorrent-rasterbar-14/pkg-plist index 3897868e6ffe..857ac93336a8 100644 --- a/net-p2p/libtorrent-rasterbar-14/pkg-plist +++ b/net-p2p/libtorrent-rasterbar-14/pkg-plist @@ -28,6 +28,8 @@ include/libtorrent/asio/detail/call_stack.hpp include/libtorrent/asio/detail/const_buffers_iterator.hpp include/libtorrent/asio/detail/consuming_buffers.hpp include/libtorrent/asio/detail/deadline_timer_service.hpp +include/libtorrent/asio/detail/dev_poll_reactor.hpp +include/libtorrent/asio/detail/dev_poll_reactor_fwd.hpp include/libtorrent/asio/detail/epoll_reactor.hpp include/libtorrent/asio/detail/epoll_reactor_fwd.hpp include/libtorrent/asio/detail/event.hpp @@ -93,6 +95,7 @@ include/libtorrent/asio/detail/win_mutex.hpp include/libtorrent/asio/detail/win_signal_blocker.hpp include/libtorrent/asio/detail/win_thread.hpp include/libtorrent/asio/detail/win_tss_ptr.hpp +include/libtorrent/asio/detail/wince_thread.hpp include/libtorrent/asio/detail/winsock_init.hpp include/libtorrent/asio/detail/wrapped_handler.hpp include/libtorrent/asio/error.hpp @@ -226,6 +229,7 @@ include/libtorrent/torrent_handle.hpp include/libtorrent/torrent_info.hpp include/libtorrent/tracker_manager.hpp include/libtorrent/udp_tracker_connection.hpp +include/libtorrent/upnp.hpp include/libtorrent/utf8.hpp include/libtorrent/variant_stream.hpp include/libtorrent/version.hpp diff --git a/net-p2p/rblibtorrent-devel/Makefile b/net-p2p/rblibtorrent-devel/Makefile index f0a2f81f922c..274de4de936d 100644 --- a/net-p2p/rblibtorrent-devel/Makefile +++ b/net-p2p/rblibtorrent-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent -DISTVERSION= 0.13svn.r1615 +DISTVERSION= 0.13svn.r1806b CATEGORIES= net-p2p MASTER_SITES= SF/qbittorrent PKGNAMEPREFIX= rb @@ -36,5 +36,7 @@ BROKEN= does not build on FreeBSD 5.x post-install: @cd ${PREFIX}/lib && ${MV} libtorrent-0.13.so libtorrent.so.1 && \ ${LN} -sf libtorrent.so.1 libtorrent.so + @${REINPLACE_CMD} -i '' -e 's|libtorrent-0.13.so|libtorrent.so.1|g' \ + ${PREFIX}/lib/libtorrent.la .include <bsd.port.post.mk> diff --git a/net-p2p/rblibtorrent-devel/distinfo b/net-p2p/rblibtorrent-devel/distinfo index d6ed702b1b33..f4fd45fcb360 100644 --- a/net-p2p/rblibtorrent-devel/distinfo +++ b/net-p2p/rblibtorrent-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (libtorrent-0.13svn.r1615.tar.gz) = 7e006958274b6a9e9c7827543ca3248c -SHA256 (libtorrent-0.13svn.r1615.tar.gz) = e0ebc667184e4db79d53d631ea239608c75ae55a8918de956c5db92bddab3ed3 -SIZE (libtorrent-0.13svn.r1615.tar.gz) = 1898209 +MD5 (libtorrent-0.13svn.r1806b.tar.gz) = bd258478fbce161eddf26aa9b8b371fd +SHA256 (libtorrent-0.13svn.r1806b.tar.gz) = 5bc41586244724bf6339e78965c363aa74c8b89281935e73eca3d1013bcf7f0e +SIZE (libtorrent-0.13svn.r1806b.tar.gz) = 1864362 diff --git a/net-p2p/rblibtorrent-devel/pkg-plist b/net-p2p/rblibtorrent-devel/pkg-plist index 3897868e6ffe..857ac93336a8 100644 --- a/net-p2p/rblibtorrent-devel/pkg-plist +++ b/net-p2p/rblibtorrent-devel/pkg-plist @@ -28,6 +28,8 @@ include/libtorrent/asio/detail/call_stack.hpp include/libtorrent/asio/detail/const_buffers_iterator.hpp include/libtorrent/asio/detail/consuming_buffers.hpp include/libtorrent/asio/detail/deadline_timer_service.hpp +include/libtorrent/asio/detail/dev_poll_reactor.hpp +include/libtorrent/asio/detail/dev_poll_reactor_fwd.hpp include/libtorrent/asio/detail/epoll_reactor.hpp include/libtorrent/asio/detail/epoll_reactor_fwd.hpp include/libtorrent/asio/detail/event.hpp @@ -93,6 +95,7 @@ include/libtorrent/asio/detail/win_mutex.hpp include/libtorrent/asio/detail/win_signal_blocker.hpp include/libtorrent/asio/detail/win_thread.hpp include/libtorrent/asio/detail/win_tss_ptr.hpp +include/libtorrent/asio/detail/wince_thread.hpp include/libtorrent/asio/detail/winsock_init.hpp include/libtorrent/asio/detail/wrapped_handler.hpp include/libtorrent/asio/error.hpp @@ -226,6 +229,7 @@ include/libtorrent/torrent_handle.hpp include/libtorrent/torrent_info.hpp include/libtorrent/tracker_manager.hpp include/libtorrent/udp_tracker_connection.hpp +include/libtorrent/upnp.hpp include/libtorrent/utf8.hpp include/libtorrent/variant_stream.hpp include/libtorrent/version.hpp |