diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 19:43:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 19:43:37 +0000 |
commit | 7443b663ac23434ef04c53cf841d1468a4a1f05e (patch) | |
tree | 46c24a084c418ffd912bd35ff800d8818c3fc843 /net-p2p/ctorrent | |
parent | 16f9b1e8c9fe9301c6dadf548686a408edc16194 (diff) | |
download | ports-7443b663ac23434ef04c53cf841d1468a4a1f05e.tar.gz ports-7443b663ac23434ef04c53cf841d1468a4a1f05e.zip |
Notes
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/Makefile | 6 | ||||
-rw-r--r-- | net-p2p/ctorrent/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/ctorrent/files/patch-httpencode.cpp | 20 |
3 files changed, 4 insertions, 24 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile index cacca8167a5d..86336c65313d 100644 --- a/net-p2p/ctorrent/Makefile +++ b/net-p2p/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-p2p/ctorrent/distinfo b/net-p2p/ctorrent/distinfo index b23c54e2012b..ca92fe4e23e0 100644 --- a/net-p2p/ctorrent/distinfo +++ b/net-p2p/ctorrent/distinfo @@ -1 +1 @@ -MD5 (CTorrent-1.3r1.tar.gz) = 2bbc8598f4a714608a621908f2ab7701 +MD5 (ctorrent-1.3.2.tar.gz) = 1bc787df91285a9cec8509617c3152d6 diff --git a/net-p2p/ctorrent/files/patch-httpencode.cpp b/net-p2p/ctorrent/files/patch-httpencode.cpp deleted file mode 100644 index 8f9cbda26ec6..000000000000 --- a/net-p2p/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) |