Received: by mail.netbsd.org (Postfix, from userid 605) id DDB5784D64; Mon, 11 Feb 2019 18:30:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 64E2484D53 for ; Mon, 11 Feb 2019 18:30:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hOxZ5RB1Vdar for ; Mon, 11 Feb 2019 18:30:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DADB784D2B for ; Mon, 11 Feb 2019 18:30:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D5827FB16; Mon, 11 Feb 2019 18:30:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1549909847248860" MIME-Version: 1.0 Date: Mon, 11 Feb 2019 18:30:47 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/textproc/libxlsxwriter To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20190211183047.D5827FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1549909847248860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Mon Feb 11 18:30:47 UTC 2019 Modified Files: pkgsrc/textproc/libxlsxwriter: Makefile distinfo Removed Files: pkgsrc/textproc/libxlsxwriter/patches: patch-Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/libxlsxwriter/Makefile \ pkgsrc/textproc/libxlsxwriter/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/libxlsxwriter/patches/patch-Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1549909847248860 Content-Disposition: inline Content-Length: 1908 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/libxlsxwriter/Makefile diff -u pkgsrc/textproc/libxlsxwriter/Makefile:1.1 pkgsrc/textproc/libxlsxwriter/Makefile:1.2 --- pkgsrc/textproc/libxlsxwriter/Makefile:1.1 Wed Jan 30 12:55:13 2019 +++ pkgsrc/textproc/libxlsxwriter/Makefile Mon Feb 11 18:30:47 2019 @@ -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} Index: pkgsrc/textproc/libxlsxwriter/distinfo diff -u pkgsrc/textproc/libxlsxwriter/distinfo:1.1 pkgsrc/textproc/libxlsxwriter/distinfo:1.2 --- pkgsrc/textproc/libxlsxwriter/distinfo:1.1 Wed Jan 30 12:55:13 2019 +++ pkgsrc/textproc/libxlsxwriter/distinfo Mon Feb 11 18:30:47 2019 @@ -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 --_----------=_1549909847248860--