aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-03-14 08:40:06 +0000
committerWen Heping <wen@FreeBSD.org>2011-03-14 08:40:06 +0000
commit43721c23d5bd1f196f82f04c0f163cd9d3b8fc51 (patch)
treea70c143dac5d79ed2e6807975eb06d22bfeea2ff /ftp
parenta2c526c1caa2a96cafc92e195d1b92ccfc07e654 (diff)
downloadports-43721c23d5bd1f196f82f04c0f163cd9d3b8fc51.tar.gz
ports-43721c23d5bd1f196f82f04c0f163cd9d3b8fc51.zip
- Bump PORTREVISION to chase the update of dns/libidn
Notes
Notes: svn path=/head/; revision=270856
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile3
-rw-r--r--ftp/filezilla/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index a177e7451251..338f5d310d13 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= curl
PORTVERSION= 7.21.3
+PORTREVISION= 1
CATEGORIES= ftp ipv6 www
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
@@ -161,7 +162,7 @@ CONFIGURE_ARGS+= --disable-ldap --disable-ldaps
.endif
.if defined(WITH_LIBIDN)
-LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn
+LIB_DEPENDS+= idn.17:${PORTSDIR}/dns/libidn
CONFIGURE_ARGS+= --with-libidn=${LOCALBASE}
.else
CONFIGURE_ARGS+= --without-libidn
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile
index 52b9e167debc..c4e59b1efa4a 100644
--- a/ftp/filezilla/Makefile
+++ b/ftp/filezilla/Makefile
@@ -7,6 +7,7 @@
PORTNAME= filezilla
PORTVERSION= 3.3.5.1
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
DISTNAME= FileZilla_${PORTVERSION}_src
@@ -18,7 +19,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \
gnutls.40:${PORTSDIR}/security/gnutls \
- idn.16:${PORTSDIR}/dns/libidn \
+ idn.17:${PORTSDIR}/dns/libidn \
tinyxml.3:${PORTSDIR}/textproc/tinyxml
LICENSE= GPLv2