diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-01-09 02:31:24 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-01-09 02:31:24 +0000 |
commit | 1aefb8052d0ce6e50482f3bedc39359375fa2c0d (patch) | |
tree | fa00532597be8c634d7819fc682857485a248140 /net-p2p/ctorrent | |
parent | eda4325c572f458ddd4e436793519809f1ff3da5 (diff) | |
download | ports-1aefb8052d0ce6e50482f3bedc39359375fa2c0d.tar.gz ports-1aefb8052d0ce6e50482f3bedc39359375fa2c0d.zip |
Notes
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/Makefile | 15 | ||||
-rw-r--r-- | net-p2p/ctorrent/distinfo | 12 |
2 files changed, 9 insertions, 18 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile index c92d5ffb7c4a..41bcc08b30d6 100644 --- a/net-p2p/ctorrent/Makefile +++ b/net-p2p/ctorrent/Makefile @@ -6,21 +6,18 @@ # PORTNAME= ctorrent -PORTVERSION= 1.3.4 -PORTREVISION= 3 +PORTVERSION= ${PATCHLEVEL} +PATCHLEVEL= 2.2 +RELVERSION= 1.3.4 CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://www.rahul.net/dholmes/ctorrent/ +DISTFILES= ${PORTNAME}-${RELVERSION}-dnh${PATCHLEVEL}.tar.gz MAINTAINER= flz@FreeBSD.org COMMENT= BitTorrent Client written in C for FreeBSD and Linux GNU_CONFIGURE= yes -USE_BZIP2= yes - -PATCH_SITES= http://www.rahul.net/dholmes/ctorrent/ -PATCHFILES= patchset-ctorrent-1.3.4-dnh2.diff \ - patchset-ctorrent-dnh2-dnh2.1.diff +WRKSRC= ${WRKDIR}/${PORTNAME}-dnh${PATCHLEVEL} PLIST_FILES= bin/ctorrent CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/net-p2p/ctorrent/distinfo b/net-p2p/ctorrent/distinfo index 2d8ffdafe182..abaed0fdb1ba 100644 --- a/net-p2p/ctorrent/distinfo +++ b/net-p2p/ctorrent/distinfo @@ -1,9 +1,3 @@ -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-dnh2.diff) = 587a062bc863c47f4ab8b816ed035e9f -SHA256 (patchset-ctorrent-1.3.4-dnh2.diff) = e54966def9c541bef97a08eb303e82c91af919536c06108c8582632e451da318 -SIZE (patchset-ctorrent-1.3.4-dnh2.diff) = 394735 -MD5 (patchset-ctorrent-dnh2-dnh2.1.diff) = ed43de4aff93f598489624168927ffcd -SHA256 (patchset-ctorrent-dnh2-dnh2.1.diff) = dcb5a91a74e39c6a8dfb2eb32b44555c87bf3004967b776262f30a14e04ed4cf -SIZE (patchset-ctorrent-dnh2-dnh2.1.diff) = 23595 +MD5 (ctorrent-1.3.4-dnh2.2.tar.gz) = 76484082d3d44d7d1fbc9f2e0e33440f +SHA256 (ctorrent-1.3.4-dnh2.2.tar.gz) = a4af9334acddcdf56be12973898a481b4446d5d299e8937807b46cd194364853 +SIZE (ctorrent-1.3.4-dnh2.2.tar.gz) = 148929 |