svn commit: r418929 - head/ftp/lftp
Ganael LAPLANCHE
martymac at FreeBSD.org
Fri Jul 22 19:36:12 UTC 2016
Author: martymac
Date: Fri Jul 22 19:36:11 2016
New Revision: 418929
URL: https://svnweb.freebsd.org/changeset/ports/418929
Log:
- Update to 4.7.3
- Add missing dependency to libidn
Modified:
head/ftp/lftp/Makefile
head/ftp/lftp/distinfo
Modified: head/ftp/lftp/Makefile
==============================================================================
--- head/ftp/lftp/Makefile Fri Jul 22 19:24:45 2016 (r418928)
+++ head/ftp/lftp/Makefile Fri Jul 22 19:36:11 2016 (r418929)
@@ -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 cli
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
Modified: head/ftp/lftp/distinfo
==============================================================================
--- head/ftp/lftp/distinfo Fri Jul 22 19:24:45 2016 (r418928)
+++ head/ftp/lftp/distinfo Fri Jul 22 19:36:11 2016 (r418929)
@@ -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
More information about the svn-ports-all
mailing list