editors/vim: Update to 9.1.0158

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]
This commit is contained in:
Adam Weinberger 2024-03-08 18:50:16 -05:00
parent 9b1521f733
commit e7350d88cc
3 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,6 @@
PORTNAME= vim
PORTVERSION= 9.1.0015
PORTVERSION= 9.1.0158
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= editors
MAINTAINER= adamw@FreeBSD.org
@ -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 \

View File

@ -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

View File

@ -1,7 +1,6 @@
PORTNAME= xxd
DISTVERSIONPREFIX= v
DISTVERSION= ${VIM_DISTVERSION}
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= gmarco@giovannelli.it