Bug 294275 - devel/jjui: update 0.9.10 -> 0.10.2
Summary: devel/jjui: update 0.9.10 -> 0.10.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Yusuf Yaman
URL: https://github.com/idursun/jjui/relea...
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-06 03:40 UTC by Al Hoang
Modified: 2026-04-06 20:27 UTC (History)
4 users (show)

See Also:
vvd: maintainer-feedback+
nxjoseph: merge-quarterly+


Attachments
devel/jjui: update 0.9.10 -> 0.10.2 (1.46 KB, patch)
2026-04-06 03:40 UTC, Al Hoang
no flags Details | Diff
devel/jjui: update 0.9.10 -> 0.10.2 (1.49 KB, patch)
2026-04-06 15:24 UTC, Al Hoang
no flags Details | Diff
0001-devel-jjui-Update-0.9.10-0.10.2.patch (2.86 KB, patch)
2026-04-06 16:29 UTC, Yusuf Yaman
nxjoseph: maintainer-approval? (hoanga)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Al Hoang 2026-04-06 03:40:29 UTC
Created attachment 269398 [details]
devel/jjui: update 0.9.10 -> 0.10.2

Release Notes

https://github.com/idursun/jjui/releases/tag/v0.10.2


Tested in poudriere
Comment 1 Yusuf Yaman freebsd_committer freebsd_triage 2026-04-06 15:09:43 UTC
Hi,

I have tested the build of patch in Poudriere (14.3-RELEASE-p9, amd64, main(c927d063a7ee)) and it seems OK including `make test`.

However we should remove PORTREVISION line, it needs to reset in every update.

I need to ask for approval from my mentors first.

Thanks.
Comment 2 Al Hoang 2026-04-06 15:24:16 UTC
Created attachment 269415 [details]
devel/jjui: update 0.9.10 -> 0.10.2

removed PORTREVISION
Comment 3 Yusuf Yaman freebsd_committer freebsd_triage 2026-04-06 16:29:01 UTC
Created attachment 269418 [details]
0001-devel-jjui-Update-0.9.10-0.10.2.patch

v0.10 introduces breaking changes:

https://github.com/idursun/jjui/releases/tag/v0.10.0

I have added a note into new pkg-message and tested the message and it works.
Comment 4 Al Hoang 2026-04-06 19:23:34 UTC
(In reply to Yusuf Yaman from comment #3)

Thanks, appreciate the extra note regarding the app behavior change.
Comment 5 commit-hook freebsd_committer freebsd_triage 2026-04-06 20:21:02 UTC
A commit in branch main references this bug:

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 (new) | 23 +++++++++++++++++++++++
 3 files changed, 29 insertions(+), 7 deletions(-)
Comment 6 commit-hook freebsd_committer freebsd_triage 2026-04-06 20:21:03 UTC
A commit in branch 2026Q2 references this bug:

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

commit b4a956beb59a8064bd7ef5da23946da5b78f4ed0
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:20:26 +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

    (cherry picked from commit af51c26957016a052b06ce4d24ae53907abac5db)

 devel/jjui/Makefile          |  3 +--
 devel/jjui/distinfo          | 10 +++++-----
 devel/jjui/pkg-message (new) | 23 +++++++++++++++++++++++
 3 files changed, 29 insertions(+), 7 deletions(-)
Comment 7 Yusuf Yaman freebsd_committer freebsd_triage 2026-04-06 20:27:20 UTC
Committed, thanks!