Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2024 17:15:22 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 43990464758d - main - sysutils/screen: Bump PORTREVISION to chase src 21817992b331
Message-ID:  <202406201715.45KHFM8l099204@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/ \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406201715.45KHFM8l099204>