diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2025-07-28 22:51:28 -0400 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2025-07-28 22:51:28 -0400 |
commit | f120a943d61f224c245cba661af216aa89a7142a (patch) | |
tree | 00d069eeeb18b63285a4c5cb81760cb4043d145a | |
parent | editors/vim: Pull in gnome.mk's gdkpixhufextra to fix runtime warnings (diff) |
editors/vim: Bump PORTREVISION for previous commit
PR: 288515
-rw-r--r-- | editors/vim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index c7f1f5995719..907d64d5eab3 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,5 +1,6 @@ PORTNAME= vim PORTVERSION= 9.1.1563 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= editors |