pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/libxlsxwriter libxlsxwriter: Update to 0.8.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/1c40b44c8b0a
branches: trunk
changeset: 329560:1c40b44c8b0a
user: leot <leot%pkgsrc.org@localhost>
date: Mon Feb 11 18:30:47 2019 +0000
description:
libxlsxwriter: Update to 0.8.5
Patch provided by Sijmen J. Mulder via tech-pkg@, thanks!
pkgsrc changes:
- Remove patches/patch-Makefile, it was imported upstream
Changes:
0.8.5
-----
- Fix compile-time warnings with strict prototypes enabled.
- Additional formatting tests.
- Make py.test name configurable.
diffstat:
textproc/libxlsxwriter/Makefile | 4 ++--
textproc/libxlsxwriter/distinfo | 11 +++++------
textproc/libxlsxwriter/patches/patch-Makefile | 27 ---------------------------
3 files changed, 7 insertions(+), 35 deletions(-)
diffs (60 lines):
diff -r f016399c2ae2 -r 1c40b44c8b0a textproc/libxlsxwriter/Makefile
--- a/textproc/libxlsxwriter/Makefile Mon Feb 11 15:07:23 2019 +0000
+++ b/textproc/libxlsxwriter/Makefile Mon Feb 11 18:30:47 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/01/30 12:55:13 leot Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/11 18:30:47 leot Exp $
-DISTNAME= libxlsxwriter-0.8.4
+DISTNAME= libxlsxwriter-0.8.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=jmcnamara/}
GITHUB_TAG= RELEASE_${PKGVERSION_NOREV}
diff -r f016399c2ae2 -r 1c40b44c8b0a textproc/libxlsxwriter/distinfo
--- a/textproc/libxlsxwriter/distinfo Mon Feb 11 15:07:23 2019 +0000
+++ b/textproc/libxlsxwriter/distinfo Mon Feb 11 18:30:47 2019 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.1 2019/01/30 12:55:13 leot Exp $
+$NetBSD: distinfo,v 1.2 2019/02/11 18:30:47 leot Exp $
-SHA1 (libxlsxwriter-0.8.4.tar.gz) = 130b8e79abd826c2b58cbde076aadb20bfe7abc1
-RMD160 (libxlsxwriter-0.8.4.tar.gz) = b3153e947cc9736e2fb5be053c660940fcc31449
-SHA512 (libxlsxwriter-0.8.4.tar.gz) = b4de99605c9f3b8d7038e7ac49979bdb1998016e04e474008a4f086f5f42e072ab977a70f408b0a348f1ae1ce999a3d9d415961288797ab6ae56d84767f2c5c4
-Size (libxlsxwriter-0.8.4.tar.gz) = 13981205 bytes
-SHA1 (patch-Makefile) = 649fdb200580d1344adf49a3a7519eaba4830d07
+SHA1 (libxlsxwriter-0.8.5.tar.gz) = e924e0f71011b8b11bf7105d980d0b1fb7569dcd
+RMD160 (libxlsxwriter-0.8.5.tar.gz) = 1f92138d9ef1bc2b8a590e669c6bb3378aff0f9c
+SHA512 (libxlsxwriter-0.8.5.tar.gz) = 5bc0c5bb15f54bc554b9ac97c283d2d6fded938e1184effdcbed89eeb0341ba097064be1c1eff700e446899d74b4a5dc41c5ecb24ccf7bf94e405c3c433f55b4
+Size (libxlsxwriter-0.8.5.tar.gz) = 13983145 bytes
SHA1 (patch-src_Makefile) = cdc266a37bb162ffddddc26b244cbb9ef8b5ce9f
diff -r f016399c2ae2 -r 1c40b44c8b0a textproc/libxlsxwriter/patches/patch-Makefile
--- a/textproc/libxlsxwriter/patches/patch-Makefile Mon Feb 11 15:07:23 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-$NetBSD: patch-Makefile,v 1.1 2019/01/30 12:55:13 leot Exp $
-
-Make the py.test name configurable.
-
-Upstream pull request:
-https://github.com/jmcnamara/libxlsxwriter/pull/206
-
---- Makefile.orig 2018-12-11 10:35:42.411978337 +0100
-+++ Makefile 2018-12-11 10:36:14.841058290 +0100
-@@ -11,6 +11,8 @@
- Q=
- endif
-
-+PYTEST ?= py.test
-+
- INSTALL_DIR ?= /usr/local
-
- .PHONY: docs tags examples
-@@ -58,7 +60,7 @@
- # Run the functional tests.
- test_functional : all
- $(Q)$(MAKE) -C test/functional/src
-- $(Q)py.test test/functional -v
-+ $(Q)$(PYTEST) test/functional -v
-
- # Run all tests.
- test_unit :
Home |
Main Index |
Thread Index |
Old Index