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/dialog/Makefile | |
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/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 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/ |