diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-06-13 07:29:08 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-06-13 07:29:08 +0000 |
commit | 652a969238bd3497a0803f67148ce596b58f0cb0 (patch) | |
tree | d0d41070971c49c55af11ce95485017dbbf5cfa7 | |
parent | f213ce05ca269317e2b5622e7ff6b29576704702 (diff) | |
download | ports-652a969238bd3497a0803f67148ce596b58f0cb0.tar.gz ports-652a969238bd3497a0803f67148ce596b58f0cb0.zip |
Notes
-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 | ||||
-rw-r--r-- | net/libtorrent/Makefile | 2 | ||||
-rw-r--r-- | net/libtorrent/distinfo | 4 | ||||
-rw-r--r-- | net/libtorrent/files/patch-src_net_socket__fd.cc | 12 | ||||
-rw-r--r-- | net/libtorrent/pkg-plist | 4 |
8 files changed, 10 insertions, 34 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 diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 897a7214d0e6..10be87278f81 100644 --- a/net/libtorrent/Makefile +++ b/net/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/libtorrent/distinfo b/net/libtorrent/distinfo index 68d5b6c051c5..801057fa7700 100644 --- a/net/libtorrent/distinfo +++ b/net/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/libtorrent/files/patch-src_net_socket__fd.cc b/net/libtorrent/files/patch-src_net_socket__fd.cc deleted file mode 100644 index 0518a9ced9fc..000000000000 --- a/net/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/libtorrent/pkg-plist b/net/libtorrent/pkg-plist index 63262e4b9fca..0b781be57582 100644 --- a/net/libtorrent/pkg-plist +++ b/net/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 |