Index: head/ftp/lftp/Makefile =================================================================== --- head/ftp/lftp/Makefile (revision 434285) +++ head/ftp/lftp/Makefile (revision 434286) @@ -1,64 +1,64 @@ # Created by: Andrey Zakhvatov # $FreeBSD$ PORTNAME= lftp -PORTVERSION= 4.7.4 +PORTVERSION= 4.7.6 CATEGORIES= ftp ipv6 -MASTER_SITES= http://lftp.yar.ru/ftp/ \ - http://lftp.yar.ru/ftp/old/ \ +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 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 ${SSL_DEFAULT:Mopenssl-devel} BROKEN= Does not build with openssl-devel .endif .include Index: head/ftp/lftp/distinfo =================================================================== --- head/ftp/lftp/distinfo (revision 434285) +++ head/ftp/lftp/distinfo (revision 434286) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479466987 -SHA256 (lftp-4.7.4.tar.gz) = 8f55c37cfdfbce24a9cb47b621ca127f40d3a7de5b4c49f8c49f17bff728fb31 -SIZE (lftp-4.7.4.tar.gz) = 2766143 +TIMESTAMP = 1487234601 +SHA256 (lftp-4.7.6.tar.gz) = 2c8773993ec06f59d7a5734090e64ec37f106f98b250b8c476c55cc0b35aa75d +SIZE (lftp-4.7.6.tar.gz) = 2760657 Index: head/ftp/lftp/pkg-descr =================================================================== --- head/ftp/lftp/pkg-descr (revision 434285) +++ head/ftp/lftp/pkg-descr (revision 434286) @@ -1,10 +1,10 @@ LFTP is a shell-like command line ftp client. It is reliable: can retry operations and does reget automatically. It can do several transfers simultaneously in background. You can start a transfer in background and continue browsing the ftp site or another one. This all is done in one process. Background jobs will be completed in nohup mode if you exit or close modem connection. Lftp has reput, mirror, reverse mirror among its features. -WWW: http://lftp.yar.ru/ +WWW: http://lftp.tech/