From 6ff50914d7abfbd5bd94d4b6232cc6e4724bb9fe Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 4 Nov 2002 22:39:17 +0000 Subject: Update screen to 3.9.13. Changes: * 29.08.2002 3.09.12 Port to POSIX 1003.1-2001 hosts (Paul Eggert). * Fixed encoding for reattach password test. * Fixed NUL characters when encodings are active. * Fixed silly encodings bugs. Fixed bogus * oldflayer when a window gets freed. * Altscreen support by Gurusamy Sarathy. * Reuse old password in builtin_screenlock. * -- DISTRIBUTED * 05.09.2002 3.09.13 added missing break statement that broke * the eval command. * -- DISTRIBUTED Upgrade requested by dolemite@wuli.nu in private mail. --- misc/screen/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'misc/screen/Makefile') diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 08e9ea3b354..8593ba85c34 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2002/09/15 06:51:35 kim Exp $ +# $NetBSD: Makefile,v 1.36 2002/11/04 22:39:17 hubertf Exp $ -DISTNAME= screen-3.9.11 -PKGREVISION= 2 +DISTNAME= screen-3.9.13 CATEGORIES= misc MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ ${MASTER_SITE_GNU:=screen/} -- cgit v1.2.3