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.
Q/A: Makefile: [24]: use a tab (not space) after a variable name Thanks!
Created attachment 229650 [details] git diff 2.4.8 -> 2.4.9, take two Fixed up space -> tab
Fixed, thanks.
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(-)
Committed, Thanks!