Created attachment 226116 [details] Update to v0.21.2 Tested on poudriere for amd64 (13, 12.2 and 11.4) and aarch64 (13.0). Changelog ( https://sw.kovidgoyal.net/kitty/changelog.html#id1 ) - A new adjust_baseline option to adjust the vertical alignment of text inside a line (#3734) - A new url_excluded_characters option to exclude additional characters when detecting URLs under the mouse (#3738) - Fix a regression in 0.21.0 that broke rendering of private use Unicode symbols followed by spaces, when they also exist not followed by spaces (#3729) - ssh kitten: Support systems where the login shell is a non-POSIX shell (#3405) - ssh kitten: Add completion (#3760) - ssh kitten: Fix "Connection closed" message being printed by ssh when running remote commands - Add support for the XTVERSION escape code - When displaying scrollback ensure that the window does not quit if the amount of scrollback is less than a screen and the user has the --quit-if-one-screen option enabled for less (#3740) - Linux: Fix Emoji/bitmapped fonts not use able in symbol_map - query terminal kitten: Allow querying font face and size information (#3756) - hyperlinked grep kitten: Fix context options not generating contextual output (#3759) - Allow using superscripts in tab titles (#3763) - Unicode input kitten: Fix searching when a word has more than 1024 matches (#3773)
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. ^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval. -- Attachment -> Details -> maintainer-approval [+] Q/A: PORTREVISION should be removed if DISTVERSION is bumped. Thanks!
Created attachment 226128 [details] Removed PORTREVISION Thanks for correcting my mistakes !
Created attachment 226129 [details] Update to v0.21.2, no portversion The previous patch was not updated
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a804a756717ce45870aede07ad196be5e3a5e03 commit 0a804a756717ce45870aede07ad196be5e3a5e03 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2021-06-30 09:54:47 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2021-06-30 15:56:21 +0000 x11/kitty: Update to 0.21.2 ChangeLog: https://sw.kovidgoyal.net/kitty/changelog.html#id1 PR: 256890 Reported by: alexis.praga@free.fr (maintainer) x11/kitty/Makefile | 3 +-- x11/kitty/distinfo | 6 +++--- x11/kitty/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 5 deletions(-)
Committed, Thanks!