aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2006-09-25 10:17:32 +0800
committermezz <mezz@FreeBSD.org>2006-09-25 10:17:32 +0800
commit6cd265c3ea0ca2f051f384e3bbac1862f72dcd8d (patch)
tree330caaa62e96601898f6106dc4fe816b3bb5b2b9 /net-p2p
parent2090b2b2b723fd86778be9f3b515aa5feb82f37b (diff)
downloadfreebsd-ports-gnome-6cd265c3ea0ca2f051f384e3bbac1862f72dcd8d.tar.gz
freebsd-ports-gnome-6cd265c3ea0ca2f051f384e3bbac1862f72dcd8d.tar.zst
freebsd-ports-gnome-6cd265c3ea0ca2f051f384e3bbac1862f72dcd8d.zip
Update it to the lastest version of CVS, at 2006-09-23 in changelog. See in
the changelog for details: http://tinyurl.com/b3myl
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) {