summaryrefslogtreecommitdiff
path: root/sysutils/tarsnap/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-02-12 22:58:08 +0000
committerwiz <wiz@pkgsrc.org>2022-02-12 22:58:08 +0000
commita9b2c790e5a06d3485b1caf978f397e3faa82615 (patch)
treeadb19b7fddd27860e6f7f92e809f2d24dcccd5fa /sysutils/tarsnap/Makefile
parent82186fb30cf5b12160a05e9c621cf51c4f3dfcf8 (diff)
downloadpkgsrc-a9b2c790e5a06d3485b1caf978f397e3faa82615.tar.gz
tarsnap: update to 1.0.40.
Tarsnap 1.0.40 is now available. This version brings several improvements compared to tarsnap 1.0.39: * tarsnap now accepts a --resume-extract option to skip extracting files whose filesize and mtime match existing files on disk. * tarsnap now accepts --progress-bytes SIZE, which prints a progress message after each SIZE bytes are processed, up to once per file. This can be disabled with --no-progress-bytes. * tarsnap now accepts a --passphrase method:arg option which accepts: * --passphrase dev:tty-stdin * --passphrase dev:stdin-once * --passphrase dev:tty-once * --passphrase env:VARNAME * --passphrase file:FILENAME * tarsnap now accepts a --dump-config option to print the command-line and all non-blank lines read from config files. * tarsnap now exits with an error if there are unused command-line arguments. (i.e. "tarsnap -d -f a1 a2", where "a2" is unused.) * Improved performance on some x86, amd64, and arm64 systems by using cryptographic instruction set extensions. * When sent SIGINFO or SIGUSR1, tarsnap now prints the number of files and the number of uncompressed bytes processed, in addition to the previous output. * A zsh completion file can be installed with configure --with-zsh-completion=DIR. As usual, there are also lots of minor build fixes, harmless bug fixes, and code cleanups.
Diffstat (limited to 'sysutils/tarsnap/Makefile')
-rw-r--r--sysutils/tarsnap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile
index 4077f77f191..a887e77d336 100644
--- a/sysutils/tarsnap/Makefile
+++ b/sysutils/tarsnap/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2020/04/06 20:40:28 schmonz Exp $
+# $NetBSD: Makefile,v 1.18 2022/02/12 22:58:08 wiz Exp $
-DISTNAME= tarsnap-autoconf-1.0.39
+DISTNAME= tarsnap-autoconf-1.0.40
PKGNAME= ${DISTNAME:S/-autoconf//}
-PKGREVISION= 2
CATEGORIES= sysutils archivers security
MASTER_SITES= https://www.tarsnap.com/download/
EXTRACT_SUFX= .tgz
@@ -15,6 +14,7 @@ LICENSE= tarsnap-license
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
INSTALL_MAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/tarsnap
+TEST_TARGET= test
CONF_FILES= ${PREFIX}/share/examples/tarsnap/tarsnap.conf.sample ${PKG_SYSCONFDIR}/tarsnap.conf