diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-12-08 08:22:22 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-12-08 08:24:59 +0000 |
commit | c8de01ffe80facefe938f773e8addcc9cb98e9c8 (patch) | |
tree | 9d265c7dc6cab6a2eec342f6168c5d15b4341cf0 /security/gopass/Makefile | |
parent | sysutils/py-salt: add Python 3.10 support (diff) |
security/gopass: Update to 1.15.0
Apply upstream patch to finally fix handle vi/nvi editors.
PR: 267689
Diffstat (limited to 'security/gopass/Makefile')
-rw-r--r-- | security/gopass/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/gopass/Makefile b/security/gopass/Makefile index a3649adbcf55..60dc73a37547 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -1,12 +1,10 @@ PORTNAME= gopass DISTVERSIONPREFIX= v -DISTVERSION= 1.14.10 -PORTREVISION= 1 +DISTVERSION= 1.15.0 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 +PATCH_SITES= https://github.com/gopasspw/gopass/pull/2456/commits/ +PATCHFILES= 3865a456ff5afcf1b065542d5df02390bc440142.patch:-p1 # Fix vi detection, https://github.com/gopasspw/gopass/issues/2424 MAINTAINER= eduardo@FreeBSD.org COMMENT= Rewrite of the pass password manager in Go |