diff options
author | abs <abs@pkgsrc.org> | 2014-10-12 10:25:05 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2014-10-12 10:25:05 +0000 |
commit | 1b5af9269a983a97e611c3258f4ce9ef941d6f70 (patch) | |
tree | fba32ac4cab5668fdc6ec3fd885df2bb98679088 /net/vsftpd | |
parent | 609bc2b696ef427b50c014b0463decbdd5febd3f (diff) | |
download | pkgsrc-1b5af9269a983a97e611c3258f4ce9ef941d6f70.tar.gz |
Enable ssl by default, bump PKGREVISION
Diffstat (limited to 'net/vsftpd')
-rw-r--r-- | net/vsftpd/Makefile | 5 | ||||
-rw-r--r-- | net/vsftpd/options.mk | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile index 593c3dd3b48..612cfc973cb 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2014/02/12 23:18:27 tron Exp $ -# +# $NetBSD: Makefile,v 1.41 2014/10/12 10:25:05 abs Exp $ DISTNAME= vsftpd-2.3.4 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= http://security.appspot.com/downloads/ \ ${MASTER_SITE_LOCAL} diff --git a/net/vsftpd/options.mk b/net/vsftpd/options.mk index 73de749441a..438d7d05d59 100644 --- a/net/vsftpd/options.mk +++ b/net/vsftpd/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.7 2011/04/15 08:34:01 obache Exp $ +# $NetBSD: options.mk,v 1.8 2014/10/12 10:25:05 abs Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.vsftpd PKG_SUPPORTED_OPTIONS= pam ssl tcpwrappers -PKG_SUGGESTED_OPTIONS= pam tcpwrappers +PKG_SUGGESTED_OPTIONS= pam ssl tcpwrappers .include "../../mk/bsd.options.mk" |