View | Details | Raw Unified | Return to bug 236321
Collapse All | Expand All

(-)sysutils/restic/Makefile (-3 / +4 lines)
Lines 2-10 Link Here
2
2
3
PORTNAME=	restic
3
PORTNAME=	restic
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.9.3
5
DISTVERSION=	0.9.4
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
7
8
PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
9
PATCHFILES=	1d8b21cdad7e8d2c1c2aa99d10233563638594c5.patch:-p1 # https://github.com/restic/restic/pull/2197
10
8
MAINTAINER=	gregf@hugops.pw
11
MAINTAINER=	gregf@hugops.pw
9
COMMENT=	Fast, secure, efficient backup program
12
COMMENT=	Fast, secure, efficient backup program
10
13
Lines 11-18 Link Here
11
LICENSE=	BSD2CLAUSE
14
LICENSE=	BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
13
16
14
BROKEN=		fails to build
15
16
USES=		go
17
USES=		go
17
USE_GITHUB=	yes
18
USE_GITHUB=	yes
18
19
(-)sysutils/restic/distinfo (-3 / +5 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1539476642
1
TIMESTAMP = 1551883534
2
SHA256 (restic-restic-v0.9.3_GH0.tar.gz) = b95a258099aee9a56e620ccebcecabc246ee7f8390e3937ccedadd609c6d2dd0
2
SHA256 (restic-restic-v0.9.4_GH0.tar.gz) = c7dca90fb6fd83cee8b9f6a2776f5839794341af1953d251bf06a91870be7a8e
3
SIZE (restic-restic-v0.9.3_GH0.tar.gz) = 26183792
3
SIZE (restic-restic-v0.9.4_GH0.tar.gz) = 26211163
4
SHA256 (1d8b21cdad7e8d2c1c2aa99d10233563638594c5.patch) = 9ea3b17cd530e66ffd9899729a41337304cbfe30f7c5f104cd20ab131da9159b
5
SIZE (1d8b21cdad7e8d2c1c2aa99d10233563638594c5.patch) = 5086
(-)sysutils/restic/pkg-plist (+1 lines)
Lines 17-22 Link Here
17
man/man1/%%PORTNAME%%-mount.1.gz
17
man/man1/%%PORTNAME%%-mount.1.gz
18
man/man1/%%PORTNAME%%-prune.1.gz
18
man/man1/%%PORTNAME%%-prune.1.gz
19
man/man1/%%PORTNAME%%-rebuild-index.1.gz
19
man/man1/%%PORTNAME%%-rebuild-index.1.gz
20
man/man1/%%PORTNAME%%-recover.1.gz
20
man/man1/%%PORTNAME%%-restore.1.gz
21
man/man1/%%PORTNAME%%-restore.1.gz
21
man/man1/%%PORTNAME%%-self-update.1.gz
22
man/man1/%%PORTNAME%%-self-update.1.gz
22
man/man1/%%PORTNAME%%-snapshots.1.gz
23
man/man1/%%PORTNAME%%-snapshots.1.gz

Return to bug 236321