devel/notcurses: update to 1.5.0

ChangeLog: https://github.com/dankamongmen/notcurses/releases/tag/v1.5.0

PR:	246923
Submitted by:	nickblack@linux.com (maintainer)
This commit is contained in:
Fernando Apesteguía 2020-06-12 12:17:08 +00:00
parent f177208d8a
commit 34e680331a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538607
3 changed files with 20 additions and 7 deletions

View file

@ -2,7 +2,7 @@
PORTNAME= notcurses PORTNAME= notcurses
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= ${ABIVERSION}.4.3 DISTVERSION= ${ABIVERSION}.5.0
CATEGORIES= devel CATEGORIES= devel
MAINTAINER= nickblack@linux.com MAINTAINER= nickblack@linux.com
@ -13,13 +13,17 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \
libqrcodegen.so:graphics/qr-code-generator libqrcodegen.so:graphics/qr-code-generator
BUILD_DEPENDS= ${LOCALBASE}/include/doctest/doctest.h:devel/doctest
USES= cmake compiler:c++17-lang localbase ncurses:port pkgconfig python:run shebangfix USES= cmake compiler:c++17-lang localbase \
SHEBANG_FILES= src/pydemo/notcurses-pydemo ncurses:port pkgconfig python:run shebangfix
USE_GITHUB= yes USE_GITHUB= yes
SHEBANG_FILES= src/pydemo/notcurses-pydemo
GH_ACCOUNT= dankamongmen GH_ACCOUNT= dankamongmen
USE_LDCONFIG= yes USE_LDCONFIG= yes
LDFLAGS+= -lc
CMAKE_OFF= USE_PANDOC USE_TESTS USE_PYTHON CMAKE_OFF= USE_PANDOC USE_TESTS USE_PYTHON
ABIVERSION= 1 ABIVERSION= 1
@ -30,4 +34,11 @@ OPTIONS_DEFINE= DOCS
PORTDOCS= * PORTDOCS= *
.include <bsd.port.options.mk>
# necessary until 1.5.1 for getrandom() in qrcode demo
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1200000
IGNORE+=requires getrandom(2) introduced in FreeBSD 12
.endif
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1590154246 TIMESTAMP = 1591738900
SHA256 (dankamongmen-notcurses-v1.4.3_GH0.tar.gz) = 16111fd2991dedf9cba88d9d7aed138f2e02b12120e33805e634a96bf24eea77 SHA256 (dankamongmen-notcurses-v1.5.0_GH0.tar.gz) = 23959091d692c182d5400c2592984c9c91f50f2460910f9ae5d0b8fea8430aa2
SIZE (dankamongmen-notcurses-v1.4.3_GH0.tar.gz) = 11112007 SIZE (dankamongmen-notcurses-v1.5.0_GH0.tar.gz) = 11413266

View file

@ -2,6 +2,7 @@ bin/notcurses-demo
bin/notcurses-input bin/notcurses-input
bin/notcurses-ncreel bin/notcurses-ncreel
bin/notcurses-pydemo bin/notcurses-pydemo
bin/notcurses-tester
bin/notcurses-tetris bin/notcurses-tetris
bin/notcurses-view bin/notcurses-view
include/ncpp/Cell.hh include/ncpp/Cell.hh
@ -14,7 +15,6 @@ include/ncpp/NCAlign.hh
include/ncpp/NCBox.hh include/ncpp/NCBox.hh
include/ncpp/NCKey.hh include/ncpp/NCKey.hh
include/ncpp/NCLogLevel.hh include/ncpp/NCLogLevel.hh
include/ncpp/NCScale.hh
include/ncpp/NotCurses.hh include/ncpp/NotCurses.hh
include/ncpp/Palette256.hh include/ncpp/Palette256.hh
include/ncpp/Plane.hh include/ncpp/Plane.hh
@ -26,6 +26,7 @@ include/ncpp/Selector.hh
include/ncpp/Subproc.hh include/ncpp/Subproc.hh
include/ncpp/Tablet.hh include/ncpp/Tablet.hh
include/ncpp/TabletCallback.hh include/ncpp/TabletCallback.hh
include/ncpp/Utilities.hh
include/ncpp/Visual.hh include/ncpp/Visual.hh
include/ncpp/_exceptions.hh include/ncpp/_exceptions.hh
include/ncpp/_flag_enum_operator_helpers.hh include/ncpp/_flag_enum_operator_helpers.hh
@ -114,3 +115,4 @@ libdata/pkgconfig/notcurses.pc
%%DATADIR%%/samoa.avi %%DATADIR%%/samoa.avi
%%DATADIR%%/tetris-background.jpg %%DATADIR%%/tetris-background.jpg
%%DATADIR%%/warmech.bmp %%DATADIR%%/warmech.bmp
%%DATADIR%%/worldmap.png