diff options
author | Marius Strobl <marius@FreeBSD.org> | 2004-12-28 15:27:54 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2004-12-28 15:27:54 +0000 |
commit | 9a56a18ebdf00aa48f13eb53f05744cec4e8e943 (patch) | |
tree | aeb92a576a69de0101b006e6b4e09f78c36825cf /net-p2p/ctorrent/Makefile | |
parent | adc7c4678bc24c7edbfe56b306985d97b621ac87 (diff) | |
download | ports-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/Makefile')
-rw-r--r-- | net-p2p/ctorrent/Makefile | 3 |
1 files changed, 2 insertions, 1 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} |