diff options
author | flz <flz@FreeBSD.org> | 2005-06-13 15:29:08 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-13 15:29:08 +0800 |
commit | 1c2532818653305227a11326e8596a529d888c71 (patch) | |
tree | a01a460d4e365daf10eb101487f9b7a055f0eb26 /net-p2p | |
parent | a4acefe241e5766b18fa3e92690b777aa3152e06 (diff) | |
download | freebsd-ports-gnome-1c2532818653305227a11326e8596a529d888c71.tar.gz freebsd-ports-gnome-1c2532818653305227a11326e8596a529d888c71.tar.zst freebsd-ports-gnome-1c2532818653305227a11326e8596a529d888c71.zip |
- Update to 0.6.4
PR: ports/82172
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/libtorrent/files/patch-src_net_socket__fd.cc | 12 | ||||
-rw-r--r-- | net-p2p/libtorrent/pkg-plist | 4 |
4 files changed, 5 insertions, 17 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 897a7214d0e6..10be87278f81 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.4 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo index 68d5b6c051c5..801057fa7700 100644 --- a/net-p2p/libtorrent/distinfo +++ b/net-p2p/libtorrent/distinfo @@ -1,2 +1,2 @@ -MD5 (libtorrent-0.6.2.tar.gz) = 190dde2da4620f040ab1b58165da1892 -SIZE (libtorrent-0.6.2.tar.gz) = 309756 +MD5 (libtorrent-0.6.4.tar.gz) = 309a2e23b41dadb6e32108007e04cdf4 +SIZE (libtorrent-0.6.4.tar.gz) = 308604 diff --git a/net-p2p/libtorrent/files/patch-src_net_socket__fd.cc b/net-p2p/libtorrent/files/patch-src_net_socket__fd.cc deleted file mode 100644 index 0518a9ced9fc..000000000000 --- a/net-p2p/libtorrent/files/patch-src_net_socket__fd.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- src/net/socket_fd.cc.orig -+++ src/net/socket_fd.cc -@@ -28,6 +28,9 @@ - #include <sys/socket.h> - #include <arpa/inet.h> - #include <netinet/in.h> -+#ifdef __FreeBSD__ -+# include <netinet/in_systm.h> -+#endif - #include <netinet/ip.h> - - #include "torrent/exceptions.h" diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index 63262e4b9fca..0b781be57582 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -1,13 +1,13 @@ include/torrent/bencode.h include/torrent/common.h include/torrent/download.h -include/torrent/exceptions.h include/torrent/entry.h +include/torrent/exceptions.h include/torrent/http.h include/torrent/peer.h include/torrent/torrent.h include/torrent/tracker.h lib/libtorrent.so -lib/libtorrent.so.2 +lib/libtorrent.so.3 libdata/pkgconfig/libtorrent.pc @dirrm include/torrent |