aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/ctorrent
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2004-12-28 15:27:54 +0000
committerMarius Strobl <marius@FreeBSD.org>2004-12-28 15:27:54 +0000
commit9a56a18ebdf00aa48f13eb53f05744cec4e8e943 (patch)
treeaeb92a576a69de0101b006e6b4e09f78c36825cf /net-p2p/ctorrent
parentadc7c4678bc24c7edbfe56b306985d97b621ac87 (diff)
downloadports-9a56a18ebdf00aa48f13eb53f05744cec4e8e943.tar.gz
ports-9a56a18ebdf00aa48f13eb53f05744cec4e8e943.zip
Update to 1.3.4 which adds support for the compact tracker protocol
and the ability to specify the peer identifier. Prodded by: Florent Thoumie <flz@xbsd.org> (maintainer) Approved by: Florent Thoumie <flz@xbsd.org> (maintainer), netchild
Notes
Notes: svn path=/head/; revision=125345
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r--net-p2p/ctorrent/Makefile3
-rw-r--r--net-p2p/ctorrent/distinfo4
-rw-r--r--net-p2p/ctorrent/files/patch-configure21
3 files changed, 4 insertions, 24 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile
index f5b52c40b844..57498d1840d5 100644
--- a/net-p2p/ctorrent/Makefile
+++ b/net-p2p/ctorrent/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ctorrent
-PORTVERSION= 1.3.2
+PORTVERSION= 1.3.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,6 +15,7 @@ MAINTAINER= flz@xbsd.org
COMMENT= BitTorrent Client written in C for FreeBSD and Linux
GNU_CONFIGURE= yes
+USE_BZIP2= yes
PLIST_FILES= bin/ctorrent
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
diff --git a/net-p2p/ctorrent/distinfo b/net-p2p/ctorrent/distinfo
index 6da87e2c8c87..37999a4413b5 100644
--- a/net-p2p/ctorrent/distinfo
+++ b/net-p2p/ctorrent/distinfo
@@ -1,2 +1,2 @@
-MD5 (ctorrent-1.3.2.tar.gz) = 1bc787df91285a9cec8509617c3152d6
-SIZE (ctorrent-1.3.2.tar.gz) = 87195
+MD5 (ctorrent-1.3.4.tar.bz2) = 823010ec78215d476537c9eba9381cdd
+SIZE (ctorrent-1.3.4.tar.bz2) = 87333
diff --git a/net-p2p/ctorrent/files/patch-configure b/net-p2p/ctorrent/files/patch-configure
index 73f560f840c1..10ab618008b5 100644
--- a/net-p2p/ctorrent/files/patch-configure
+++ b/net-p2p/ctorrent/files/patch-configure
@@ -18,24 +18,3 @@
;
return 0;
}
-@@ -3814,13 +3814,13 @@
- echo "${ECHO_T}$ac_cv_header_openssl_sha_h" >&6
-
- fi
--if test $ac_cv_header_openssl_sha_h = yes; then
-- :
--else
-- { { echo "$as_me:$LINENO: error: Error, OpenSSL header file sha.h not found." >&5
--echo "$as_me: error: Error, OpenSSL header file sha.h not found." >&2;}
-- { (exit 1); exit 1; }; }
--fi
-+#if test $ac_cv_header_openssl_sha_h = yes; then
-+# :
-+#else
-+# { { echo "$as_me:$LINENO: error: Error, OpenSSL header file sha.h not found." >&5
-+#echo "$as_me: error: Error, OpenSSL header file sha.h not found." >&2;}
-+# { (exit 1); exit 1; }; }
-+#fi
-
-
-