diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2023-03-08 09:56:54 -0500 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2023-03-09 14:18:07 -0500 |
commit | 09079730e9ca1d59129935a6046cbb7ee5e4a93d (patch) | |
tree | dc2a7a8e09b571d05c24b4a1cda39269348b3b1f /security/gopass/Makefile | |
parent | lang/go120: Update to 1.20.2 (diff) |
all: Bump PORTREVISION after Go ports update
Diffstat (limited to 'security/gopass/Makefile')
-rw-r--r-- | security/gopass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gopass/Makefile b/security/gopass/Makefile index 9b8ed1943885..cd144369cf13 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -1,7 +1,7 @@ PORTNAME= gopass DISTVERSIONPREFIX= v DISTVERSION= 1.15.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org |