diff options
author | Dmitri Goutnik <dmgk@freebsd.org> | 2022-05-10 10:30:08 +0100 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-05-10 10:33:28 +0100 |
commit | aedd69e790a85d6d3ec234ed4939bd5c375a1d4c (patch) | |
tree | b0641674a8a25e8548362efaffd2cf35f2f76ba2 /security/gopass/Makefile | |
parent | net/haproxy-devel: update to version 2.6-dev9 (diff) |
security/gopass: Update to 1.14.1
- Switch to GO_MODULE method
ChangeLog: https://github.com/gopasspw/gopass/blob/master/CHANGELOG.md
PR: 263876
Diffstat (limited to 'security/gopass/Makefile')
-rw-r--r-- | security/gopass/Makefile | 62 |
1 files changed, 5 insertions, 57 deletions
diff --git a/security/gopass/Makefile b/security/gopass/Makefile index fce0254c3e26..bce7e587143a 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -2,8 +2,7 @@ PORTNAME= gopass DISTVERSIONPREFIX= v -DISTVERSION= 1.13.1 -PORTREVISION= 1 +DISTVERSION= 1.14.1 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org @@ -19,63 +18,12 @@ RUN_DEPENDS= git:devel/git \ gpg2:security/gnupg USES= go:modules -USE_GITHUB= yes -GH_ACCOUNT= gopasspw -GH_TUPLE= FiloSottile:age:v1.0.0:filosottile_age/vendor/filippo.io/age \ - FiloSottile:edwards25519:v1.0.0-rc.1:filosottile_edwards25519/vendor/filippo.io/edwards25519 \ - atotto:clipboard:v0.1.4:atotto_clipboard/vendor/github.com/atotto/clipboard \ - blang:semver:v4.0.0:blang_semver_v4/vendor/github.com/blang/semver \ - caspr-io:yamlpath:502e8d113a9b:caspr_io_yamlpath/vendor/github.com/caspr-io/yamlpath \ - cenkalti:backoff:v2.2.1:cenkalti_backoff/vendor/github.com/cenkalti/backoff \ - chzyer:readline:2972be24d48e:chzyer_readline/vendor/github.com/chzyer/readline \ - cpuguy83:go-md2man:v2.0.1:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ - davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ - dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ - fatih:color:v1.13.0:fatih_color/vendor/github.com/fatih/color \ - go-check:check:10cb98267c6c:go_check_check/vendor/gopkg.in/check.v1 \ - 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.7:golang_appengine/vendor/google.golang.org/appengine \ - golang:crypto:ceb1ce70b4fa:golang_crypto/vendor/golang.org/x/crypto \ - golang:net:69e39bad7dc2:golang_net/vendor/golang.org/x/net \ - golang:oauth2:d3ed0bb246c8:golang_oauth2/vendor/golang.org/x/oauth2 \ - golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:sys:0c823b97ae02:golang_sys/vendor/golang.org/x/sys \ - golang:term:03fcf44c2211:golang_term/vendor/golang.org/x/term \ - google:go-cmp:v0.5.6: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.1.0:google_go_querystring/vendor/github.com/google/go-querystring \ - gopasspw:pinentry:v0.0.2:gopasspw_pinentry/vendor/github.com/gopasspw/pinentry \ - gotestyourself:gotest.tools:v2.2.0:gotestyourself_gotest_tools/vendor/gotest.tools \ - hashicorp:errwrap:v1.1.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ - hashicorp:go-multierror:v1.1.1:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ - hashicorp:golang-lru:v0.5.4:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ - jsimonetti:pwscheme:76804708ecad:jsimonetti_pwscheme/vendor/github.com/jsimonetti/pwscheme \ - kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ - kr:pretty:v0.3.0:kr_pretty/vendor/github.com/kr/pretty \ - martinhoefling:goxkcdpwgen:7dc3d102eca3:martinhoefling_goxkcdpwgen/vendor/github.com/martinhoefling/goxkcdpwgen \ - mattn:go-colorable:v0.1.11:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ - mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ - mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ - mitchellh:go-ps:v1.0.0:mitchellh_go_ps/vendor/github.com/mitchellh/go-ps \ - muesli:crunchy:v0.4.0:muesli_crunchy/vendor/github.com/muesli/crunchy \ - 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.27.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ - rogpeppe:go-internal:v1.8.0:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ - 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 \ - skip2:go-qrcode:da1b6568686e:skip2_go_qrcode/vendor/github.com/skip2/go-qrcode \ - stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ - urfave:cli:v2.3.0:urfave_cli_v2/vendor/github.com/urfave/cli/v2 \ - xrash:smetrics:039620a65673:xrash_smetrics/vendor/github.com/xrash/smetrics # Usage examples are in a separate repo -GH_TUPLE+= gopasspw:password-store-example:8db75ba3b69c:password_store_example +USE_GITHUB= nodefault +GH_TUPLE= gopasspw:password-store-example:8db75ba3b69c:password_store_example + +GO_MODULE= github.com/gopasspw/gopass PORTDOCS= README.md docs/* PORTEXAMPLES= * |