aboutsummaryrefslogtreecommitdiff
path: root/net/ctorrent
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-01 19:43:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-01 19:43:37 +0000
commit7443b663ac23434ef04c53cf841d1468a4a1f05e (patch)
tree46c24a084c418ffd912bd35ff800d8818c3fc843 /net/ctorrent
parent16f9b1e8c9fe9301c6dadf548686a408edc16194 (diff)
downloadports-7443b663ac23434ef04c53cf841d1468a4a1f05e.tar.gz
ports-7443b663ac23434ef04c53cf841d1468a4a1f05e.zip
Notes
Diffstat (limited to 'net/ctorrent')
-rw-r--r--net/ctorrent/Makefile6
-rw-r--r--net/ctorrent/distinfo2
-rw-r--r--net/ctorrent/files/patch-httpencode.cpp20
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)