ok? (+cc ports to avoid duplicate work) Index: Makefile =================================================================== RCS file: /cvs/ports/net/vsftpd/Makefile,v retrieving revision 1.35 diff -u -p -r1.35 Makefile --- Makefile 30 Jan 2014 14:01:49 -0000 1.35 +++ Makefile 23 Mar 2014 21:09:45 -0000 @@ -3,7 +3,7 @@ COMMENT= FTP daemon which aims to be secure DISTNAME= vsftpd-3.0.2 -REVISION= 1 +REVISION= 2 CATEGORIES= net HOMEPAGE= http://vsftpd.beasts.org/ @@ -13,7 +13,7 @@ MAINTAINER= Benoit Lecocq <benoit@openb # GPLv2+OpenSSL exemption PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c crypto ssl util wrap +WANTLIB= c crypto ssl util MASTER_SITES= https://security.appspot.com/downloads/ Index: patches/patch-builddefs_h =================================================================== RCS file: /cvs/ports/net/vsftpd/patches/patch-builddefs_h,v retrieving revision 1.1 diff -u -p -r1.1 patch-builddefs_h --- patches/patch-builddefs_h 3 Jul 2005 18:06:37 -0000 1.1 +++ patches/patch-builddefs_h 23 Mar 2014 21:09:45 -0000 @@ -1,14 +1,12 @@ $OpenBSD: patch-builddefs_h,v 1.1 2005/07/03 18:06:37 aanriot Exp $ ---- builddefs.h.orig Sat Mar 19 18:50:20 2005 -+++ builddefs.h Sun Jul 3 11:26:28 2005 -@@ -1,9 +1,9 @@ - #ifndef VSF_BUILDDEFS_H +--- builddefs.h.orig Thu Apr 5 04:24:56 2012 ++++ builddefs.h Sun Mar 23 21:08:23 2014 +@@ -2,8 +2,8 @@ #define VSF_BUILDDEFS_H --#undef VSF_BUILD_TCPWRAPPERS + #undef VSF_BUILD_TCPWRAPPERS -#define VSF_BUILD_PAM -#undef VSF_BUILD_SSL -+#define VSF_BUILD_TCPWRAPPERS +#undef VSF_BUILD_PAM +#define VSF_BUILD_SSL Index: patches/patch-tcpwrap_c =================================================================== RCS file: patches/patch-tcpwrap_c diff -N patches/patch-tcpwrap_c --- patches/patch-tcpwrap_c 5 Oct 2012 02:27:50 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ -$OpenBSD: patch-tcpwrap_c,v 1.3 2012/10/05 02:27:50 brad Exp $ ---- tcpwrap.c.orig Wed Dec 17 14:58:05 2008 -+++ tcpwrap.c Wed Oct 3 05:27:30 2012 -@@ -13,6 +13,7 @@ - #include "sysutil.h" - - #ifdef VSF_BUILD_TCPWRAPPERS -+ #include <sys/types.h> - #include <tcpd.h> - #endif -
