aboutsummaryrefslogtreecommitdiff
path: root/ftp/wput
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2009-08-16 18:04:40 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2009-08-16 18:04:40 +0000
commitf32c11d872ea222db4b9c33da363f2a8098194e1 (patch)
treeb1caddc6f61d87da0f97b4f1e91b311c70bf3f97 /ftp/wput
parent89dbb0c8e2caff37277d7ad2e3b13666c62b13df (diff)
downloadports-f32c11d872ea222db4b9c33da363f2a8098194e1.tar.gz
ports-f32c11d872ea222db4b9c33da363f2a8098194e1.zip
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Notes
Notes: svn path=/head/; revision=239670
Diffstat (limited to 'ftp/wput')
-rw-r--r--ftp/wput/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/wput/Makefile b/ftp/wput/Makefile
index c959726aae68..c41fdb2c4589 100644
--- a/ftp/wput/Makefile
+++ b/ftp/wput/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wput
PORTVERSION= 0.6.2
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
@@ -31,7 +32,7 @@ MAN1= wdel.1 wput.1
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_TLS)
-LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-ssl
.else
CONFIGURE_ARGS+= --without-ssl