diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-08 19:37:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-08 19:37:49 +0000 |
commit | 86d21f1b3239861c8a970eb26c87875cfdedd149 (patch) | |
tree | 975adafc45ecf9a83426657d4ccf6ef315d3c54e /misc/dialog/Makefile | |
parent | bec965c7719250ec6617a668fa5eab5823b9f847 (diff) | |
download | pkgsrc-86d21f1b3239861c8a970eb26c87875cfdedd149.tar.gz |
Update to 1.1.20071028:
2007/10/28
+ improve layout of checklist.c, menubox.c, ensuring that the list fits
within the available space (report by Gordon Schumacher).
+ undo removal of redundant chunk from checklist.c in 2007/02/27,
since some scripts depend on this (Debian #443077).
+ update nl.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 d8e0d56a729..716762e9ba7 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2007/10/17 20:46:22 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2007/11/08 19:37:49 wiz Exp $ -DISTNAME= dialog-1.1-20070930 +DISTNAME= dialog-1.1-20071028 PKGNAME= ${DISTNAME:C/-2/.2/} CATEGORIES= misc MASTER_SITES= ftp://invisible-island.net/dialog/ |