git: f87d559e09c8 - main - sysutils/tarsnap: Update to 1.0.40
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Feb 2022 20:30:58 UTC
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/ports/commit/?id=f87d559e09c87712f0f7542695e3bbf1c79664f6 commit f87d559e09c87712f0f7542695e3bbf1c79664f6 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2022-02-12 20:28:43 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2022-02-12 20:30:52 +0000 sysutils/tarsnap: Update to 1.0.40 While I'm here, enable bash completion scripts. Tarsnap also ships with zsh completion scripts, but they're turned off in order to avoid conflicting with shells/zsh-completion, which also has a tarsnap zsh completion script. --- sysutils/tarsnap/Makefile | 3 ++- sysutils/tarsnap/distinfo | 6 +++--- sysutils/tarsnap/pkg-plist | 5 +++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile index 044b08948e7e..6ba27e64bd32 100644 --- a/sysutils/tarsnap/Makefile +++ b/sysutils/tarsnap/Makefile @@ -1,7 +1,7 @@ # Created by: Colin Percival PORTNAME= tarsnap -PORTVERSION= 1.0.39 +PORTVERSION= 1.0.40 CATEGORIES= sysutils MASTER_SITES= http://www.tarsnap.com/download-http/ DISTNAME= ${PORTNAME}-autoconf-${PORTVERSION} @@ -15,6 +15,7 @@ LICENSE_NAME= tarsnap GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-I${OPENSSLINC} ${CFLAGS}" \ LDFLAGS="-L${OPENSSLLIB} ${LDFLAGS}" +CONFIGURE_ARGS= --with-bash-completion-dir=${PREFIX}/etc/bash_completion.d/ USES= gmake tar:tgz ssl diff --git a/sysutils/tarsnap/distinfo b/sysutils/tarsnap/distinfo index a9583db1303d..dd8800ce62b0 100644 --- a/sysutils/tarsnap/distinfo +++ b/sysutils/tarsnap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501300591 -SHA256 (tarsnap-autoconf-1.0.39.tgz) = 5613218b2a1060c730b6c4a14c2b34ce33898dd19b38fb9ea0858c5517e42082 -SIZE (tarsnap-autoconf-1.0.39.tgz) = 641089 +TIMESTAMP = 1644690645 +SHA256 (tarsnap-autoconf-1.0.40.tgz) = bccae5380c1c1d6be25dccfb7c2eaa8364ba3401aafaee61e3c5574203c27fd5 +SIZE (tarsnap-autoconf-1.0.40.tgz) = 723380 diff --git a/sysutils/tarsnap/pkg-plist b/sysutils/tarsnap/pkg-plist index 7904fa31669e..4b045f11a23c 100644 --- a/sysutils/tarsnap/pkg-plist +++ b/sysutils/tarsnap/pkg-plist @@ -3,6 +3,11 @@ bin/tarsnap-keygen bin/tarsnap-keymgmt bin/tarsnap-keyregen bin/tarsnap-recrypt +etc/bash_completion.d/tarsnap +etc/bash_completion.d/tarsnap-keygen +etc/bash_completion.d/tarsnap-keymgmt +etc/bash_completion.d/tarsnap-keyregen +etc/bash_completion.d/tarsnap-recrypt man/man1/tarsnap-keygen.1.gz man/man1/tarsnap-keymgmt.1.gz man/man1/tarsnap-keyregen.1.gz