diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2024-03-08 23:50:16 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2024-03-08 23:50:31 +0000 |
| commit | e7350d88cce440077dce06f6caf269f071f6749d (patch) | |
| tree | 0d787dbd99a02241a8a33b51032b2c145c3cd24f | |
| parent | 9b1521f73360a038e32fe7c5951079b019751f7f (diff) | |
| download | ports-e7350d88cce440077dce06f6caf269f071f6749d.tar.gz ports-e7350d88cce440077dce06f6caf269f071f6749d.zip | |
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]
| -rw-r--r-- | editors/vim/Makefile | 4 | ||||
| -rw-r--r-- | editors/vim/distinfo | 6 | ||||
| -rw-r--r-- | sysutils/xxd/Makefile | 1 |
3 files changed, 5 insertions, 6 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 14dcd8a40d25..8ddc804fc736 100644 --- a/editors/vim/Makefile +++ b/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 @@ -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 \ diff --git a/editors/vim/distinfo b/editors/vim/distinfo index aec19dad0146..e4a21f5ccc09 100644 --- a/editors/vim/distinfo +++ b/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 diff --git a/sysutils/xxd/Makefile b/sysutils/xxd/Makefile index be2f10bac197..891e15ad919a 100644 --- a/sysutils/xxd/Makefile +++ b/sysutils/xxd/Makefile @@ -1,7 +1,6 @@ PORTNAME= xxd DISTVERSIONPREFIX= v DISTVERSION= ${VIM_DISTVERSION} -PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= gmarco@giovannelli.it |
