aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-10-13 13:50:49 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-10-13 13:50:49 +0000
commit4073c2a82974db3eff0f6cc85c752bea7b343ecb (patch)
treee733212312f31b46825bf3706e6fbc9235fc89d7 /ftp
parent000b5a807ecc4b3db618bb8cdb52f59776462bc1 (diff)
downloadports-4073c2a82974db3eff0f6cc85c752bea7b343ecb.tar.gz
ports-4073c2a82974db3eff0f6cc85c752bea7b343ecb.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wzdftpd/Makefile2
-rw-r--r--ftp/wzdftpd/distinfo4
-rw-r--r--ftp/wzdftpd/files/patch-src-wzd_ServerThread.c18
3 files changed, 3 insertions, 21 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile
index 03457d333052..46aa65d6b444 100644
--- a/ftp/wzdftpd/Makefile
+++ b/ftp/wzdftpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= wzdftpd
-PORTVERSION= 0.4.0
+PORTVERSION= 0.4.2
CATEGORIES= ftp ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/ftp/wzdftpd/distinfo b/ftp/wzdftpd/distinfo
index 43c374997b41..7cd9df9c1d61 100644
--- a/ftp/wzdftpd/distinfo
+++ b/ftp/wzdftpd/distinfo
@@ -1,2 +1,2 @@
-MD5 (wzdftpd-0.4.0.tar.gz) = 3d5dbf7b66170a9828d9b6e540af8857
-SIZE (wzdftpd-0.4.0.tar.gz) = 749260
+MD5 (wzdftpd-0.4.2.tar.gz) = dfe80e948ebc74f64afe1444a6ae3c50
+SIZE (wzdftpd-0.4.2.tar.gz) = 701176
diff --git a/ftp/wzdftpd/files/patch-src-wzd_ServerThread.c b/ftp/wzdftpd/files/patch-src-wzd_ServerThread.c
deleted file mode 100644
index 588dd1d0782b..000000000000
--- a/ftp/wzdftpd/files/patch-src-wzd_ServerThread.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/wzd_ServerThread.c.orig Sat Aug 28 19:48:52 2004
-+++ src/wzd_ServerThread.c Sat Aug 28 19:49:22 2004
-@@ -28,6 +28,7 @@
- #include <winsock2.h>
- #else
-
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
-@@ -40,7 +41,6 @@
- #include <stdlib.h>
- #include <string.h>
- #include <ctype.h> /* isspace */
--#include <sys/types.h>
- #include <sys/stat.h>
- #include <time.h>
- #include <errno.h>