diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-08-03 16:06:26 -0500 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-08-03 16:35:13 -0500 |
commit | 4476f89764d3ee73d216c2d56df149e8d4c62c24 (patch) | |
tree | ab13970f14b825c981def32647f222c39bfe2ee6 /textproc/textnote | |
parent | Mk/bsd.default-versions.mk: Update GO_DEFAULT to 1.19 (diff) |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
Diffstat (limited to 'textproc/textnote')
-rw-r--r-- | textproc/textnote/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/textnote/Makefile b/textproc/textnote/Makefile index fa0ebdcbee0d..241327bcfcc5 100644 --- a/textproc/textnote/Makefile +++ b/textproc/textnote/Makefile @@ -1,7 +1,7 @@ PORTNAME= textnote DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org |