aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-07-03 11:40:49 +0000
committerSteve Wills <swills@FreeBSD.org>2011-07-03 11:40:49 +0000
commite0755b977ddf2301673392c45576331ca8dadbf4 (patch)
tree92cb5bc433c23c9c04b834cf71a29ff984579775 /ftp
parentfbb7343c346a1f20491ae407f8878480a44f83a2 (diff)
downloadports-e0755b977ddf2301673392c45576331ca8dadbf4.tar.gz
ports-e0755b977ddf2301673392c45576331ca8dadbf4.zip
- Chase the libgcrypt shared lib version
Notes
Notes: svn path=/head/; revision=276971
Diffstat (limited to 'ftp')
-rw-r--r--ftp/filezilla/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile
index 4ce5362cfdff..afbd62a56b2b 100644
--- a/ftp/filezilla/Makefile
+++ b/ftp/filezilla/Makefile
@@ -7,6 +7,7 @@
PORTNAME= filezilla
PORTVERSION= 3.5.0
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
DISTNAME= FileZilla_${PORTVERSION}_src
@@ -16,7 +17,7 @@ COMMENT= Fast and reliable cross-platform FTP, FTPS and SFTP client
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
BUILD_DEPENDS= ${RUN_DEPENDS}
-LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \
+LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \
gnutls.47:${PORTSDIR}/security/gnutls \
idn.17:${PORTSDIR}/dns/libidn \
sqlite3.8:${PORTSDIR}/databases/sqlite3 \