Bug 259780

Summary: devel/notcurses: Update to 2.4.9
Product: Ports & Packages Reporter: nick black <nickblack>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Some People CC: fernape
Priority: --- Keywords: needs-qa
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/dankamongmen/notcurses/releases/tag/v2.4.9
Attachments:
Description Flags
git diff 2.4.8 -> 2.4.9
nickblack: maintainer-approval+
git diff 2.4.8 -> 2.4.9, take two nickblack: maintainer-approval+

Description nick black 2021-11-11 14:13:18 UTC
Created attachment 229430 [details]
git diff 2.4.8 -> 2.4.9

This is the last release expected from the 2.x.x series. The next will be 3.0.0, an API-breaking release and new SONAME (3). All material currently marked deprecated will be removed.

I've removed BUILD_TESTING from CMAKE_OFF, since we're using USE_POC and thus have some basic tests generated. I've added USE_DOCTEST to CMAKE_OFF, as I'm not yet prepared for us to build and run notcurses-tester (though it does work on FreeBSD). I've added USE_QRCODEGEN to CMAKE_ON (we were already depending on it) to enable the qrcode functionality.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2021-11-12 06:47:45 UTC
Q/A:  Makefile: [24]: use a tab (not space) after a variable name

Thanks!
Comment 2 nick black 2021-11-22 01:43:04 UTC
Created attachment 229650 [details]
git diff 2.4.8 -> 2.4.9, take two

Fixed up space -> tab
Comment 3 nick black 2021-11-22 01:43:16 UTC
Fixed, thanks.
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-11-23 09:18:58 UTC
A commit in branch main references this bug:

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

commit 0065fd437111a1bbb17ef0ab806897e15b956f5d
Author:     Nick Black <nickblack@linux.com>
AuthorDate: 2021-11-22 17:35:27 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2021-11-23 09:17:01 +0000

    devel/notcurses: Update to 2.4.9

    ChangeLog: https://github.com/dankamongmen/notcurses/releases/tag/v2.4.9

    PR:     259780
    Reported by:    nickblack@linux.com (maintainer)

 devel/notcurses/Makefile |  7 +++++--
 devel/notcurses/distinfo | 10 +++++-----
 2 files changed, 10 insertions(+), 7 deletions(-)
Comment 5 Fernando Apesteguía freebsd_committer freebsd_triage 2021-11-23 09:30:27 UTC
Committed,

Thanks!