summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-06-12 22:25:39 +0000
committerwiz <wiz@pkgsrc.org>2007-06-12 22:25:39 +0000
commit99a44b1b8a4e7da13ed803691d0d172582b3fa20 (patch)
treefa1f44d47dd8b59f136fb1b0cc7d22988088c0fb /misc
parentab389fbb91955d51d65ccc86f63191dd9819a48d (diff)
downloadpkgsrc-99a44b1b8a4e7da13ed803691d0d172582b3fa20.tar.gz
Update to 20070604:
2007/06/04 + fix a memory leak in editbox.c + revise change from 2007/02/27 which moved the logic for trimming option text out of the loop because that moved it before initialization of the "--trim" option. Put it back in the loop, but limit the tokens which are trimmed to cover only those for the current widget. Also ensure that all tokens for a widget are trimmed, rather than only the first, which is usually text (report by Lai Zit Seng). + add _FILE_OFFSET_BITS definition in CF_LARGEFILE configure macro.
Diffstat (limited to 'misc')
-rw-r--r--misc/dialog/Makefile4
-rw-r--r--misc/dialog/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile
index c5c19c7056a..3d3c3f75e93 100644
--- a/misc/dialog/Makefile
+++ b/misc/dialog/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2007/06/07 19:53:24 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2007/06/12 22:25:39 wiz Exp $
-DISTNAME= dialog-1.1-20070528
+DISTNAME= dialog-1.1-20070604
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 0cd6a0ca9cd..5f55ec053a1 100644
--- a/misc/dialog/distinfo
+++ b/misc/dialog/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2007/06/07 19:53:24 wiz Exp $
+$NetBSD: distinfo,v 1.18 2007/06/12 22:25:39 wiz Exp $
-SHA1 (dialog-1.1-20070528.tgz) = 1912ce21d9590b9fbf85e9159a2f428eaece1894
-RMD160 (dialog-1.1-20070528.tgz) = 6e6f4aed27b47c47200e0c8c23a4df46888cc8e9
-Size (dialog-1.1-20070528.tgz) = 365573 bytes
+SHA1 (dialog-1.1-20070604.tgz) = 761a1de17a0608ced9f8a9c185820387082ec398
+RMD160 (dialog-1.1-20070604.tgz) = 06bee856154f8c8804c9a8fc6f04df5e5b4a2cb4
+Size (dialog-1.1-20070604.tgz) = 365939 bytes