diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2021-03-22 06:49:16 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2021-03-22 06:49:16 +0000 |
commit | 57353b0d985340f1a75cd0b452fc7ab53d0e8f31 (patch) | |
tree | 143fe013312f789d3c436f0c54abd6d313876a77 /security/gopass/Makefile | |
parent | net/xrdp: Switch to GH_TUPLE (diff) |
security/gopass: Update to 1.12.4
Manpage is now installed by the `make install` command, there is no need to
install it in the `post-build` target anymore.
Changelog: https://github.com/gopasspw/gopass/blob/v1.12.4/CHANGELOG.md
Approved by: dbaio (mentor)
Differential Revision: https://reviews.freebsd.org/D29358
Notes
Notes:
svn path=/head/; revision=568940
Diffstat (limited to 'security/gopass/Makefile')
-rw-r--r-- | security/gopass/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/security/gopass/Makefile b/security/gopass/Makefile index 1ed6ddbd5b44..7332a4500e82 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -3,7 +3,7 @@ PORTNAME= gopass DISTVERSIONPREFIX= v -DISTVERSION= 1.12.2 +DISTVERSION= 1.12.4 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org @@ -34,12 +34,16 @@ GH_TUPLE= \ go-yaml:yaml:496545a6307b:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ godbus:dbus:8a1682060722:godbus_dbus/vendor/github.com/godbus/dbus \ gokyle:twofactor:v1.0.1:gokyle_twofactor/vendor/github.com/gokyle/twofactor \ + golang:appengine:v1.6.6:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:eec23a3978ad:golang_crypto/vendor/golang.org/x/crypto \ golang:net:5f4716e94777:golang_net/vendor/golang.org/x/net \ + golang:oauth2:cd4f82c27b84:golang_oauth2/vendor/golang.org/x/oauth2 \ + golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:9a76102bfb43:golang_sys/vendor/golang.org/x/sys \ golang:term:2321bbc49cbf:golang_term/vendor/golang.org/x/term \ google:go-cmp:v0.5.5:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-github:v17.0.0:google_go_github/vendor/github.com/google/go-github \ + google:go-github:v33.0.0:google_go_github_v33/vendor/github.com/google/go-github/v33 \ google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ gotestyourself:gotest.tools:v2.2.0:gotestyourself_gotest_tools/vendor/gotest.tools \ hashicorp:errwrap:v1.1.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ @@ -56,6 +60,7 @@ GH_TUPLE= \ nbutton23:zxcvbn-go:fa2cb2858354:nbutton23_zxcvbn_go/vendor/github.com/nbutton23/zxcvbn-go \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ + protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rsc:qr:v0.2.0:rsc_qr/vendor/rsc.io/qr \ russross:blackfriday:v2.1.0:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ schollz:closestmatch:1fbe626be92e:schollz_closestmatch/vendor/github.com/schollz/closestmatch \ @@ -75,8 +80,6 @@ post-build: .for SHELL in bash fish zsh ${GO_WRKDIR_BIN}/${PORTNAME} completion ${SHELL} > ${WRKSRC}/${SHELL} .endfor - cd ${GO_WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} run ${GO_BUILDFLAGS} ./helpers/man/main.go > ${PORTNAME}.1 post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d |