Date: Fri, 26 Jul 2024 16:38:28 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 258482679d99 - main - sysutils/restic: Update to 0.17.0 Message-ID: <202407261638.46QGcSqB077480@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=258482679d99cad13375ef77e45dcae0b382d450 commit 258482679d99cad13375ef77e45dcae0b382d450 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-07-26 13:45:45 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-07-26 16:38:12 +0000 sysutils/restic: Update to 0.17.0 ChangeLog: https://github.com/restic/restic/releases/tag/v0.17.0 MFH: 2024Q3 --- sysutils/restic/Makefile | 3 +-- sysutils/restic/distinfo | 10 +++++----- sysutils/restic/pkg-plist | 4 ++++ 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile index 5ba7d9ba2fa7..f88707c0d946 100644 --- a/sysutils/restic/Makefile +++ b/sysutils/restic/Makefile @@ -1,7 +1,6 @@ PORTNAME= restic DISTVERSIONPREFIX= v -DISTVERSION= 0.16.5 -PORTREVISION= 1 +DISTVERSION= 0.17.0 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/restic/distinfo b/sysutils/restic/distinfo index 5a3e9c34296d..9a93a0d29ec2 100644 --- a/sysutils/restic/distinfo +++ b/sysutils/restic/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1719898526 -SHA256 (go/sysutils_restic/restic-v0.16.5/v0.16.5.mod) = 13e3085d886afe56076416f2c9803338176a6958501b6b4b68e2f2614823a2f8 -SIZE (go/sysutils_restic/restic-v0.16.5/v0.16.5.mod) = 3880 -SHA256 (go/sysutils_restic/restic-v0.16.5/v0.16.5.zip) = aa87e4419bb1f49e910b273f91ee3ecaa18f3f1ed791b56b7ced0818588e4ede -SIZE (go/sysutils_restic/restic-v0.16.5/v0.16.5.zip) = 24450406 +TIMESTAMP = 1721996835 +SHA256 (go/sysutils_restic/restic-v0.17.0/v0.17.0.mod) = 4fdd0679388b84e73bf80e6771ef0a4781e2fb2816c6e70da111b9db735a5453 +SIZE (go/sysutils_restic/restic-v0.17.0/v0.17.0.mod) = 3816 +SHA256 (go/sysutils_restic/restic-v0.17.0/v0.17.0.zip) = 8bc4ac8a620056f4c8a473ea129b63efc15787605f04292372099d50c798d677 +SIZE (go/sysutils_restic/restic-v0.17.0/v0.17.0.zip) = 24605477 diff --git a/sysutils/restic/pkg-plist b/sysutils/restic/pkg-plist index 3d6622781694..093c8ad8a5c9 100644 --- a/sysutils/restic/pkg-plist +++ b/sysutils/restic/pkg-plist @@ -11,6 +11,10 @@ share/man/man1/%%PORTNAME%%-find.1.gz share/man/man1/%%PORTNAME%%-forget.1.gz share/man/man1/%%PORTNAME%%-generate.1.gz share/man/man1/%%PORTNAME%%-init.1.gz +share/man/man1/%%PORTNAME%%-key-add.1.gz +share/man/man1/%%PORTNAME%%-key-list.1.gz +share/man/man1/%%PORTNAME%%-key-passwd.1.gz +share/man/man1/%%PORTNAME%%-key-remove.1.gz share/man/man1/%%PORTNAME%%-key.1.gz share/man/man1/%%PORTNAME%%-list.1.gz share/man/man1/%%PORTNAME%%-ls.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407261638.46QGcSqB077480>