aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-02-25 21:40:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-02-25 21:47:44 +0000
commite6b813522702811681247b9dd5fc1839c3e242f3 (patch)
tree8151b4d597b4c1991670f2fd5e3c141638d9f5a1
parent547739cc003a68f43a13981e5de1143861eca08c (diff)
downloadsrc-e6b813522702811681247b9dd5fc1839c3e242f3.tar.gz
src-e6b813522702811681247b9dd5fc1839c3e242f3.zip
ncurses: fix patch date
Submitted by: cy
-rw-r--r--lib/ncurses/config.mk2
1 files changed, 1 insertions, 1 deletions
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