Bug 266131 - devel/bsddialog: Update to 0.3
Summary: devel/bsddialog: Update to 0.3
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: Baptiste Daroussin
URL: https://gitlab.com/alfix/bsddialog/-/...
Keywords:
Depends on:
Blocks: 266132
  Show dependency treegraph
 
Reported: 2022-08-31 12:16 UTC by Alfonso S. Siciliano
Modified: 2022-09-19 09:53 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (bapt)


Attachments
git diff (2.24 KB, patch)
2022-08-31 12:16 UTC, Alfonso S. Siciliano
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alfonso S. Siciliano freebsd_committer freebsd_triage 2022-08-31 12:16:16 UTC
Created attachment 236262 [details]
git diff

devel/bsddialog Update: from 0.2 to 0.3

Testing:

# portlint -A
# port test
# portfmt -i ./Makefile
# poudriere testport -j 131Ramd64 -p default -i -o devel/bsddialog
# poudriere testport -j 140Camd64 -p default -i -o devel/bsddialog
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2022-08-31 15:10:59 UTC
approved! just push yourself (and don't hesitate to take over the port if you would like ;)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-09-15 00:28:19 UTC
A commit in branch main references this bug:

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

commit acb37e7cfabe63ae3d574d815feeeb9dd4bff915
Author:     Alfonso S. Siciliano <asiciliano@FreeBSD.org>
AuthorDate: 2022-09-15 00:24:09 +0000
Commit:     Alfonso S. Siciliano <asiciliano@FreeBSD.org>
CommitDate: 2022-09-15 00:26:55 +0000

    devel/bsddialog: update to 0.3

    New features overview:
     * Unicode. User interface handles multi-column characters. API can
       handle char* like a multibyte character string. Internally wide
       characters are used for keyboard input, to adapt word wrapping and
       dynamic text auto-sizing for multi-column characters.
     * Forms refactoring. Complete rewrite deleting libformw dependency.
     * Theme. New utility options to save and load custom theme at run-time.
     * TUI navigation. Added keys to navigate input components. Changed
       default focus behavior of input dialogs to be LGPL-dialog-like; a new
       option can set the previous whiptail-like behavior.

    Change port maintainership

    ChangeLog:      https://gitlab.com/alfix/bsddialog/-/raw/main/CHANGELOG

    PR:             266131
    Approved by:    bapt

 devel/bsddialog/Makefile             | 11 +++++------
 devel/bsddialog/distinfo             |  6 +++---
 devel/bsddialog/files/patch-Makefile |  4 ++--
 devel/bsddialog/pkg-plist            |  2 +-
 4 files changed, 11 insertions(+), 12 deletions(-)