Date: Thu, 23 Oct 2025 04:26:27 GMT From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 72fbd3871601 - releng/15.0 - ncurses: Move utilities to the ncurses package Message-ID: <202510230426.59N4QRcd057634@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch releng/15.0 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=72fbd3871601d000f62fb22b3e5ad3749e5146b4 commit 72fbd3871601d000f62fb22b3e5ad3749e5146b4 Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-10-17 18:41:09 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2025-10-23 04:26:00 +0000 ncurses: Move utilities to the ncurses package Approved by: re (cperciva) MFC after: 3 days Reviewed by: manu, kevans Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53163 (cherry picked from commit 09a49cd49b4fecfb31b2b6677a938ef847289055) (cherry picked from commit 68897925cad092db1479145abb60e1304c6ccede) --- usr.bin/ncurses/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/ncurses/Makefile b/usr.bin/ncurses/Makefile index 33001e6ab568..1ed8a2d9a915 100644 --- a/usr.bin/ncurses/Makefile +++ b/usr.bin/ncurses/Makefile @@ -1,4 +1,4 @@ -PACKAGE= runtime +PACKAGE= ncurses .include <bsd.own.mk> .include "${SRCTOP}/lib/ncurses/config.mk"help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510230426.59N4QRcd057634>
