pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libtorrent Changes 0.7.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e7f7ecb8416
branches:  trunk
changeset: 501589:6e7f7ecb8416
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 24 08:41:11 2005 +0000

description:
Changes 0.7.5:
* Improvements

diffstat:

 net/libtorrent/Makefile         |   5 ++---
 net/libtorrent/PLIST            |   6 +++++-
 net/libtorrent/distinfo         |  11 +++++------
 net/libtorrent/patches/patch-aa |  13 -------------
 net/libtorrent/patches/patch-ab |  10 +++++-----
 5 files changed, 17 insertions(+), 28 deletions(-)

diffs (87 lines):

diff -r 6e7deae9d558 -r 6e7f7ecb8416 net/libtorrent/Makefile
--- a/net/libtorrent/Makefile   Mon Oct 24 04:36:59 2005 +0000
+++ b/net/libtorrent/Makefile   Mon Oct 24 08:41:11 2005 +0000
@@ -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 -r 6e7deae9d558 -r 6e7f7ecb8416 net/libtorrent/PLIST
--- a/net/libtorrent/PLIST      Mon Oct 24 04:36:59 2005 +0000
+++ b/net/libtorrent/PLIST      Mon Oct 24 08:41:11 2005 +0000
@@ -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 -r 6e7deae9d558 -r 6e7f7ecb8416 net/libtorrent/distinfo
--- a/net/libtorrent/distinfo   Mon Oct 24 04:36:59 2005 +0000
+++ b/net/libtorrent/distinfo   Mon Oct 24 08:41:11 2005 +0000
@@ -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 -r 6e7deae9d558 -r 6e7f7ecb8416 net/libtorrent/patches/patch-aa
--- a/net/libtorrent/patches/patch-aa   Mon Oct 24 04:36:59 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 6e7deae9d558 -r 6e7f7ecb8416 net/libtorrent/patches/patch-ab
--- a/net/libtorrent/patches/patch-ab   Mon Oct 24 04:36:59 2005 +0000
+++ b/net/libtorrent/patches/patch-ab   Mon Oct 24 08:41:11 2005 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index