move to a gopass snapshot which unbreaks build following the go update.

runtime is flaky for me but ok robert@ who says it works for him
This commit is contained in:
sthen 2018-10-06 16:33:51 +00:00
parent e8b39de277
commit ba4275499f
2 changed files with 12 additions and 5 deletions

View File

@ -1,9 +1,12 @@
# $OpenBSD: Makefile,v 1.9 2018/07/09 23:16:56 gsoares Exp $
# $OpenBSD: Makefile,v 1.10 2018/10/06 16:33:51 sthen Exp $
COMMENT = pass compatible password manager written in go
GH_ACCOUNT = gopasspw
GH_PROJECT = gopass
GH_TAGNAME = f64cc6cb265f576b8937ed70a419ffdfb2c779da
V = 1.8.2
DISTNAME = gopass-${V}
DISTNAME = gopass-$Vpl1
CATEGORIES = security
@ -15,7 +18,7 @@ PERMIT_PACKAGE_CDROM = Yes
# uses pledge()
WANTLIB += c pthread
MASTER_SITES = https://github.com/gopasspw/gopass/releases/download/v${V}/
#MASTER_SITES = https://github.com/gopasspw/gopass/releases/download/v${V}/
MODULES = lang/go
MODGO_TYPE = bin
@ -29,4 +32,8 @@ ALL_TARGET = github.com/gopasspw/gopass
# Tests require MODGO_ENV, but break in weird ways when it is set.
NO_TEST = Yes
# XXX go SNAFU means we can't patch source files
post-configure:
sed -i 's,Atimespec,Atim,g' ${WRKSRC}/vendor/gopkg.in/src-d/go-git.v4/worktree_bsd.go
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (gopass-1.8.2.tar.gz) = ym0k2wFKdg9x+/DtqtDJfCg6ZwsmAnWnjto6dFb76pM=
SIZE (gopass-1.8.2.tar.gz) = 6143426
SHA256 (gopass-1.8.2pl1.tar.gz) = yGW6ovrABClwkWwgd+M0H3X+cpK5viRWpf4VrhjJuZ8=
SIZE (gopass-1.8.2pl1.tar.gz) = 6223603