aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2024-06-20 17:01:36 +0000
committerCy Schubert <cy@FreeBSD.org>2024-06-20 17:08:00 +0000
commit43990464758d6fd403cbeffac1e91c0e6082a75a (patch)
tree4a5e6f1fda2c4ba5559319537fb21b17bae86d93
parent4a4e442f72b3b945b254c039c8b7a88c264299c6 (diff)
downloadports-43990464758d6fd403cbeffac1e91c0e6082a75a.tar.gz
ports-43990464758d6fd403cbeffac1e91c0e6082a75a.zip
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.
-rw-r--r--sysutils/screen/Makefile2
1 files changed, 1 insertions, 1 deletions
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/ \