1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Update to enhanced ctorrent 3.2.

PR:		ports/115386
Submitted by:	Jamie Jones <jamie@bishopston.net>
This commit is contained in:
Florent Thoumie 2007-08-14 12:22:11 +00:00
parent 00f056e77c
commit 406a80cf41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197656
4 changed files with 7 additions and 29 deletions

View File

@ -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}

View File

@ -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

View File

@ -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;
}

View File

@ -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