tech-pkg archive

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

Patch: textproc/libxlsxwriter 1.8.5



Official release notes:

 - Fix compile-time warnings with strict prototypes enabled.

Upstream changes not in release notes:

 - Additional formatting tests.
 - Make py.test name configurable.

The latter is an upstreamed pkgsrc patch. The other patch has not yet been accepted.

Sijmen

Index: textproc/libxlsxwriter/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/libxlsxwriter/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- textproc/libxlsxwriter/Makefile     30 Jan 2019 12:55:13 -0000      1.1
+++ textproc/libxlsxwriter/Makefile     11 Feb 2019 09:05:37 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2019/01/30 12:55:13 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}
Index: textproc/libxlsxwriter/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/libxlsxwriter/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- textproc/libxlsxwriter/distinfo     30 Jan 2019 12:55:13 -0000      1.1
+++ textproc/libxlsxwriter/distinfo     11 Feb 2019 09:05:37 -0000
@@ -1,8 +1,7 @@
 $NetBSD: distinfo,v 1.1 2019/01/30 12:55:13 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
Index: textproc/libxlsxwriter/patches/patch-Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/libxlsxwriter/patches/patch-Makefile,v
retrieving revision 1.1
diff -u -r1.1 patch-Makefile
--- textproc/libxlsxwriter/patches/patch-Makefile       30 Jan 2019 12:55:13 -0000      1.1
+++ textproc/libxlsxwriter/patches/patch-Makefile       11 Feb 2019 09:05:37 -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