aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-07-29 20:23:04 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-07-29 20:23:04 +0000
commit5abfa1504c8b8d02ae38b00dd6baaba7f676f738 (patch)
tree281c97853d28fd5de0c07706cdccda14fc1ca9c6 /net-p2p
parentc80768c7a0356e6014ec2c098c0c0b579c3f3dc4 (diff)
downloadports-5abfa1504c8b8d02ae38b00dd6baaba7f676f738.tar.gz
ports-5abfa1504c8b8d02ae38b00dd6baaba7f676f738.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/ctorrent/Makefile12
-rw-r--r--net-p2p/ctorrent/distinfo2
2 files changed, 14 insertions, 0 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile
index 7ace7f52baf3..0bc44f368f98 100644
--- a/net-p2p/ctorrent/Makefile
+++ b/net-p2p/ctorrent/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ctorrent
PORTVERSION= 1.3.4
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,7 +18,18 @@ 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-dnh1.diff
+
PLIST_FILES= bin/ctorrent
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+PORTDOCS= README-DNH
+
+.if !defined(NOPORTDOCS)
+post-install:
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
+.endif
+
.include <bsd.port.mk>
diff --git a/net-p2p/ctorrent/distinfo b/net-p2p/ctorrent/distinfo
index 37999a4413b5..7232389837b9 100644
--- a/net-p2p/ctorrent/distinfo
+++ b/net-p2p/ctorrent/distinfo
@@ -1,2 +1,4 @@
MD5 (ctorrent-1.3.4.tar.bz2) = 823010ec78215d476537c9eba9381cdd
SIZE (ctorrent-1.3.4.tar.bz2) = 87333
+MD5 (patchset-ctorrent-1.3.4-dnh1.diff) = 319c7202281a87dc3a9e68f99b50741f
+SIZE (patchset-ctorrent-1.3.4-dnh1.diff) = 74172