Skip to content

Commit

Permalink
editors/vim: Update to 9.1.0158
Browse files Browse the repository at this point in the history
While here:
- Add explicit --disable-libsodium [1]
- Clear PORTREVISION on xxd as it gets a bump from this update

PR:		277545
Reported by:	dewayne heuristicsystems com au [1]
  • Loading branch information
assistcontrol committed Mar 8, 2024
1 parent 9b1521f commit e7350d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions editors/vim/Makefile
@@ -1,7 +1,6 @@
PORTNAME= vim
PORTVERSION= 9.1.0015
PORTVERSION= 9.1.0158
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= editors

MAINTAINER= adamw@FreeBSD.org
Expand All @@ -19,6 +18,7 @@ USE_GITHUB= yes

# Vim will try to link against libcanberra if it's installed
CONFIGURE_ARGS= --disable-canberra \
--disable-libsodium \
--enable-cscope \
--enable-gui=${GUI} \
--enable-multibyte \
Expand Down
6 changes: 3 additions & 3 deletions editors/vim/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1704507248
SHA256 (vim-vim-v9.1.0015_GH0.tar.gz) = 650cc777d03e6c89cec63256978249de05c66801d42f1b59881aaaf4d5b545df
SIZE (vim-vim-v9.1.0015_GH0.tar.gz) = 17620714
TIMESTAMP = 1709939861
SHA256 (vim-vim-v9.1.0158_GH0.tar.gz) = b8bea8580910ce9a71b61cc7a2d55f586bdac10433ad0f151f8446eeaae5e6bd
SIZE (vim-vim-v9.1.0158_GH0.tar.gz) = 17731123
1 change: 0 additions & 1 deletion sysutils/xxd/Makefile
@@ -1,7 +1,6 @@
PORTNAME= xxd
DISTVERSIONPREFIX= v
DISTVERSION= ${VIM_DISTVERSION}
PORTREVISION= 1
CATEGORIES= sysutils

MAINTAINER= gmarco@giovannelli.it
Expand Down

0 comments on commit e7350d8

Please sign in to comment.