pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libxls textproc/libxls: update to 1.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68ca282cbd63
branches:  trunk
changeset: 333398:68ca282cbd63
user:      sjmulder <sjmulder%pkgsrc.org@localhost>
date:      Mon May 06 08:55:20 2019 +0000

description:
textproc/libxls: update to 1.5.1

Upstream changes:
 - Fix undefined behavior when formatting NaNs
 - Add missing files to distribution tarballs
 - Remove unused checks from configure
 - Add C++ test target and fix errors
 - Add a pkg-config file
 - Fix off-by-one in double byteswapping (big-endian systems)
 - Add note about Autoconf Archive

Package changes:
 - Add test target

diffstat:

 textproc/libxls/Makefile |  10 ++++++++--
 textproc/libxls/PLIST    |   3 ++-
 textproc/libxls/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r 393d02d3cccd -r 68ca282cbd63 textproc/libxls/Makefile
--- a/textproc/libxls/Makefile  Mon May 06 08:48:38 2019 +0000
+++ b/textproc/libxls/Makefile  Mon May 06 08:55:20 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/02/11 21:55:27 leot Exp $
+# $NetBSD: Makefile,v 1.2 2019/05/06 08:55:20 sjmulder Exp $
 
-DISTNAME=      libxls-1.5.0
+DISTNAME=      libxls-1.5.1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libxls/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -11,7 +11,13 @@
 LICENSE=       2-clause-bsd
 
 GNU_CONFIGURE= yes
+# cplusplus/* is used for tests, but built always
+USE_LANGUAGES= c c++11
 USE_LIBTOOL=   yes
 
+TEST_TARGET=   check
+
+PKGCONFIG_OVERRIDE+=   libxls.pc.in
+
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 393d02d3cccd -r 68ca282cbd63 textproc/libxls/PLIST
--- a/textproc/libxls/PLIST     Mon May 06 08:48:38 2019 +0000
+++ b/textproc/libxls/PLIST     Mon May 06 08:55:20 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/02/11 21:55:27 leot Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/05/06 08:55:20 sjmulder Exp $
 bin/xls2csv
 include/libxls/brdb.c.h
 include/libxls/brdb.h
@@ -9,4 +9,5 @@
 include/libxls/xlstypes.h
 include/xls.h
 lib/libxlsreader.la
+lib/pkgconfig/libxls.pc
 man/man1/xls2csv.1
diff -r 393d02d3cccd -r 68ca282cbd63 textproc/libxls/distinfo
--- a/textproc/libxls/distinfo  Mon May 06 08:48:38 2019 +0000
+++ b/textproc/libxls/distinfo  Mon May 06 08:55:20 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/02/11 21:55:27 leot Exp $
+$NetBSD: distinfo,v 1.2 2019/05/06 08:55:20 sjmulder Exp $
 
-SHA1 (libxls-1.5.0.tar.gz) = 02742e792dc4cefb72caa3d971963bf49793aa0d
-RMD160 (libxls-1.5.0.tar.gz) = ed5eabbb14e7a2d0745de924bda41992c9331f13
-SHA512 (libxls-1.5.0.tar.gz) = 11796bc0a11649eb4a3a51861625e1e8a3bbc36d184727f7235710aaafa4c66a4f3e7b7b32b19416591479e5711aa3353672f4d609abbd8cfa2011a7186f5901
-Size (libxls-1.5.0.tar.gz) = 424639 bytes
+SHA1 (libxls-1.5.1.tar.gz) = e9863d0be50301d2b53f213f8c597c074614dc65
+RMD160 (libxls-1.5.1.tar.gz) = 77edcdbbc1851bbcf3b1038fcbf9032107e0c7fd
+SHA512 (libxls-1.5.1.tar.gz) = 80dbef099919248444592a6fd8a910513cffb9e00671009a543511b49a801cb3d4d06dd1413bb7107f87a76176dd3a09cfdb772bcf641a697f363b184152ceb2
+Size (libxls-1.5.1.tar.gz) = 442217 bytes



Home | Main Index | Thread Index | Old Index