diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-08-14 12:22:11 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-08-14 12:22:11 +0000 |
commit | 406a80cf41b13846da1bf0a7a6190378400afe68 (patch) | |
tree | 4b5f4e50f41372a18b77bf7a39007a316686da11 | |
parent | 00f056e77caca6f53fdf2603ddfa1fe114fe09d4 (diff) | |
download | ports-406a80cf41b13846da1bf0a7a6190378400afe68.tar.gz ports-406a80cf41b13846da1bf0a7a6190378400afe68.zip |
Notes
-rw-r--r-- | net-p2p/ctorrent/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/ctorrent/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/ctorrent/files/patch-configure | 20 | ||||
-rw-r--r-- | net-p2p/ctorrent/pkg-descr | 2 |
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 |