From 0ff2f4904539fce4082a8a1f56fe03ae169202ae Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Mon, 20 Feb 2006 13:59:26 +0000 Subject: - Update to Enhanced CTorrent Patchset 2. PR: ports/92662 Submitted by: Jeffrey H. Johnson --- net-p2p/ctorrent/Makefile | 4 ++-- net-p2p/ctorrent/distinfo | 6 +++--- net-p2p/ctorrent/files/patch-btcontent.cpp | 14 -------------- net-p2p/ctorrent/files/patch-btfiles.cpp | 14 -------------- 4 files changed, 5 insertions(+), 33 deletions(-) delete mode 100644 net-p2p/ctorrent/files/patch-btcontent.cpp delete mode 100644 net-p2p/ctorrent/files/patch-btfiles.cpp (limited to 'net-p2p') 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 - #include -+#if defined(HAVE_LIBCRYPT) || defined(HAVE_LIBMD) -+#include -+#elif defined(HAVE_LIBSSL) - #include -+#endif - #endif - - #include 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 - #include - #include -+#if defined(HAVE_LIBCRYPT) || defined(HAVE_LIBMD) -+#include -+#elif defined(HAVE_LIBSSL) - #include -+#endif - #endif - - #include -- cgit v1.2.3