diff options
author | wiz <wiz@pkgsrc.org> | 2014-02-03 16:42:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-02-03 16:42:32 +0000 |
commit | eb521994bf23b044ef86477e9dc121aa9e85479e (patch) | |
tree | c9a17c3934e954f669136a42b5f87c1884c40715 /misc | |
parent | 0abcff8931902131c6eb998d2dd33efc5b82f28b (diff) | |
download | pkgsrc-eb521994bf23b044ef86477e9dc121aa9e85479e.tar.gz |
Update to 20140112:
2014/01/12
+ improve calculation for amount to scroll in programbox when an "Ok"
button might obscure part of the data (report by Florent Rougon).
+ modify program to permit --separate-output to be used with buildlist
and treeview widgets (report by Florent Rougon).
+ add list-height parameter to manpage description of --buildlist
(report by Florent Rougon).
+ minor fixes to dialog.1 manpage; the reported problem was actually
fixed in 20120703 (Debian #726233, patch by Bjarni Ingi Gislason).
+ add a "Hello World" example to dialog.3 manpage (prompted by
discussions with Dustin Oprea, Kevin Ingwersen).
+ correct comparison in dlg_lookup_key() so that using "bindkey" with
a "*" wildcard parameter works as documented (report by Stewart
Benedict).
+ updated configure macros, fixes for clang and mingw.
+ update config.guess, config.sub
Diffstat (limited to 'misc')
-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 e55fcd57964..42bba9d8647 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2013/10/06 16:27:28 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2014/02/03 16:42:32 wiz Exp $ -DISTNAME= dialog-1.2-20130928 +DISTNAME= dialog-1.2-20140112 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 9e5a49f6783..5a17dcdae86 100644 --- a/misc/dialog/distinfo +++ b/misc/dialog/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.36 2013/10/06 16:27:28 wiz Exp $ +$NetBSD: distinfo,v 1.37 2014/02/03 16:42:32 wiz Exp $ -SHA1 (dialog-1.2-20130928.tgz) = 204d852856754817f5590f60ffaa1c07a8ed35ca -RMD160 (dialog-1.2-20130928.tgz) = 8811778b9da92c4940b73cc255082bd54bc11935 -Size (dialog-1.2-20130928.tgz) = 451567 bytes +SHA1 (dialog-1.2-20140112.tgz) = 0933888e4cb847a185be495d6b9deb3907c581e4 +RMD160 (dialog-1.2-20140112.tgz) = 953f7ec92e88abe759fe38df5a6493b5b499d18e +Size (dialog-1.2-20140112.tgz) = 452560 bytes |