Page MenuHomeFreeBSD

devel/notcurses: Update to 2.2.0
ClosedPublic

Authored by rhurlin on Feb 9 2021, 12:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 31 2023, 1:00 PM
Unknown Object (File)
Dec 31 2023, 1:00 PM
Unknown Object (File)
Dec 31 2023, 1:00 PM
Unknown Object (File)
Dec 31 2023, 12:56 PM
Unknown Object (File)
Dec 31 2023, 12:55 PM
Unknown Object (File)
Dec 22 2023, 10:45 PM
Unknown Object (File)
Dec 14 2023, 7:12 PM
Unknown Object (File)
Aug 16 2023, 5:09 AM
Subscribers

Details

Summary

Changelog: https://github.com/dankamongmen/notcurses/releases/tag/v2.1.8

Submitted by Nick Black <nickblack@linux.com> (maintainer) in PR 253262

Tested on Poudriere (amd64, i386). 'portlint -AC' is ok.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Yeah, it took some time to build test the patch, because of ghc and hs-pandoc ...

In the meantime v2.2.0 arrived. Thanks for the pointer. I will update the patch ;)

Here now the update to v2.2.0. Differences to v2.1.8 are:

  • Change to dual license, added MIT
  • Added include/ncpp/Progbar.hh in pkg-plist

Tested again on Poudriere (amd64, i386). 'portlint -AC' is ok.

rhurlin retitled this revision from devel/notcurses: Update to 2.1.8 to devel/notcurses: Update to 2.2.0.Feb 9 2021, 4:47 PM
devel/notcurses/Makefile
14 ↗(On Diff #83595)

^ not sure about adding a source file here -- I think if you don't define it, it should pull the MIT license file itself from ${PORTSDIR}/Templates/Licenses

rhurlin added inline comments.
devel/notcurses/Makefile
14 ↗(On Diff #83595)

Wow, nice hit! I just tried without the LICENSE_FILE lines and this is, what usr/local/share/licenses/notcurses-2.2.0/ contains now: APACHE20, LICENSE, MIT, catalog.mk.

If you agree, I will remove these lines in the commit, but not put an updated patch here in the review :)

This revision is now accepted and ready to land.Feb 10 2021, 4:02 PM
This revision was automatically updated to reflect the committed changes.
rhurlin marked an inline comment as done.