summaryrefslogtreecommitdiff
path: root/net/vsftpd
diff options
context:
space:
mode:
authorabs <abs>2014-10-12 10:25:05 +0000
committerabs <abs>2014-10-12 10:25:05 +0000
commit571d469c2ce4edd52dfd1e39c4ffb96c68ce4916 (patch)
treefba32ac4cab5668fdc6ec3fd885df2bb98679088 /net/vsftpd
parentee2e34adc06a6c00d2d872088297d354dcccb48f (diff)
downloadpkgsrc-571d469c2ce4edd52dfd1e39c4ffb96c68ce4916.tar.gz
Enable ssl by default, bump PKGREVISION
Diffstat (limited to 'net/vsftpd')
-rw-r--r--net/vsftpd/Makefile5
-rw-r--r--net/vsftpd/options.mk4
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"