diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2021-01-10 17:53:11 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2021-01-10 17:53:11 +0000 |
commit | 94e1338d7ebeb279bae00729778dbfbebda92fb2 (patch) | |
tree | 6e04da618b2bb2620b2ad6be60098dbd91e57fde | |
parent | x11-toolkits/vdk: fix build on -CURRENT (diff) |
editors/zile: pick up missing PORTREVISION bump
r561090 intended to bump the PORTREVISION so that builders on earlier
FreeBSD versions pick up the more stable libgnuregex. Do so now.
MFH: 2021Q1
Notes
Notes:
svn path=/head/; revision=561095
-rw-r--r-- | editors/zile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index ecd552236676..1bc5770db4a9 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -3,7 +3,7 @@ PORTNAME= zile PORTVERSION= 2.4.14 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors MASTER_SITES= GNU |