pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-Fsdb p5-Fsdb: update to 2.64.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8580c13e17ee
branches:  trunk
changeset: 371911:8580c13e17ee
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 24 13:38:44 2017 +0000

description:
p5-Fsdb: update to 2.64.

2.64, 2017-11-20 several small bugfixes and enhancements

BUG FIX

    In dbroweval, the next row option previously did not correctly set up _last_fieldname. It now does.

ENHANCEMENT

    The csv_to_db converter now has an optional -F x option to set the field separator.

ENHANCEMENT

    Finally dbcolsplittocols has a --header option, and a new -N option to give the list of resulting output columns.

INCOMPATIBLE CHANGE

    Now dbcolstats and dbmultistats produce no output (but a schema) when given no input but a schema. Previously they gave a null row of output. The --output-on-no-input and --no-output-on-no-input 
options can control this behavior.

diffstat:

 databases/p5-Fsdb/Makefile |   4 ++--
 databases/p5-Fsdb/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 698537a61fd3 -r 8580c13e17ee databases/p5-Fsdb/Makefile
--- a/databases/p5-Fsdb/Makefile        Fri Nov 24 13:23:09 2017 +0000
+++ b/databases/p5-Fsdb/Makefile        Fri Nov 24 13:38:44 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/09/17 08:45:09 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2017/11/24 13:38:44 wiz Exp $
 
-DISTNAME=      Fsdb-2.63
+DISTNAME=      Fsdb-2.64
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    databases
 MASTER_SITES=  http://www.isi.edu/~johnh/SOFTWARE/FSDB/
diff -r 698537a61fd3 -r 8580c13e17ee databases/p5-Fsdb/distinfo
--- a/databases/p5-Fsdb/distinfo        Fri Nov 24 13:23:09 2017 +0000
+++ b/databases/p5-Fsdb/distinfo        Fri Nov 24 13:38:44 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/09/17 08:45:09 wiz Exp $
+$NetBSD: distinfo,v 1.7 2017/11/24 13:38:44 wiz Exp $
 
-SHA1 (Fsdb-2.63.tar.gz) = f420f0003cd88384146533e2e621e63adb392a76
-RMD160 (Fsdb-2.63.tar.gz) = def05a8f038440c8d6a0abb24d4532db0fc38fef
-SHA512 (Fsdb-2.63.tar.gz) = 3acffb1f67f360dbacd00bdc16a23fd43a7542b8366f44171a2fc2db21adaf5877256adf56c844c7c5867124b7328f90755ad375ef609f2fd00b2674d8f37142
-Size (Fsdb-2.63.tar.gz) = 481164 bytes
+SHA1 (Fsdb-2.64.tar.gz) = 2feca24d82ed2a31ba7aa43ac6df8de4a9d8f250
+RMD160 (Fsdb-2.64.tar.gz) = aef49afefe0e90e2dc3726d277ff65ed7365dc6b
+SHA512 (Fsdb-2.64.tar.gz) = a04e8f7f4ad611f3931ccdd4e21aa9425236f75ea1702f4086afe5891f457cd3ceb5e53d8eda453074f52e0495725085bfb218f4cad85eac7a215b069c3756a4
+Size (Fsdb-2.64.tar.gz) = 486166 bytes



Home | Main Index | Thread Index | Old Index