From 571d469c2ce4edd52dfd1e39c4ffb96c68ce4916 Mon Sep 17 00:00:00 2001 From: abs Date: Sun, 12 Oct 2014 10:25:05 +0000 Subject: Enable ssl by default, bump PKGREVISION --- net/vsftpd/Makefile | 5 ++--- net/vsftpd/options.mk | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'net/vsftpd') 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" -- cgit v1.2.3