diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-11-22 13:56:58 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-11-22 13:59:17 +0000 |
commit | aa64f966def246264659e2d36507ab8e6f9f1813 (patch) | |
tree | 9b8ecd14813955d1d0ab7107a91089aef7c6ebc5 /security/gopass/Makefile | |
parent | mail/snappymail: Update to 2.21.4 (diff) |
security/gopass: Fix handle vi variants
https://github.com/gopasspw/gopass/issues/2412
PR: 267689
Diffstat (limited to 'security/gopass/Makefile')
-rw-r--r-- | security/gopass/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/gopass/Makefile b/security/gopass/Makefile index e41c4d76dc36..a3649adbcf55 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -1,13 +1,19 @@ PORTNAME= gopass DISTVERSIONPREFIX= v DISTVERSION= 1.14.10 +PORTREVISION= 1 CATEGORIES= security +PATCH_SITES= https://github.com/gopasspw/gopass/commit/ +PATCHFILES= ce3c52182a198e35cb504835e8e7800a04a95a96.patch:-p1 \ + 7d58b78e9bfc1dff600e777eb9c0b37b2169482f.patch:-p1 # Handle vi variants, https://github.com/gopasspw/gopass/issues/2412 + MAINTAINER= eduardo@FreeBSD.org COMMENT= Rewrite of the pass password manager in Go WWW= https://www.gopass.pw/ LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= upstream only supports amd64 |