Bug 256890 - x11/kitty: Update to 0.21.2
Summary: x11/kitty: Update to 0.21.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://sw.kovidgoyal.net/kitty/chang...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-29 16:52 UTC by Alexis Praga
Modified: 2021-06-30 16:01 UTC (History)
2 users (show)

See Also:


Attachments
Update to v0.21.2 (1.48 KB, patch)
2021-06-29 16:52 UTC, Alexis Praga
no flags Details | Diff
Removed PORTREVISION (1.48 KB, patch)
2021-06-30 11:21 UTC, Alexis Praga
alexis.praga: maintainer-approval+
Details | Diff
Update to v0.21.2, no portversion (1.51 KB, patch)
2021-06-30 11:24 UTC, Alexis Praga
alexis.praga: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexis Praga 2021-06-29 16:52:30 UTC
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)
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2021-06-30 09:45:41 UTC
^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!
Comment 2 Alexis Praga 2021-06-30 11:21:27 UTC
Created attachment 226128 [details]
Removed PORTREVISION

Thanks for correcting my mistakes !
Comment 3 Alexis Praga 2021-06-30 11:24:32 UTC
Created attachment 226129 [details]
Update to v0.21.2, no portversion

The previous patch was not updated
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-06-30 16:01:06 UTC
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(-)
Comment 5 Fernando Apesteguía freebsd_committer freebsd_triage 2021-06-30 16:01:58 UTC
Committed,

Thanks!