mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Update to 0.3
PR: ports/65744 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
This commit is contained in:
parent
dc1920ddd4
commit
8740b4534d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107686
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wzdftpd
|
||||
PORTVERSION= 0.2.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= ftp ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -19,6 +18,7 @@ USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
CONFIGURE_ARGS+= --without-mysql
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
.if defined(WITH_SSL)
|
||||
@ -35,7 +35,7 @@ DOCS= AUTHORS Permissions.ReadMeFirst README TLS.ReadMeFirst \
|
||||
|
||||
post-install:
|
||||
${MV} ${PREFIX}/etc/wzd.cfg ${PREFIX}/etc/wzd.cfg.sample
|
||||
${MV} ${DATADIR}/users ${DATADIR}/users.sample
|
||||
${MV} ${PREFIX}/etc/users ${DATADIR}/users.sample
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (wzdftpd-0.2.3.tar.gz) = f7c6a6fc7b80e17e2c8816895b3fa516
|
||||
SIZE (wzdftpd-0.2.3.tar.gz) = 566465
|
||||
MD5 (wzdftpd-0.3.tar.gz) = 1f237555450501a65604f91f7e8d735e
|
||||
SIZE (wzdftpd-0.3.tar.gz) = 626728
|
||||
|
18
ftp/wzdftpd/files/patch-src-wzd_ServerThread.c
Normal file
18
ftp/wzdftpd/files/patch-src-wzd_ServerThread.c
Normal file
@ -0,0 +1,18 @@
|
||||
--- src/wzd_ServerThread.c.orig Thu Apr 15 10:27:07 2004
|
||||
+++ src/wzd_ServerThread.c Tue Apr 20 10:52:06 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>
|
||||
@@ -39,7 +40,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
-#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <time.h>
|
||||
#include <errno.h>
|
@ -4,7 +4,6 @@ bin/siteuptime
|
||||
bin/sitewho
|
||||
etc/wzd.cfg.sample
|
||||
etc/wzd.pem
|
||||
etc/init.d/wzdftpd
|
||||
lib/libwzd.a
|
||||
lib/libwzd.so
|
||||
lib/libwzd.la
|
||||
@ -18,16 +17,16 @@ sbin/wzdftpd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/KNOWN_BUGS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%DATADIR%%/file_ginfo.txt
|
||||
%%DATADIR%%/file_help.txt
|
||||
%%DATADIR%%/file_swho.txt
|
||||
%%DATADIR%%/file_user.txt
|
||||
%%DATADIR%%/file_group.txt
|
||||
%%DATADIR%%/file_rules.txt
|
||||
%%DATADIR%%/file_users.txt
|
||||
%%DATADIR%%/file_vfs.txt
|
||||
%%DATADIR%%/file_who.txt
|
||||
%%DATADIR%%/file_groups.txt
|
||||
etc/file_ginfo.txt
|
||||
etc/file_help.txt
|
||||
etc/file_swho.txt
|
||||
etc/file_user.txt
|
||||
etc/file_group.txt
|
||||
etc/file_rules.txt
|
||||
etc/file_users.txt
|
||||
etc/file_vfs.txt
|
||||
etc/file_who.txt
|
||||
etc/file_groups.txt
|
||||
%%DATADIR%%/users.sample
|
||||
%%DATADIR%%/backends/libwzdplaintext.a
|
||||
%%DATADIR%%/backends/libwzdplaintext.so
|
||||
|
Loading…
Reference in New Issue
Block a user