diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-08-16 18:04:40 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-08-16 18:04:40 +0000 |
commit | f32c11d872ea222db4b9c33da363f2a8098194e1 (patch) | |
tree | b1caddc6f61d87da0f97b4f1e91b311c70bf3f97 /ftp | |
parent | 89dbb0c8e2caff37277d7ad2e3b13666c62b13df (diff) | |
download | ports-f32c11d872ea222db4b9c33da363f2a8098194e1.tar.gz ports-f32c11d872ea222db4b9c33da363f2a8098194e1.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 1 | ||||
-rw-r--r-- | ftp/filezilla/Makefile | 4 | ||||
-rw-r--r-- | ftp/lftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/moftpd/Makefile | 4 | ||||
-rw-r--r-- | ftp/wget/Makefile | 1 | ||||
-rw-r--r-- | ftp/wput/Makefile | 3 | ||||
-rw-r--r-- | ftp/wzdftpd/Makefile | 4 |
7 files changed, 11 insertions, 7 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index b2994bda42fc..b325a9e771be 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -7,6 +7,7 @@ PORTNAME= curl PORTVERSION= 7.19.6 +PORTREVISION= 1 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ ${MASTER_SITE_SOURCEFORGE} \ diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index a03b4a347fcc..59343d3f8987 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -7,7 +7,7 @@ PORTNAME= filezilla PORTVERSION= 3.2.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= SF DISTNAME= FileZilla_${PORTVERSION}_src @@ -15,7 +15,7 @@ DISTNAME= FileZilla_${PORTVERSION}_src MAINTAINER= jsa@wickedmachine.net COMMENT= Fast and reliable cross-platform FTP, FTPS and SFTP client -LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \ idn.16:${PORTSDIR}/dns/libidn INSTALLS_ICONS= yes diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 70adae1deb71..6f5791e4d8fb 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -7,6 +7,7 @@ PORTNAME= lftp PORTVERSION= 3.7.15 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \ ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/old/ \ diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile index d84004f6c797..bb13f7c3dcb9 100644 --- a/ftp/moftpd/Makefile +++ b/ftp/moftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= moftpd PORTVERSION= 1.2.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.morth.org/moftpd/ \ ${MASTER_SITE_LOCAL} @@ -30,7 +30,7 @@ LIBS+= -lcrypt CONFIGURE_ARGS+= --without-tls .elif defined(WITH_GNUTLS) CONFIGURE_ARGS+= --without-openssl -LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls LIBS= -L${LOCALBASE}/lib -lgnutls CFLAGS+= -I${LOCALBASE}/include .else diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 94f6537f0e35..a3b05fc320e7 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -7,6 +7,7 @@ PORTNAME= wget DISTVERSION= 1.11.4 +PORTREVISION= 1 CATEGORIES= ftp www ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wget 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 diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index a36edc020952..03031972ec0b 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= wzdftpd PORTVERSION= 0.8.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --disable-openssl .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --disable-gnutls .endif |