Index: head/ftp/lftp/Makefile =================================================================== --- head/ftp/lftp/Makefile (revision 449896) +++ head/ftp/lftp/Makefile (revision 449897) @@ -1,69 +1,67 @@ # Created by: Andrey Zakhvatov # $FreeBSD$ PORTNAME= lftp -PORTVERSION= 4.8.0 -PORTREVISION= 1 +PORTVERSION= 4.8.1 CATEGORIES= ftp ipv6 MASTER_SITES= http://lftp.tech/ftp/ \ http://lftp.tech/ftp/old/ \ http://lftp.cybermirror.org/ \ http://lftp.cybermirror.org/old/ \ http://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \ http://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/old/ \ http://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \ ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ MAINTAINER= martymac@FreeBSD.org COMMENT= Shell-like command line ftp client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ - libidn.so:dns/libidn + libidn2.so:dns/libidn2 USES= charsetfix iconv libtool localbase readline shebangfix GNU_CONFIGURE= yes -CONFIGURE_ARGS= ac_cv_type_max_align_t=yes PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \ MIRRORS NEWS README README.debug-levels README.modules \ THANKS TODO SHEBANG_FILES= src/verify-file \ src/convert-mozilla-cookies \ src/xdg-move OPTIONS_DEFINE= DOCS NLS OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL= OPENSSL GNUTLS OPTIONS_DEFAULT= SSL OPENSSL OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls OPENSSL_CONFIGURE_WITH= openssl OPENSSL_USES= ssl GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_USES= pkgconfig post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/lftp.conf \ ${STAGEDIR}${PREFIX}/etc/lftp.conf.sample post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include .if ${ARCH} == powerpc64 USE_GCC= yes .endif .if ${SSL_DEFAULT:Mopenssl-devel} BROKEN= Does not build with openssl-devel .endif .include Index: head/ftp/lftp/distinfo =================================================================== --- head/ftp/lftp/distinfo (revision 449896) +++ head/ftp/lftp/distinfo (revision 449897) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499756313 -SHA256 (lftp-4.8.0.tar.gz) = 25c0a77da3da606eeca0bc721249f2ae85885f49d03e0f0e778da193e23c72d8 -SIZE (lftp-4.8.0.tar.gz) = 2800410 +TIMESTAMP = 1505324333 +SHA256 (lftp-4.8.1.tar.gz) = 6117866215cd889dab30ff73292cd1d35fe0e12a9af5cd76d093500d07ab65a3 +SIZE (lftp-4.8.1.tar.gz) = 2825304 Index: head/ftp/lftp/files/patch-src-lftp_ssl.cc =================================================================== --- head/ftp/lftp/files/patch-src-lftp_ssl.cc (revision 449896) +++ head/ftp/lftp/files/patch-src-lftp_ssl.cc (nonexistent) @@ -1,13 +0,0 @@ -Fix build with LibreSSL - ---- src/lftp_ssl.cc.orig -+++ src/lftp_ssl.cc -@@ -772,7 +772,7 @@ - #elif USE_OPENSSL - //static int lftp_ssl_passwd_callback(char *buf,int size,int rwflag,void *userdata); - --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER - // for compatibility with older versions - X509_OBJECT *X509_OBJECT_new() - { Property changes on: head/ftp/lftp/files/patch-src-lftp_ssl.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property