From 43990464758d6fd403cbeffac1e91c0e6082a75a Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Thu, 20 Jun 2024 10:01:36 -0700 Subject: [PATCH] sysutils/screen: Bump PORTREVISION to chase src 21817992b331 21817992b331 in FreeBSD/main installed ncurses 6.5 into 15-CURRENT. This causes screen to display errors about duplicate entries in termcap/terminfo. A rebuild of screen fixes the problem. The errors are: Name collision 'cdc456tst' between cdc456tst and cdc456tst Cannot remove alias 'cdc456tst' Name collision 'tab132w' between tab132w and tab132w Cannot remove alias 'tab132w' And many more errors like the above. --- sysutils/screen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile index 7d4d8e4167acf..d16f1ea3e05fe 100644 --- a/sysutils/screen/Makefile +++ b/sysutils/screen/Makefile @@ -1,6 +1,6 @@ PORTNAME= screen PORTVERSION= 4.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= GNU \ ftp://ftp.gnu.org/gnu/screen/ \