Date: Thu, 21 Jan 2021 21:56:58 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562248 - head/devel/notcurses Message-ID: <202101212156.10LLuw1F074102@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Thu Jan 21 21:56:58 2021 New Revision: 562248 URL: https://svnweb.freebsd.org/changeset/ports/562248 Log: devel/notcurses: Update to 2.1.7 ChangeLog: https://github.com/dankamongmen/notcurses/releases/tag/v2.1.7 PR: 252895 Submitted by: nickblack@linux.com (maintainer) Modified: head/devel/notcurses/Makefile head/devel/notcurses/distinfo head/devel/notcurses/pkg-plist Modified: head/devel/notcurses/Makefile ============================================================================== --- head/devel/notcurses/Makefile Thu Jan 21 21:39:49 2021 (r562247) +++ head/devel/notcurses/Makefile Thu Jan 21 21:56:58 2021 (r562248) @@ -2,7 +2,7 @@ PORTNAME= notcurses DISTVERSIONPREFIX= v -DISTVERSION= ${ABIVERSION}.1.5 +DISTVERSION= ${ABIVERSION}.1.7 CATEGORIES= devel MAINTAINER= nickblack@linux.com Modified: head/devel/notcurses/distinfo ============================================================================== --- head/devel/notcurses/distinfo Thu Jan 21 21:39:49 2021 (r562247) +++ head/devel/notcurses/distinfo Thu Jan 21 21:56:58 2021 (r562248) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610706113 -SHA256 (dankamongmen-notcurses-v2.1.5_GH0.tar.gz) = 22ebd54880031e810829c9bdfaa5668b8e3236151d2818224947fb30ed349615 -SIZE (dankamongmen-notcurses-v2.1.5_GH0.tar.gz) = 11069963 +TIMESTAMP = 1611255149 +SHA256 (dankamongmen-notcurses-v2.1.7_GH0.tar.gz) = f6be3cf9654f2a9ccb30ed89aacf248f4edcf5a3c61d2353560e161166fc2d35 +SIZE (dankamongmen-notcurses-v2.1.7_GH0.tar.gz) = 10864395 Modified: head/devel/notcurses/pkg-plist ============================================================================== --- head/devel/notcurses/pkg-plist Thu Jan 21 21:39:49 2021 (r562247) +++ head/devel/notcurses/pkg-plist Thu Jan 21 21:56:58 2021 (r562248) @@ -1,9 +1,9 @@ bin/ncls bin/ncneofetch +bin/ncplayer bin/notcurses-demo bin/notcurses-input bin/notcurses-tetris -bin/notcurses-view include/ncpp/Cell.hh include/ncpp/CellStyle.hh include/ncpp/Direct.hh @@ -46,23 +46,29 @@ lib/libnotcurses++.a lib/libnotcurses++.so lib/libnotcurses++.so.%%ABI_VER%% lib/libnotcurses++.so.%%REL_VER%% +lib/libnotcurses-core.a +lib/libnotcurses-core.so +lib/libnotcurses-core.so.%%ABI_VER%% +lib/libnotcurses-core.so.%%REL_VER%% lib/libnotcurses.a lib/libnotcurses.so lib/libnotcurses.so.%%ABI_VER%% lib/libnotcurses.so.%%REL_VER%% libdata/pkgconfig/notcurses++.pc +libdata/pkgconfig/notcurses-core.pc libdata/pkgconfig/notcurses.pc %%MANPAGES%%share/man/man1/ncls.1.gz %%MANPAGES%%share/man/man1/ncneofetch.1.gz +%%MANPAGES%%share/man/man1/ncplayer.1.gz %%MANPAGES%%share/man/man1/notcurses-demo.1.gz %%MANPAGES%%share/man/man1/notcurses-input.1.gz %%MANPAGES%%share/man/man1/notcurses-tester.1.gz %%MANPAGES%%share/man/man1/notcurses-tetris.1.gz -%%MANPAGES%%share/man/man1/notcurses-view.1.gz %%MANPAGES%%share/man/man3/notcurses.3.gz %%MANPAGES%%share/man/man3/notcurses_capabilities.3.gz %%MANPAGES%%share/man/man3/notcurses_cell.3.gz %%MANPAGES%%share/man/man3/notcurses_channels.3.gz +%%MANPAGES%%share/man/man3/notcurses_core.3.gz %%MANPAGES%%share/man/man3/notcurses_directmode.3.gz %%MANPAGES%%share/man/man3/notcurses_fade.3.gz %%MANPAGES%%share/man/man3/notcurses_fds.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101212156.10LLuw1F074102>