summaryrefslogtreecommitdiff
path: root/misc/dialog
diff options
context:
space:
mode:
authorwiz <wiz>2015-05-28 06:29:10 +0000
committerwiz <wiz>2015-05-28 06:29:10 +0000
commitae6c0aa012bc2f8839bc3b91c0d19bb67c2e017a (patch)
treede71825542086cbe0bb3aa9b58c335b23dac18c1 /misc/dialog
parent787ac97e833b196b959c71d6390ebb338a50af84 (diff)
downloadpkgsrc-ae6c0aa012bc2f8839bc3b91c0d19bb67c2e017a.tar.gz
Update to 1.2.20150513:
2015/05/13 + add configure option --with-install-prefix, like ncurses. + add --with-screen and related configure options from ncurses-examples to allow building with ncurses6 test-packages. + update configure macros for improved coding style from lynx changes. + updated ro.po from http://translationproject.org/latest/dialog/ + update config.guess, config.sub > patches by Florent Rougon: + fix two bugs in the "--file" option. + When the number of arguments read from the included file is 0, the code used to just skip over '--file' and its argument instead of removing them from the argument list, causing "Error: Unknown option --file" later on. + In the alternative case (at least one argument read from the file), the previous code used to do '--j;' in order to "force rescan" of the inserted arguments. However, control then flowed to outer blocks where a '++j;' counteracted this measure, causing "Error: Unknown option --msgbox" (for instance) later on. + modify escaping in argv.c to be more uniform, whether or not the backslash is found within a parameter.
Diffstat (limited to 'misc/dialog')
-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 6187ee75e5e..173a859aa72 100644
--- a/misc/dialog/Makefile
+++ b/misc/dialog/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2015/03/01 15:14:49 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2015/05/28 06:29:10 wiz Exp $
-DISTNAME= dialog-1.2-20150225
+DISTNAME= dialog-1.2-20150513
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 ad0d190a615..13295330cdf 100644
--- a/misc/dialog/distinfo
+++ b/misc/dialog/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2015/03/01 15:14:49 wiz Exp $
+$NetBSD: distinfo,v 1.43 2015/05/28 06:29:10 wiz Exp $
-SHA1 (dialog-1.2-20150225.tgz) = 6820c84e68ffac69a540b86aa31e93b1aa0d17af
-RMD160 (dialog-1.2-20150225.tgz) = b049fcbaf8c2eea667bf91edea3d7cbf897dba1d
-Size (dialog-1.2-20150225.tgz) = 473318 bytes
+SHA1 (dialog-1.2-20150513.tgz) = 62a76ea7e8a205c4a20e265c34c1b7674fbe0e34
+RMD160 (dialog-1.2-20150513.tgz) = a59d3de306ff24add3f00db305b74bb0b07fd860
+Size (dialog-1.2-20150513.tgz) = 497554 bytes