Version 4.8.0:
* mirror: improved performance of --scan-all-first for big trees. * mirror: new --flat option to flatten the target directory structure. * mmv: new command for file moving; redirect mv to mmv in certain cases. * fixed compilation with newer openssl (1.1.0 and later). * du: allow multiple --exclude options to be combined. * new setting cmd:nullglob for `glob' command prefix. * http: use proppatch to set last-modified property. * new settings net:connection-limit-timer and ftp:too-many-re. * ftp: dynamically ajust connection limit. * ftp: fixed core dump on LINK/SYMLINK when the command is not supported. * get1: fixed -o option. * sftp,fish: connect-program setting is now passed to the shell for execution. * get/mget/put/mput: add -P option for parallel transfers and long options. * appimage: new make target for making an AppImage file. * fixed "local glob".
This commit is contained in:
parent
1ccdede6ab
commit
d43a2cb215
3 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.121 2017/07/09 11:21:26 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.122 2017/07/12 08:58:18 adam Exp $
|
||||
|
||||
DISTNAME= lftp-4.7.7
|
||||
DISTNAME= lftp-4.8.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://lftp.yar.ru/ftp/
|
||||
MASTER_SITES+= ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/
|
||||
|
@ -32,8 +32,6 @@ SHLIBTOOL_OVERRIDE= # empty
|
|||
|
||||
.include "options.mk"
|
||||
|
||||
LDFLAGS.Darwin+= -flat_namespace
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/lftp
|
||||
CONF_FILES= ${EGDIR}/lftp.conf.default ${PKG_SYSCONFDIR}/lftp.conf
|
||||
|
||||
|
@ -48,5 +46,6 @@ post-install: post-install-perl
|
|||
# uses _rl_mark_modified_lines and GNU history(3) functions
|
||||
.include "../../devel/readline/buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
||||
.include "../../textproc/expat/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.19 2015/07/25 03:29:57 ryoon Exp $
|
||||
@comment $NetBSD: PLIST,v 1.20 2017/07/12 08:58:18 adam Exp $
|
||||
bin/lftp
|
||||
bin/lftpget
|
||||
@comment belongs to libiconv: lib/charset.alias
|
||||
lib/lftp/${PKGVERSION}/cmd-mirror.la
|
||||
lib/lftp/${PKGVERSION}/cmd-sleep.la
|
||||
lib/lftp/${PKGVERSION}/cmd-torrent.la
|
||||
|
@ -17,7 +16,9 @@ lib/liblftp-tasks.la
|
|||
man/man1/lftp.1
|
||||
man/man1/lftpget.1
|
||||
man/man5/lftp.conf.5
|
||||
share/applications/lftp.desktop
|
||||
share/examples/lftp/lftp.conf.default
|
||||
share/icons/hicolor/48x48/apps/lftp-icon.png
|
||||
${PLIST.perl}share/lftp/convert-mozilla-cookies
|
||||
share/lftp/import-ncftp
|
||||
share/lftp/import-netscape
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.66 2017/07/08 21:45:42 adam Exp $
|
||||
$NetBSD: distinfo,v 1.67 2017/07/12 08:58:18 adam Exp $
|
||||
|
||||
SHA1 (lftp-4.7.7.tar.xz) = 69eaae4de9abd70dea5b5c9a48c4316d728d37bd
|
||||
RMD160 (lftp-4.7.7.tar.xz) = 8d5eca545ec7adcc75a2f99a403baa3986ac8da3
|
||||
SHA512 (lftp-4.7.7.tar.xz) = 25bcb5469a6202be500a350078f604a56e68958210fbed72c59b2c4847fb6b2680335bf668a512055d1e1db84069e13ba5c169a6ca2fefdf77ef6416df261ab7
|
||||
Size (lftp-4.7.7.tar.xz) = 1572604 bytes
|
||||
SHA1 (lftp-4.8.0.tar.xz) = 1e6598c655176f60cb6e35ecd3e2464bbbcfee74
|
||||
RMD160 (lftp-4.8.0.tar.xz) = 20f1b67a56f4d47074d201b013cd77f9ad683d0b
|
||||
SHA512 (lftp-4.8.0.tar.xz) = 60b437cadbf15479ca1858f2f49d4414e4eb2a2db7af1bb26d82d6ce97652664be8e7c9683c34fb1168ef23950867aea379c3d7705f638bdced392184d890fd4
|
||||
Size (lftp-4.8.0.tar.xz) = 1584196 bytes
|
||||
SHA1 (patch-aa) = 988f4f2f5b9469d3c645ffa984d5449a219229bb
|
||||
SHA1 (patch-ab) = cbf428fb51c64431eb32d25160303333ce695b5a
|
||||
SHA1 (patch-ac) = 8aa2ddc582bbc87cd0a5e8662f328dd2ac8dea90
|
||||
|
|
Loading…
Reference in a new issue