git: 43990464758d - main - sysutils/screen: Bump PORTREVISION to chase src 21817992b331

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Thu, 20 Jun 2024 17:15:22 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=43990464758d6fd403cbeffac1e91c0e6082a75a

commit 43990464758d6fd403cbeffac1e91c0e6082a75a
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-06-20 17:01:36 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-06-20 17:08:00 +0000

    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 7d4d8e4167ac..d16f1ea3e05f 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/ \