aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2007-08-14 20:22:11 +0800
committerflz <flz@FreeBSD.org>2007-08-14 20:22:11 +0800
commit20decfdb821f29ee2a3d3c11d16140717a5c5d22 (patch)
treeb3738003876e024792ca509471ce163e45198b33 /net-p2p
parent07049d317ac70b72759453d33a8ec720ebc5e688 (diff)
downloadfreebsd-ports-gnome-20decfdb821f29ee2a3d3c11d16140717a5c5d22.tar.gz
freebsd-ports-gnome-20decfdb821f29ee2a3d3c11d16140717a5c5d22.tar.zst
freebsd-ports-gnome-20decfdb821f29ee2a3d3c11d16140717a5c5d22.zip
Update to enhanced ctorrent 3.2.
PR: ports/115386 Submitted by: Jamie Jones <jamie@bishopston.net>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/ctorrent/Makefile8
-rw-r--r--net-p2p/ctorrent/distinfo6
-rw-r--r--net-p2p/ctorrent/files/patch-configure20
-rw-r--r--net-p2p/ctorrent/pkg-descr2
4 files changed, 7 insertions, 29 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile
index 41bcc08b30d6..e9242c4d0024 100644
--- a/net-p2p/ctorrent/Makefile
+++ b/net-p2p/ctorrent/Makefile
@@ -6,18 +6,16 @@
#
PORTNAME= ctorrent
-PORTVERSION= ${PATCHLEVEL}
-PATCHLEVEL= 2.2
-RELVERSION= 1.3.4
+PORTVERSION= 3.2
CATEGORIES= net-p2p
MASTER_SITES= http://www.rahul.net/dholmes/ctorrent/
-DISTFILES= ${PORTNAME}-${RELVERSION}-dnh${PATCHLEVEL}.tar.gz
+DISTNAME= ${PORTNAME}-dnh${PORTVERSION}
MAINTAINER= flz@FreeBSD.org
COMMENT= BitTorrent Client written in C for FreeBSD and Linux
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-dnh${PATCHLEVEL}
+#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 abaed0fdb1ba..d64e7bd788e9 100644
--- a/net-p2p/ctorrent/distinfo
+++ b/net-p2p/ctorrent/distinfo
@@ -1,3 +1,3 @@
-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
+MD5 (ctorrent-dnh3.2.tar.gz) = 23b37cd7b558ad6a27974b311499bab6
+SHA256 (ctorrent-dnh3.2.tar.gz) = a08c79ab3ace84de21385056572a8ea4019bb56d2977cae3fda18821fe2f1216
+SIZE (ctorrent-dnh3.2.tar.gz) = 202886
diff --git a/net-p2p/ctorrent/files/patch-configure b/net-p2p/ctorrent/files/patch-configure
deleted file mode 100644
index 10ab618008b5..000000000000
--- a/net-p2p/ctorrent/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Sun Feb 1 07:15:43 2004
-+++ configure Fri Feb 13 03:04:21 2004
-@@ -2851,7 +2851,7 @@
- int
- main ()
- {
--SHA1_Init ();
-+XXXSHA1_Init ();
- ;
- return 0;
- }
-@@ -2915,7 +2915,7 @@
- int
- main ()
- {
--SHA1_Init ();
-+XXXSHA1_Init ();
- ;
- return 0;
- }
diff --git a/net-p2p/ctorrent/pkg-descr b/net-p2p/ctorrent/pkg-descr
index a47e737de98d..37ec6a2f21ad 100644
--- a/net-p2p/ctorrent/pkg-descr
+++ b/net-p2p/ctorrent/pkg-descr
@@ -2,7 +2,7 @@ CTorrent is a BitTorrent (be know as BT usually) Client program
written in C for FreeBSD and Linux. Fast and small are CTorrent`s
two strengths.
-WWW: http://ctorrent.sourceforge.net/
+WWW: http://www.rahul.net/dholmes/ctorrent/
- Florent Thoumie
flz@xbsd.org