Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Nov 2023 20:58:15 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: 97453cd6dbb9 - main - editors/vim: Include GitHub URL in WWW, not pkg-descr
Message-ID:  <202311252058.3APKwFs5007221@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=97453cd6dbb9b809baf3d4ec67a725f96c55ed57

commit 97453cd6dbb9b809baf3d4ec67a725f96c55ed57
Author:     Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2023-11-25 20:58:04 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2023-11-25 20:58:04 +0000

    editors/vim: Include GitHub URL in WWW, not pkg-descr
---
 editors/vim/Makefile  | 3 ++-
 editors/vim/pkg-descr | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 7d74122114ef..f68f6b5ffa2d 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -5,7 +5,8 @@ CATEGORIES=	editors
 
 MAINTAINER=	adamw@FreeBSD.org
 COMMENT=	Improved version of the vi editor (${FLAVOR:U} flavor)
-WWW=		https://www.vim.org/
+WWW=		https://www.vim.org/ \
+		https://github.com/vim/vim
 
 LICENSE=	VIM
 LICENSE_NAME=	VIM License
diff --git a/editors/vim/pkg-descr b/editors/vim/pkg-descr
index 80455248c5de..dfd3de3b8f4f 100644
--- a/editors/vim/pkg-descr
+++ b/editors/vim/pkg-descr
@@ -12,5 +12,3 @@ FreeBSD has the following Vim packages:
 * vim-x11:  Console Vim only, with xclipboard support
 * vim-tiny: Vim binary only, with no runtime files. Not useful for most people;
   intended for minimal (ex. jail) installations
-
-See also: https://github.com/vim/vim



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