summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-10-24 08:41:11 +0000
committeradam <adam@pkgsrc.org>2005-10-24 08:41:11 +0000
commitdd7f67f615382332a77b04831623d8e972a6e86d (patch)
tree9e75edd26c553303f2ededa057b84dac6ec0ef2c /net
parent0f761c3b02db608036bf316539d6c74e02cbd3a0 (diff)
downloadpkgsrc-dd7f67f615382332a77b04831623d8e972a6e86d.tar.gz
Changes 0.7.5:
* Improvements
Diffstat (limited to 'net')
-rw-r--r--net/libtorrent/Makefile5
-rw-r--r--net/libtorrent/PLIST6
-rw-r--r--net/libtorrent/distinfo11
-rw-r--r--net/libtorrent/patches/patch-aa13
-rw-r--r--net/libtorrent/patches/patch-ab10
5 files changed, 17 insertions, 28 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile
index 20dd7bd595b..bf82ebe6521 100644
--- a/net/libtorrent/Makefile
+++ b/net/libtorrent/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2005/09/08 17:55:46 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2005/10/24 08:41:11 adam Exp $
-DISTNAME= libtorrent-0.7.0-1
-PKGNAME= libtorrent-0.7.0.1
+DISTNAME= libtorrent-0.7.5
CATEGORIES= net
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
diff --git a/net/libtorrent/PLIST b/net/libtorrent/PLIST
index ab60db6808f..20d751ae80d 100644
--- a/net/libtorrent/PLIST
+++ b/net/libtorrent/PLIST
@@ -1,11 +1,15 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/22 22:24:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/10/24 08:41:11 adam Exp $
include/torrent/bencode.h
include/torrent/common.h
include/torrent/download.h
include/torrent/entry.h
+include/torrent/event.h
include/torrent/exceptions.h
include/torrent/http.h
include/torrent/peer.h
+include/torrent/poll.h
+include/torrent/poll_epoll.h
+include/torrent/poll_select.h
include/torrent/rate.h
include/torrent/torrent.h
include/torrent/tracker.h
diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo
index ec68267bd65..121a9a94339 100644
--- a/net/libtorrent/distinfo
+++ b/net/libtorrent/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/10/03 18:09:55 joerg Exp $
+$NetBSD: distinfo,v 1.4 2005/10/24 08:41:11 adam Exp $
-SHA1 (libtorrent-0.7.0-1.tar.gz) = e5a70b3690be8eed04bf64640c73631755317f57
-RMD160 (libtorrent-0.7.0-1.tar.gz) = 6d5e29ec07e61560b5c678078364fbf8200973b6
-Size (libtorrent-0.7.0-1.tar.gz) = 316763 bytes
-SHA1 (patch-aa) = bb40555e2f7507879711000d510c0d3d9e3d6cd0
-SHA1 (patch-ab) = 054b46692c9e9793e14d494ece0c7950f4bca207
+SHA1 (libtorrent-0.7.5.tar.gz) = 219f70281dc4dffc0bf196fc751015750bd41029
+RMD160 (libtorrent-0.7.5.tar.gz) = 693e0b3187cb247889b34be43e18584376479f14
+Size (libtorrent-0.7.5.tar.gz) = 438261 bytes
+SHA1 (patch-ab) = 414a0ebb75d3cc46bc106abb7671600962753859
diff --git a/net/libtorrent/patches/patch-aa b/net/libtorrent/patches/patch-aa
deleted file mode 100644
index 434ac0ad0af..00000000000
--- a/net/libtorrent/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/07/22 22:24:39 adam Exp $
-
---- configure.orig 2005-07-22 20:40:20.000000000 +0000
-+++ configure
-@@ -8053,7 +8053,7 @@ esac
- echo "$as_me:$LINENO: checking for user-defined CXXFLAGS" >&5
- echo $ECHO_N "checking for user-defined CXXFLAGS... $ECHO_C" >&6
-
-- if test $CXXFLAGS; then
-+ if test "$CXXFLAGS"; then
- echo "$as_me:$LINENO: result: user-defined \"$CXXFLAGS\"" >&5
- echo "${ECHO_T}user-defined \"$CXXFLAGS\"" >&6
- else
diff --git a/net/libtorrent/patches/patch-ab b/net/libtorrent/patches/patch-ab
index 4eeeb77f26c..4637cfaab4c 100644
--- a/net/libtorrent/patches/patch-ab
+++ b/net/libtorrent/patches/patch-ab
@@ -1,12 +1,12 @@
-$NetBSD: patch-ab,v 1.1 2005/10/03 18:09:55 joerg Exp $
+$NetBSD: patch-ab,v 1.2 2005/10/24 08:41:11 adam Exp $
---- src/data/file.cc.orig 2005-08-03 19:44:11.000000000 +0000
+--- src/data/file.cc.orig 2005-09-17 19:18:33.000000000 +0000
+++ src/data/file.cc
-@@ -43,6 +43,7 @@
- #include <fcntl.h>
+@@ -44,6 +44,7 @@
+ #include <unistd.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
+#include <unistd.h>
- #if HAS_XFS == 1
+ #ifdef USE_XFS
#include <xfs/libxfs.h>