From fe1858c1671524166c2b5376331d4169751fd856 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Mon, 21 Apr 2014 22:26:21 +0000 Subject: [PATCH] No GSS authentication. --- net/filezilla/Makefile | 3 ++- net/filezilla/pkg/DESCR | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index a5c474fe194..ad861fc56e6 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2014/03/14 23:52:25 giovanni Exp $ +# $OpenBSD: Makefile,v 1.35 2014/04/21 22:26:21 ajacoutot Exp $ COMMENT= fast FTP and SFTP GUI client with a lot of features @@ -6,6 +6,7 @@ V= 3.7.4.1 PKGNAME= filezilla-$V DISTNAME= FileZilla_$V_src EXTRACT_SUFX= .tar.bz2 +REVISION= 0 MAINTAINER= Giovanni Bechis diff --git a/net/filezilla/pkg/DESCR b/net/filezilla/pkg/DESCR index 20350b8d085..de85d39ad00 100644 --- a/net/filezilla/pkg/DESCR +++ b/net/filezilla/pkg/DESCR @@ -16,4 +16,3 @@ The main features of FileZilla are: * Upload/Download Queue. * Drag&Drop. * Multi-language support. -* GSS authentication and encryption using Kerberos.