Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2023 10:54:03 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: 6983bfc50534 - main - sysutils/restic: Update to 0.16.0
Message-ID:  <202308011054.371As3fR000315@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=6983bfc505340b4dc63a79134536fd1dcd4249bb

commit 6983bfc505340b4dc63a79134536fd1dcd4249bb
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-08-01 10:53:08 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-08-01 10:53:50 +0000

    sysutils/restic: Update to 0.16.0
    
    ChangeLog: https://github.com/restic/restic/releases/tag/v0.16.0
---
 sysutils/restic/Makefile  |  4 +---
 sysutils/restic/distinfo  | 10 +++++-----
 sysutils/restic/pkg-plist |  4 +++-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile
index 4236a5d2a8ef..939c8e286b53 100644
--- a/sysutils/restic/Makefile
+++ b/sysutils/restic/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	restic
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.15.2
+DISTVERSION=	0.16.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	eduardo@FreeBSD.org
@@ -11,9 +11,7 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		go:modules
-
 GO_MODULE=	github.com/restic/restic
-
 GO_TARGET=	./cmd/${PORTNAME}
 
 PLIST_SUB=	PORTNAME=${PORTNAME}
diff --git a/sysutils/restic/distinfo b/sysutils/restic/distinfo
index 32372f3d3156..2caeb46f44d0 100644
--- a/sysutils/restic/distinfo
+++ b/sysutils/restic/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1682405687
-SHA256 (go/sysutils_restic/restic-v0.15.2/v0.15.2.mod) = 496a5a725b8bab76fb233f132adcb413e9c62ac3365ca7c60e84b19df57a4015
-SIZE (go/sysutils_restic/restic-v0.15.2/v0.15.2.mod) = 2904
-SHA256 (go/sysutils_restic/restic-v0.15.2/v0.15.2.zip) = 2f90197abcf4dd5f33d10690e734d7bb1adc06b4364a3a23cf4a5e0cb87ce8ea
-SIZE (go/sysutils_restic/restic-v0.15.2/v0.15.2.zip) = 24337621
+TIMESTAMP = 1690872926
+SHA256 (go/sysutils_restic/restic-v0.16.0/v0.16.0.mod) = 7968bdfc78a0b5d98641015eae33662b4997d64c4da1b1aeed69113208aa04bc
+SIZE (go/sysutils_restic/restic-v0.16.0/v0.16.0.mod) = 3396
+SHA256 (go/sysutils_restic/restic-v0.16.0/v0.16.0.zip) = 8e199e540f2e5d0c31e4330488b390395d92fe150e3fdd36daa12603034fb448
+SIZE (go/sysutils_restic/restic-v0.16.0/v0.16.0.zip) = 24421400
diff --git a/sysutils/restic/pkg-plist b/sysutils/restic/pkg-plist
index 17f32b138a29..b1456d3c0993 100644
--- a/sysutils/restic/pkg-plist
+++ b/sysutils/restic/pkg-plist
@@ -17,8 +17,10 @@ man/man1/%%PORTNAME%%-ls.1.gz
 man/man1/%%PORTNAME%%-migrate.1.gz
 man/man1/%%PORTNAME%%-mount.1.gz
 man/man1/%%PORTNAME%%-prune.1.gz
-man/man1/%%PORTNAME%%-rebuild-index.1.gz
 man/man1/%%PORTNAME%%-recover.1.gz
+man/man1/%%PORTNAME%%-repair-index.1.gz
+man/man1/%%PORTNAME%%-repair-snapshots.1.gz
+man/man1/%%PORTNAME%%-repair.1.gz
 man/man1/%%PORTNAME%%-restore.1.gz
 man/man1/%%PORTNAME%%-rewrite.1.gz
 man/man1/%%PORTNAME%%-self-update.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308011054.371As3fR000315>