diff options
author | pav <pav@FreeBSD.org> | 2004-02-02 03:43:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-02 03:43:37 +0800 |
commit | f6b2050147018697b0cf17c3d7ca99c4d4d0487a (patch) | |
tree | a59530f988c8fa81241572f4ee635db8fb0f0d1d /net/ctorrent | |
parent | e43f4254c7b61185ececb1c42221083013d4ff1f (diff) | |
download | freebsd-ports-gnome-f6b2050147018697b0cf17c3d7ca99c4d4d0487a.tar.gz freebsd-ports-gnome-f6b2050147018697b0cf17c3d7ca99c4d4d0487a.tar.zst freebsd-ports-gnome-f6b2050147018697b0cf17c3d7ca99c4d4d0487a.zip |
- Update to 1.3.2
PR: ports/62226
Submitted by: Jeremy Faulkner <gldisater@gldis.ca> (maintainer)
Diffstat (limited to 'net/ctorrent')
-rw-r--r-- | net/ctorrent/Makefile | 6 | ||||
-rw-r--r-- | net/ctorrent/distinfo | 2 | ||||
-rw-r--r-- | net/ctorrent/files/patch-httpencode.cpp | 20 |
3 files changed, 4 insertions, 24 deletions
diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index cacca8167a5d..86336c65313d 100644 --- a/net/ctorrent/Makefile +++ b/net/ctorrent/Makefile @@ -6,16 +6,16 @@ # PORTNAME= ctorrent -PORTVERSION= 1.3.r1 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= CTorrent-1.3r1 PLIST_FILES= bin/ctorrent MAINTAINER= flz@xbsd.org COMMENT= BitTorrent Client written in C for FreeBSD and Linux +GNU_CONFIGURE= yes + .include <bsd.port.mk> diff --git a/net/ctorrent/distinfo b/net/ctorrent/distinfo index b23c54e2012b..ca92fe4e23e0 100644 --- a/net/ctorrent/distinfo +++ b/net/ctorrent/distinfo @@ -1 +1 @@ -MD5 (CTorrent-1.3r1.tar.gz) = 2bbc8598f4a714608a621908f2ab7701 +MD5 (ctorrent-1.3.2.tar.gz) = 1bc787df91285a9cec8509617c3152d6 diff --git a/net/ctorrent/files/patch-httpencode.cpp b/net/ctorrent/files/patch-httpencode.cpp deleted file mode 100644 index 8f9cbda26ec6..000000000000 --- a/net/ctorrent/files/patch-httpencode.cpp +++ /dev/null @@ -1,20 +0,0 @@ -diff -u -r CTorrent-1.3r1/httpencode.cpp CTorrent-1.3r1.new/httpencode.cpp ---- httpencode.cpp Sat Jan 10 20:51:45 2004 -+++ httpencode.cpp.new Fri Jan 23 17:22:28 2004 -@@ -10,6 +10,8 @@ - /* NOTE: */ - /* LINUX/WINDOWS IMPLEMENT's STANDARD C LIBRARY NO strnstr FOUND */ - /* FUNCTION PROGRAMER: Siberiaic Sang */ -+ -+#if defined(__win32__) || defined(__linux__) - static char* strnstr(const char *haystack,const char *needle,size_t haystacklen) - { - char *p; -@@ -30,6 +32,7 @@ - } - return (char*) 0; - } -+#endif - /* ************************************************** */ - - static void url_encode_char(char *b,char c) |