Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Apr 2026 20:20:05 +0000
Message-ID:  <69d41575.3a595.ff4944b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nxjoseph:

URL: https://cgit.FreeBSD.org/ports/commit/?id=af51c26957016a052b06ce4d24ae53907abac5db

commit af51c26957016a052b06ce4d24ae53907abac5db
Author:     Al Hoang <hoanga@gmail.com>
AuthorDate: 2026-04-06 03:32:10 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-04-06 20:19:36 +0000

    devel/jjui: Update 0.9.10 => 0.10.2
    
    Changelogs:
    * https://github.com/idursun/jjui/releases/tag/v0.9.11
    * https://github.com/idursun/jjui/releases/tag/v0.9.12
    * https://github.com/idursun/jjui/releases/tag/v0.10.0
    * https://github.com/idursun/jjui/releases/tag/v0.10.1
    * https://github.com/idursun/jjui/releases/tag/v0.10.2
    
    Port changes:
    * Add note about breaking change from v0.10 to pkg-message.
    
    PR:             294275
    Reported by:    Al Hoang <hoanga@gmail.com> (maintainer)
    Approved by:    maintainer, vvd (co-mentor)
    MFH:            2026Q2
---
 devel/jjui/Makefile    |  3 +--
 devel/jjui/distinfo    | 10 +++++-----
 devel/jjui/pkg-message | 23 +++++++++++++++++++++++
 3 files changed, 29 insertions(+), 7 deletions(-)

diff --git a/devel/jjui/Makefile b/devel/jjui/Makefile
index 5fe64fd1cad1..3147eb9d6482 100644
--- a/devel/jjui/Makefile
+++ b/devel/jjui/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	jjui
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9.10
-PORTREVISION=	2
+DISTVERSION=	0.10.2
 CATEGORIES=	devel
 
 MAINTAINER=	hoanga@gmail.com
diff --git a/devel/jjui/distinfo b/devel/jjui/distinfo
index 803632c41963..7ad9926c7e63 100644
--- a/devel/jjui/distinfo
+++ b/devel/jjui/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1770488689
-SHA256 (go/devel_jjui/jjui-v0.9.10/v0.9.10.mod) = 176b0586c63ab3acbde30cb16d2f92d07102422f23cf7e5c66fde8a3c56d909b
-SIZE (go/devel_jjui/jjui-v0.9.10/v0.9.10.mod) = 1650
-SHA256 (go/devel_jjui/jjui-v0.9.10/v0.9.10.zip) = 3b66f056addbdeb57966aae6357cb4bcf5e089e2114167073045be50a39c5639
-SIZE (go/devel_jjui/jjui-v0.9.10/v0.9.10.zip) = 234336
+TIMESTAMP = 1775348538
+SHA256 (go/devel_jjui/jjui-v0.10.2/v0.10.2.mod) = 9198a677f0ee1a8dd404a432c25562e7bae20a0197e3c5295bc04f37fc9f3d5f
+SIZE (go/devel_jjui/jjui-v0.10.2/v0.10.2.mod) = 1335
+SHA256 (go/devel_jjui/jjui-v0.10.2/v0.10.2.zip) = ab00b0ff97af2e4801563de485da6bc3b70eefce900ef4b0bea560099806ea21
+SIZE (go/devel_jjui/jjui-v0.10.2/v0.10.2.zip) = 329322
diff --git a/devel/jjui/pkg-message b/devel/jjui/pkg-message
new file mode 100644
index 000000000000..32f99f43fb9a
--- /dev/null
+++ b/devel/jjui/pkg-message
@@ -0,0 +1,23 @@
+[
+{
+  type: upgrade
+  maximum_version: "0.10.0"
+  message: <<EOM
+
+Version 0.10 introduces breaking changes by replacing the legacy keybinding
+and customisation model with the new actions + bindings system.
+
+* [keys] configuration is no longer used.
+* [custom_commands] is replaced by [[actions]] and [[bindings]].
+* [leader] sequences are replaced by sequence bindings via seq.
+
+If you have an existing configuration, plan to migrate it
+rather than expecting a drop-in upgrade from v0.9.x.
+
+Check the URL below for more about migrating process.
+
+---> https://idursun.github.io/jjui/migrating/v0_10/
+
+EOM
+}
+]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d41575.3a595.ff4944b>