Bug 256700 - devel/notcurses: Update to 2.3.4
Summary: devel/notcurses: Update to 2.3.4
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: Rainer Hurling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-18 20:10 UTC by nick black
Modified: 2021-06-19 18:29 UTC (History)
1 user (show)

See Also:


Attachments
git diff 2.3.1 -> 2.3.4 (2.23 KB, patch)
2021-06-18 20:10 UTC, nick black
nickblack: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nick black 2021-06-18 20:10:20 UTC
Created attachment 225913 [details]
git diff 2.3.1 -> 2.3.4

Upgrades from 2.3.1 to 2.3.4:

https://github.com/dankamongmen/notcurses/releases/tag/v2.3.4
https://github.com/dankamongmen/notcurses/releases/tag/v2.3.2

(2.3.4 is 2.3.3 plus a unit test fix)
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-06-19 18:27:25 UTC
A commit in branch main references this bug:

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

commit e50a38ac4b3a53bd31e50755abdce3541e48e720
Author:     Nick Black <nickblack@linux.com>
AuthorDate: 2021-06-19 18:21:16 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-06-19 18:21:16 +0000

    devel/notcurses: Update to 2.3.4

    This update from v2.3.1 to v2.3.4 has to skip v2.3.3 because
    it has a broken unit test when run in ASCII mode.

    Changelogs: https://github.com/dankamongmen/notcurses/releases/tag/v2.3.4
                https://github.com/dankamongmen/notcurses/releases/tag/v2.3.2

    PR:             256700

 devel/notcurses/Makefile  |  2 +-
 devel/notcurses/distinfo  | 10 +++++-----
 devel/notcurses/pkg-plist |  4 ++++
 3 files changed, 10 insertions(+), 6 deletions(-)
Comment 2 Rainer Hurling freebsd_committer freebsd_triage 2021-06-19 18:29:50 UTC
Hi Nick,
I had to add '%%DATADIR%%/onedot.png' to pkg-plist ;)

Committed, thanks!