aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/ctorrent
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-02-20 13:59:26 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-02-20 13:59:26 +0000
commit0ff2f4904539fce4082a8a1f56fe03ae169202ae (patch)
treecbbd8534ceec346cfab2dfcd1b3a1b58d0cefc56 /net-p2p/ctorrent
parent17920b13a3408c3396d8a24321202d3bbdc1531f (diff)
downloadports-0ff2f4904539fce4082a8a1f56fe03ae169202ae.tar.gz
ports-0ff2f4904539fce4082a8a1f56fe03ae169202ae.zip
- Update to Enhanced CTorrent Patchset 2.
PR: ports/92662 Submitted by: Jeffrey H. Johnson <COE1704TKS@bellsouth.net>
Notes
Notes: svn path=/head/; revision=156498
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r--net-p2p/ctorrent/Makefile4
-rw-r--r--net-p2p/ctorrent/distinfo6
-rw-r--r--net-p2p/ctorrent/files/patch-btcontent.cpp14
-rw-r--r--net-p2p/ctorrent/files/patch-btfiles.cpp14
4 files changed, 5 insertions, 33 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile
index 963f776518bb..5363fdfe09f5 100644
--- a/net-p2p/ctorrent/Makefile
+++ b/net-p2p/ctorrent/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ctorrent
PORTVERSION= 1.3.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
USE_BZIP2= yes
PATCH_SITES= http://www.rahul.net/dholmes/ctorrent/
-PATCHFILES= patchset-ctorrent-1.3.4-dnh1.diff
+PATCHFILES= patchset-ctorrent-1.3.4-dnh2.diff
PLIST_FILES= bin/ctorrent
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
diff --git a/net-p2p/ctorrent/distinfo b/net-p2p/ctorrent/distinfo
index eb636c73685d..6ab66b327509 100644
--- a/net-p2p/ctorrent/distinfo
+++ b/net-p2p/ctorrent/distinfo
@@ -1,6 +1,6 @@
MD5 (ctorrent-1.3.4.tar.bz2) = 823010ec78215d476537c9eba9381cdd
SHA256 (ctorrent-1.3.4.tar.bz2) = 7e2ef5d0656ac23cecd03374d9b00291a55b274c972adfe94d6f41ae3ba60c73
SIZE (ctorrent-1.3.4.tar.bz2) = 87333
-MD5 (patchset-ctorrent-1.3.4-dnh1.diff) = 319c7202281a87dc3a9e68f99b50741f
-SHA256 (patchset-ctorrent-1.3.4-dnh1.diff) = 720e3ac7b296e46ccaf9eea569b31f8055029754dbc1bc47660cbdacb59639e9
-SIZE (patchset-ctorrent-1.3.4-dnh1.diff) = 74172
+MD5 (patchset-ctorrent-1.3.4-dnh2.diff) = 587a062bc863c47f4ab8b816ed035e9f
+SHA256 (patchset-ctorrent-1.3.4-dnh2.diff) = e54966def9c541bef97a08eb303e82c91af919536c06108c8582632e451da318
+SIZE (patchset-ctorrent-1.3.4-dnh2.diff) = 394735
diff --git a/net-p2p/ctorrent/files/patch-btcontent.cpp b/net-p2p/ctorrent/files/patch-btcontent.cpp
deleted file mode 100644
index 8fbd2ec0c7bd..000000000000
--- a/net-p2p/ctorrent/files/patch-btcontent.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- btcontent.cpp.orig Sun Feb 1 06:18:07 2004
-+++ btcontent.cpp Fri Feb 13 03:09:22 2004
-@@ -8,7 +8,11 @@
- #else
- #include <unistd.h>
- #include <sys/param.h>
-+#if defined(HAVE_LIBCRYPT) || defined(HAVE_LIBMD)
-+#include <sha.h>
-+#elif defined(HAVE_LIBSSL)
- #include <openssl/sha.h>
-+#endif
- #endif
-
- #include <time.h>
diff --git a/net-p2p/ctorrent/files/patch-btfiles.cpp b/net-p2p/ctorrent/files/patch-btfiles.cpp
deleted file mode 100644
index c11a75ab3e13..000000000000
--- a/net-p2p/ctorrent/files/patch-btfiles.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- btfiles.cpp.orig Sun Feb 1 06:33:16 2004
-+++ btfiles.cpp Fri Feb 13 03:10:57 2004
-@@ -8,7 +8,11 @@
- #include <unistd.h>
- #include <dirent.h>
- #include <sys/param.h>
-+#if defined(HAVE_LIBCRYPT) || defined(HAVE_LIBMD)
-+#include <sha.h>
-+#elif defined(HAVE_LIBSSL)
- #include <openssl/sha.h>
-+#endif
- #endif
-
- #include <time.h>