diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-10-06 06:24:35 -0500 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-10-06 14:24:26 -0500 |
commit | bde51869ee0206eeaa2849d8ef28b14da59727a3 (patch) | |
tree | 09ec2f06646962d7f4f373d8080f84fd24852174 /sysutils/container-diff/Makefile | |
parent | lang/go119: Update to 1.19.2 (diff) |
all: Bump PORTREVISION after lang/go{118,119} update
Diffstat (limited to 'sysutils/container-diff/Makefile')
-rw-r--r-- | sysutils/container-diff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/container-diff/Makefile b/sysutils/container-diff/Makefile index 9acf8ba6595a..ab69dc9a47b2 100644 --- a/sysutils/container-diff/Makefile +++ b/sysutils/container-diff/Makefile @@ -1,7 +1,7 @@ PORTNAME= container-diff PORTVERSION= 0.17.0 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org |