pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/dialog Update to 1.2.20150513:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83ba25d1f8c6
branches:  trunk
changeset: 652240:83ba25d1f8c6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 28 06:29:10 2015 +0000

description:
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:

 misc/dialog/Makefile |  4 ++--
 misc/dialog/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r c83cb35e5a7c -r 83ba25d1f8c6 misc/dialog/Makefile
--- a/misc/dialog/Makefile      Thu May 28 05:54:12 2015 +0000
+++ b/misc/dialog/Makefile      Thu May 28 06:29:10 2015 +0000
@@ -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 -r c83cb35e5a7c -r 83ba25d1f8c6 misc/dialog/distinfo
--- a/misc/dialog/distinfo      Thu May 28 05:54:12 2015 +0000
+++ b/misc/dialog/distinfo      Thu May 28 06:29:10 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index