git: 97453cd6dbb9 - main - editors/vim: Include GitHub URL in WWW, not pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Nov 2023 20:58:15 UTC
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