summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2011-06-05 18:43:16 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2011-06-05 18:43:16 +0000
commit207386f96a454f28a3f0a367069d0d4715b9e6e2 (patch)
treea498091a932a1bb378d3a0a8f8dcc91f46a54771 /ftp
parentUpdate to 2.4.5, change lzo dependency to lzo2. (diff)
Chase security/gnutls update and add an UPDATING entry.
Notes
Notes: svn path=/head/; revision=275104
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile2
-rw-r--r--ftp/filezilla/Makefile3
-rw-r--r--ftp/lftp/Makefile1
-rw-r--r--ftp/wget/Makefile2
-rw-r--r--ftp/wput/Makefile4
-rw-r--r--ftp/wzdftpd/Makefile4
6 files changed, 9 insertions, 7 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 338f5d310d13..842c414eed45 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= curl
PORTVERSION= 7.21.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ftp ipv6 www
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile
index 4be1a406ca12..7a5e0b15b286 100644
--- a/ftp/filezilla/Makefile
+++ b/ftp/filezilla/Makefile
@@ -7,6 +7,7 @@
PORTNAME= filezilla
PORTVERSION= 3.4.0
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
DISTNAME= FileZilla_${PORTVERSION}_src
@@ -17,7 +18,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 \
- gnutls.40:${PORTSDIR}/security/gnutls \
+ gnutls.47:${PORTSDIR}/security/gnutls \
idn.17:${PORTSDIR}/dns/libidn \
tinyxml.3:${PORTSDIR}/textproc/tinyxml
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index de3925b5307d..6549ad8483f0 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= lftp
PORTVERSION= 4.2.3
+PORTREVISION= 1
CATEGORIES= ftp ipv6
MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \
http://ftp.yars.free.net/pub/source/lftp/old/ \
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile
index d9f8f71314a9..63326f7cc0b3 100644
--- a/ftp/wget/Makefile
+++ b/ftp/wget/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wget
DISTVERSION= 1.12
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= ftp www ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= wget
diff --git a/ftp/wput/Makefile b/ftp/wput/Makefile
index 56e0ac609ab1..9e7675c981e0 100644
--- a/ftp/wput/Makefile
+++ b/ftp/wput/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wput
PORTVERSION= 0.6.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= ftp
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
@@ -33,7 +33,7 @@ MAN1= wdel.1 wput.1
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_TLS)
-LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-ssl
.else
CONFIGURE_ARGS+= --without-ssl
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile
index 5c7d6ea9173c..7081df973aed 100644
--- a/ftp/wzdftpd/Makefile
+++ b/ftp/wzdftpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wzdftpd
PORTVERSION= 0.8.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= ftp ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-sources/${PORTNAME}-0.8
@@ -66,7 +66,7 @@ CONFIGURE_ARGS+= --disable-openssl
.endif
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --disable-gnutls
.endif