git: e6b813522702 - main - ncurses: fix patch date
Baptiste Daroussin
bapt at FreeBSD.org
Thu Feb 25 21:49:42 UTC 2021
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=e6b813522702811681247b9dd5fc1839c3e242f3
commit e6b813522702811681247b9dd5fc1839c3e242f3
Author: Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-02-25 21:40:07 +0000
Commit: Baptiste Daroussin <bapt at FreeBSD.org>
CommitDate: 2021-02-25 21:47:44 +0000
ncurses: fix patch date
Submitted by: cy
---
lib/ncurses/config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ncurses/config.mk b/lib/ncurses/config.mk
index fc77567b2594..cd569ddf9ec8 100644
--- a/lib/ncurses/config.mk
+++ b/lib/ncurses/config.mk
@@ -5,7 +5,7 @@
NCURSES_DIR= ${SRCTOP}/contrib/ncurses
NCURSES_MAJOR= 6
NCURSES_MINOR= 2
-NCURSES_PATCH= 20200215
+NCURSES_PATCH= 20210220
CFLAGS+= -D_XOPEN_SOURCE_EXTENDED
NCURSES_CFG_H= ${.CURDIR}/ncurses_cfg.h
More information about the dev-commits-src-all
mailing list