mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
devel/notcurses: Update to 2.4.5
PR: 258989
This commit is contained in:
parent
de6f4ba658
commit
acc0950fc4
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= notcurses
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= ${ABIVERSION}.4.3
|
||||
DISTVERSION= ${ABIVERSION}.4.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/:docs
|
||||
DISTFILES= ${PORTNAME}-doc-${DISTVERSION}.tar.gz:docs
|
||||
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \
|
|||
libunistring.so:devel/libunistring
|
||||
|
||||
USES= cmake:noninja compiler:c++17-lang localbase \
|
||||
ncurses:port pkgconfig readline
|
||||
ncurses:port pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dankamongmen
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1632679755
|
||||
SHA256 (notcurses-doc-2.4.3.tar.gz) = 3408655315249de835b02c44d1a4f2cd4f6bd09729a3a0396e705a6336350adb
|
||||
SIZE (notcurses-doc-2.4.3.tar.gz) = 132158
|
||||
SHA256 (dankamongmen-notcurses-v2.4.3_GH0.tar.gz) = 3405b0af37820570c808478c7cf0965a5b1117a0394bf95e123a4f05ad3fe15a
|
||||
SIZE (dankamongmen-notcurses-v2.4.3_GH0.tar.gz) = 10070959
|
||||
TIMESTAMP = 1633630385
|
||||
SHA256 (notcurses-doc-2.4.5.tar.gz) = ff9052ff8a3c732121ff46cfeaa4ea2da4c36bcdc7a9c749b89af56bc2f2ecf0
|
||||
SIZE (notcurses-doc-2.4.5.tar.gz) = 133547
|
||||
SHA256 (dankamongmen-notcurses-v2.4.5_GH0.tar.gz) = e006c8d0a19d148d1fa779803e19145a7d8c5f1bf1f8e9e5d2c14a5e0d860343
|
||||
SIZE (dankamongmen-notcurses-v2.4.5_GH0.tar.gz) = 10082686
|
||||
|
|
|
@ -9,6 +9,7 @@ include/ncpp/Cell.hh
|
|||
include/ncpp/CellStyle.hh
|
||||
include/ncpp/Direct.hh
|
||||
include/ncpp/FDPlane.hh
|
||||
include/ncpp/Input.hh
|
||||
include/ncpp/Menu.hh
|
||||
include/ncpp/MultiSelector.hh
|
||||
include/ncpp/NCAlign.hh
|
||||
|
|
Loading…
Add table
Reference in a new issue