1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Update to 0.4.2

PR:		ports/72635
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-10-13 13:50:49 +00:00
parent 000b5a807e
commit 4073c2a829
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119227
3 changed files with 3 additions and 21 deletions

View File

@ -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}

View File

@ -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

View File

@ -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>