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 | |
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')
-rw-r--r-- | misc/dialog/Makefile | 4 | ||||
-rw-r--r-- | misc/dialog/distinfo | 8 |
2 files changed, 6 insertions, 6 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/ diff --git a/misc/dialog/distinfo b/misc/dialog/distinfo index f6733297587..2f413fb8dcc 100644 --- a/misc/dialog/distinfo +++ b/misc/dialog/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.33 2013/01/21 13:13:08 wiz Exp $ +$NetBSD: distinfo,v 1.34 2013/05/26 17:58:39 wiz Exp $ -SHA1 (dialog-1.2-20121230.tgz) = f6ba16481e04c707c7cbfc3c3c1340040bdb0aa3 -RMD160 (dialog-1.2-20121230.tgz) = ad62bd917ca1c110abef35f60d44bf9195ea9691 -Size (dialog-1.2-20121230.tgz) = 431584 bytes +SHA1 (dialog-1.2-20130523.tgz) = 54768b8443af3de2e6cd16073ec666f19d4ded7a +RMD160 (dialog-1.2-20130523.tgz) = d1ff2ad4b7911021784faafda42a433f07c2d150 +Size (dialog-1.2-20130523.tgz) = 432886 bytes |