Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2024 23:52:25 GMT
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e7350d88cce4 - main - editors/vim: Update to 9.1.0158
Message-ID:  <202403082352.428NqPoK046636@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adamw:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e7350d88cce440077dce06f6caf269f071f6749d

commit e7350d88cce440077dce06f6caf269f071f6749d
Author:     Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2024-03-08 23:50:16 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2024-03-08 23:50:31 +0000

    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]
---
 editors/vim/Makefile  | 4 ++--
 editors/vim/distinfo  | 6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403082352.428NqPoK046636>