summaryrefslogtreecommitdiff
path: root/net/ctorrent
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-06-25 17:25:01 +0000
committerwiz <wiz@pkgsrc.org>2004-06-25 17:25:01 +0000
commitfa20d9dd3bc71b94eacde4314d89a1e669578a7f (patch)
tree53b5f1a130d8468f4272911c16588399308f10cb /net/ctorrent
parent5bf123ca303e8e113577a9366a7d36cc041b4741 (diff)
downloadpkgsrc-fa20d9dd3bc71b94eacde4314d89a1e669578a7f.tar.gz
Remove unneeded chunk.
Diffstat (limited to 'net/ctorrent')
-rw-r--r--net/ctorrent/distinfo4
-rw-r--r--net/ctorrent/patches/patch-ab10
2 files changed, 3 insertions, 11 deletions
diff --git a/net/ctorrent/distinfo b/net/ctorrent/distinfo
index c0f8ea6ad61..fc8b6a1eb86 100644
--- a/net/ctorrent/distinfo
+++ b/net/ctorrent/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/06/25 17:20:47 wiz Exp $
+$NetBSD: distinfo,v 1.2 2004/06/25 17:25:01 wiz Exp $
SHA1 (ctorrent-1.3.2.tar.gz) = 8757bafd304d9c8c0b241a1a91ce8389613f1e69
Size (ctorrent-1.3.2.tar.gz) = 87195 bytes
SHA1 (patch-aa) = 338158f13fce9f9b9f29eb49fc7bc7b6ef0d9862
-SHA1 (patch-ab) = 579da81c93609fea7f2a6a9ef6ecdab344e7ad9e
+SHA1 (patch-ab) = 99b17b928c1d6dff35f87f8d67071a00495ed30c
diff --git a/net/ctorrent/patches/patch-ab b/net/ctorrent/patches/patch-ab
index d6fe0f13b7c..5ae248668c5 100644
--- a/net/ctorrent/patches/patch-ab
+++ b/net/ctorrent/patches/patch-ab
@@ -1,15 +1,7 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/06/25 17:20:47 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2004/06/25 17:25:01 wiz Exp $
--- peerlist.cpp.orig 2004-06-25 19:16:32.000000000 +0200
+++ peerlist.cpp
-@@ -3,6 +3,7 @@
- #include "peerlist.h"
-
- #include <stdlib.h>
-+#include <errno.h>
-
- #include <stdio.h>
-
@@ -361,6 +362,7 @@ int PeerList::Initial_ListenPort()
struct sockaddr_in lis_addr;
memset(&lis_addr,0, sizeof(sockaddr_in));