diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2016-07-22 19:36:11 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2016-07-22 19:36:11 +0000 |
commit | 68a6edf6c4ef45457caac33761159b5acf54c2f0 (patch) | |
tree | f29f744753005de252dc7266d1be9fa08aeabbe3 /ftp | |
parent | 6b59ac162c915a12629bf1155f03549b51e7c36d (diff) | |
download | ports-68a6edf6c4ef45457caac33761159b5acf54c2f0.tar.gz ports-68a6edf6c4ef45457caac33761159b5acf54c2f0.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 7 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 583de8714d5d..8c18d8187875 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lftp -PORTVERSION= 4.7.2 +PORTVERSION= 4.7.3 CATEGORIES= ftp ipv6 MASTER_SITES= http://lftp.yar.ru/ftp/ \ http://lftp.yar.ru/ftp/old/ \ @@ -19,7 +19,8 @@ COMMENT= Shell-like command line ftp client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libexpat.so:textproc/expat2 +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libidn.so:dns/libidn USES= charsetfix iconv libtool localbase readline shebangfix GNU_CONFIGURE= yes @@ -41,7 +42,7 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls OPENSSL_CONFIGURE_WITH= openssl -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_USES= pkgconfig diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index a3019f4577ad..b8c7bc3ca1c7 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1463720798 -SHA256 (lftp-4.7.2.tar.gz) = 1224e5605f4ad9050c1ce870fc21196baf008aae29b3dd06a5e6f58784dc028b -SIZE (lftp-4.7.2.tar.gz) = 2721927 +TIMESTAMP = 1469204900 +SHA256 (lftp-4.7.3.tar.gz) = ce6519831603c19c2cf2e3c10b41d6ddc87a16049b99383e7b9b77fbc7707214 +SIZE (lftp-4.7.3.tar.gz) = 2715817 |