Index: Makefile =================================================================== --- Makefile (revision 537987) +++ Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= notcurses DISTVERSIONPREFIX= v -DISTVERSION= ${ABIVERSION}.4.3 +DISTVERSION= ${ABIVERSION}.4.4.1 CATEGORIES= devel MAINTAINER= nickblack@linux.com @@ -13,8 +13,10 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ 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 \ + ncurses:port pkgconfig python:run shebangfix SHEBANG_FILES= src/pydemo/notcurses-pydemo USE_GITHUB= yes GH_ACCOUNT= dankamongmen @@ -30,4 +32,10 @@ PORTDOCS= * +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 +IGNORE=requires getrandom(2) introduced in FreeBSD 12. +.endif + .include Index: distinfo =================================================================== --- distinfo (revision 537987) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590154246 -SHA256 (dankamongmen-notcurses-v1.4.3_GH0.tar.gz) = 16111fd2991dedf9cba88d9d7aed138f2e02b12120e33805e634a96bf24eea77 -SIZE (dankamongmen-notcurses-v1.4.3_GH0.tar.gz) = 11112007 +TIMESTAMP = 1591045786 +SHA256 (dankamongmen-notcurses-v1.4.4.1_GH0.tar.gz) = 745f6ac0c8c482900bd1b68b11b5e1077f84eaa5643f9b13cae25a28728565ea +SIZE (dankamongmen-notcurses-v1.4.4.1_GH0.tar.gz) = 10921725 Index: pkg-plist =================================================================== --- pkg-plist (revision 537987) +++ pkg-plist (working copy) @@ -2,6 +2,7 @@ bin/notcurses-input bin/notcurses-ncreel bin/notcurses-pydemo +bin/notcurses-tester bin/notcurses-tetris bin/notcurses-view include/ncpp/Cell.hh @@ -14,7 +15,6 @@ include/ncpp/NCBox.hh include/ncpp/NCKey.hh include/ncpp/NCLogLevel.hh -include/ncpp/NCScale.hh include/ncpp/NotCurses.hh include/ncpp/Palette256.hh include/ncpp/Plane.hh @@ -26,6 +26,7 @@ include/ncpp/Subproc.hh include/ncpp/Tablet.hh include/ncpp/TabletCallback.hh +include/ncpp/Utilities.hh include/ncpp/Visual.hh include/ncpp/_exceptions.hh include/ncpp/_flag_enum_operator_helpers.hh