diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-11-04 22:39:17 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-11-04 22:39:17 +0000 |
commit | 6ff50914d7abfbd5bd94d4b6232cc6e4724bb9fe (patch) | |
tree | 802ec44396a0478d970f2b99908aa0da42791b77 /misc/screen/Makefile | |
parent | be3fd173de47cb555376a20a9e7c032244731bb8 (diff) | |
download | pkgsrc-6ff50914d7abfbd5bd94d4b6232cc6e4724bb9fe.tar.gz |
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.
Diffstat (limited to 'misc/screen/Makefile')
-rw-r--r-- | misc/screen/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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/} |