diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2018-01-11 20:29:52 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2018-01-11 20:29:52 +0000 |
commit | bd7f4e1d0f199bc375337d8549a9f830205826b8 (patch) | |
tree | 5f0959b0e16a2761f76071adfbf9c21d4576d6fb /UPDATING | |
parent | c37370b2fcee045d3c102ae64b23a0ddb5292f43 (diff) |
Rename editors/vim-lite to editors/vim-console. The vim-console port isn't
actually any lighter---it's built with exactly the same feature-set as
the main vim port. The only difference is lack of gtk20 GUI, and the
language bindings are off by default.
An UPDATING entry is included.
Notes
Notes:
svn path=/head/; revision=458784
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,6 +5,20 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180111 + AFFECTS: users of editors/vim-lite + AUTHOR: adamw@FreeBSD.org + + The vim-lite port has been renamed to vim-console, because it isn't + actually any lighter. All three vim packages are built with + --enable-features=huge. pkg should handle the change transparently, + but portmaster users might need to run this command: + + portmaster -o editors/vim-console editors/vim-lite + + If the switch doesn't happen automatically for you, just delete the + vim-lite package and install vim-console. + 20180109 AFFECTS: users of www/qt5-webengine AUTHOR: kde@FreeBSD.org |