diff options
author | wiz <wiz@pkgsrc.org> | 2013-05-26 17:58:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-05-26 17:58:39 +0000 |
commit | 60c93bd18bc5b3e2d74104151955746638685fca (patch) | |
tree | 21a5901238e69afcc70a86f193e99943b7906619 /misc/dialog/Makefile | |
parent | 5969f3ce8ab27a131b10799bf88da10563bfbfa7 (diff) | |
download | pkgsrc-60c93bd18bc5b3e2d74104151955746638685fca.tar.gz |
Update to 1.2.20130523:
2013/05/23
+ modify ifdef in arrows.c to work around packages which use the
wide-character ncursesw headers with the ncurses library (report
by Aleksey Cheusov).
+ correct workaround for xterm alternate-screen to work with/without
the fix made in ncurses that makes putp() always write to the
standard output (Debian #708829).
+ improve limit-checks for checklist, in case the dialog is resized
(report by Ilya A Arkhipov).
+ add --last-key option (adapted from patch by Jordi Pujol, Debian
#697607).
2013/03/15
+ update zh_TW.po, add an.po from
http://translationproject.org/latest/dialog/
Diffstat (limited to 'misc/dialog/Makefile')
-rw-r--r-- | misc/dialog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index 168d861bb90..cd5048637b0 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.61 2013/01/21 13:13:08 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2013/05/26 17:58:39 wiz Exp $ -DISTNAME= dialog-1.2-20121230 +DISTNAME= dialog-1.2-20130523 PKGNAME= ${DISTNAME:C/-2/.2/} CATEGORIES= misc MASTER_SITES= ftp://invisible-island.net/dialog/ |