diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-08-03 21:06:26 +0000 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-08-03 21:35:13 +0000 |
commit | 4476f89764d3ee73d216c2d56df149e8d4c62c24 (patch) | |
tree | ab13970f14b825c981def32647f222c39bfe2ee6 /security/aws-iam-authenticator | |
parent | a79e7b164092f7c788952afbef09fc850d3604f3 (diff) |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
Diffstat (limited to 'security/aws-iam-authenticator')
-rw-r--r-- | security/aws-iam-authenticator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/aws-iam-authenticator/Makefile b/security/aws-iam-authenticator/Makefile index 37f89e80843c..24fc1b4f8096 100644 --- a/security/aws-iam-authenticator/Makefile +++ b/security/aws-iam-authenticator/Makefile @@ -1,7 +1,7 @@ PORTNAME= aws-iam-authenticator PORTVERSION= 0.5.2 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= danilo@FreeBSD.org |