diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-29 17:56:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-29 17:56:48 +0000 |
commit | 1c86be10e92701ced937e07858354e5a250ae48e (patch) | |
tree | bfa6ea5e8b7d1d21c8920138b1ff8f1da51d17cb /misc | |
parent | da067fe23f2289af0f142d1913ec44920a0aba45 (diff) | |
download | pkgsrc-1c86be10e92701ced937e07858354e5a250ae48e.tar.gz |
Update to 1.0.20060126:
2006/01/26
+ fix fselect.c to compile properly with Intel compiler and largefile
option.
+ improve configure script checks for curses headers to work around
breakage in some packages, e.g., cygwin.
+ amend correction to menubox, fixes normal menus (Debian #349969).
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 6d3d6095d1f..130ee69f10e 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2006/01/23 21:49:05 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2006/01/29 17:56:48 wiz Exp $ -DISTNAME= dialog-1.0-20060119 +DISTNAME= dialog-1.0-20060126 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 a52ee04d0fd..299e56e32a1 100644 --- a/misc/dialog/distinfo +++ b/misc/dialog/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2006/01/23 21:49:05 wiz Exp $ +$NetBSD: distinfo,v 1.14 2006/01/29 17:56:48 wiz Exp $ -SHA1 (dialog-1.0-20060119.tgz) = c9ce156749215ff9dd18654fc34bbca1aa06967f -RMD160 (dialog-1.0-20060119.tgz) = a25586039a42629a074b09055a26e34a6a2c9204 -Size (dialog-1.0-20060119.tgz) = 336354 bytes +SHA1 (dialog-1.0-20060126.tgz) = 944481b5863b070c1e851909d199d6216272fc15 +RMD160 (dialog-1.0-20060126.tgz) = 1da051c1bf91311849ebcdc1073c898e7d9adf3e +Size (dialog-1.0-20060126.tgz) = 337266 bytes |