aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-09-25 02:17:32 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-09-25 02:17:32 +0000
commit266451b3e8bf1b89ffa7c26fadd0b8733b89fd39 (patch)
treecbf9ae21fde60caf5dc39399990f454b03770f78 /net-p2p
parent715cddf579b219ac8828c440ba8d61c5e5358c99 (diff)
downloadports-266451b3e8bf1b89ffa7c26fadd0b8733b89fd39.tar.gz
ports-266451b3e8bf1b89ffa7c26fadd0b8733b89fd39.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/linuxdcpp/Makefile2
-rw-r--r--net-p2p/linuxdcpp/distinfo6
-rw-r--r--net-p2p/linuxdcpp/files/patch-client_HashManager.cpp13
3 files changed, 4 insertions, 17 deletions
diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile
index 5b92fba9f646..4c1c0492df02 100644
--- a/net-p2p/linuxdcpp/Makefile
+++ b/net-p2p/linuxdcpp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= linuxdcpp
-PORTVERSION= 0.0.1.20060911 #0.0.1.YYYYMMDD
+PORTVERSION= 0.0.1.20060923 #0.0.1.YYYYMMDD
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=mezz
diff --git a/net-p2p/linuxdcpp/distinfo b/net-p2p/linuxdcpp/distinfo
index a0a2441afa51..cd6b4c7bce66 100644
--- a/net-p2p/linuxdcpp/distinfo
+++ b/net-p2p/linuxdcpp/distinfo
@@ -1,3 +1,3 @@
-MD5 (linuxdcpp-0.0.1.20060911.tar.bz2) = f8990b033af251a6a7e8032bc229a3d0
-SHA256 (linuxdcpp-0.0.1.20060911.tar.bz2) = 4a890cc770e740e307413ba710df358ceea3a7b8d012362b132f19a036f73da2
-SIZE (linuxdcpp-0.0.1.20060911.tar.bz2) = 348540
+MD5 (linuxdcpp-0.0.1.20060923.tar.bz2) = 3a3ca779a86f6526c222ad6cf166e56a
+SHA256 (linuxdcpp-0.0.1.20060923.tar.bz2) = 49e78f4b21879670b862d3a9902a2a9a4650ff86cf6316bc672ef910a09aa2b7
+SIZE (linuxdcpp-0.0.1.20060923.tar.bz2) = 347425
diff --git a/net-p2p/linuxdcpp/files/patch-client_HashManager.cpp b/net-p2p/linuxdcpp/files/patch-client_HashManager.cpp
deleted file mode 100644
index 4e3bb9961cb5..000000000000
--- a/net-p2p/linuxdcpp/files/patch-client_HashManager.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- client/HashManager.cpp.orig Mon Sep 11 22:01:37 2006
-+++ client/HashManager.cpp Mon Sep 11 22:02:43 2006
-@@ -552,6 +552,10 @@
-
- #else // _WIN32
-
-+#ifndef O_LARGEFILE
-+#define O_LARGEFILE 0
-+#endif
-+
- static const int64_t BUF_SIZE = 0x1000000 - (0x1000000 % getpagesize());
-
- bool HashManager::Hasher::fastHash(const string& filename, u_int8_t* , TigerTree& tth, int64_t size, CRC32Filter* xcrc32) {