From owner-svn-ports-head@freebsd.org Tue Jan 14 08:04:39 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 14D081FFD92; Tue, 14 Jan 2020 08:04:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47xjfZ6qJcz3HjF; Tue, 14 Jan 2020 08:04:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E43631A81F; Tue, 14 Jan 2020 08:04:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00E84cx7012588; Tue, 14 Jan 2020 08:04:38 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00E84cNF012586; Tue, 14 Jan 2020 08:04:38 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202001140804.00E84cNF012586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 14 Jan 2020 08:04:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522993 - head/math/libxlsxwriter X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/math/libxlsxwriter X-SVN-Commit-Revision: 522993 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2020 08:04:39 -0000 Author: bapt Date: Tue Jan 14 08:04:38 2020 New Revision: 522993 URL: https://svnweb.freebsd.org/changeset/ports/522993 Log: Update to 0.9.3 Modified: head/math/libxlsxwriter/Makefile head/math/libxlsxwriter/distinfo head/math/libxlsxwriter/pkg-plist Modified: head/math/libxlsxwriter/Makefile ============================================================================== --- head/math/libxlsxwriter/Makefile Tue Jan 14 07:56:49 2020 (r522992) +++ head/math/libxlsxwriter/Makefile Tue Jan 14 08:04:38 2020 (r522993) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libxlsxwriter -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.3 DISTVERSIONPREFIX= RELEASE_ CATEGORIES= math devel Modified: head/math/libxlsxwriter/distinfo ============================================================================== --- head/math/libxlsxwriter/distinfo Tue Jan 14 07:56:49 2020 (r522992) +++ head/math/libxlsxwriter/distinfo Tue Jan 14 08:04:38 2020 (r522993) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577953452 -SHA256 (jmcnamara-libxlsxwriter-RELEASE_0.9.1_GH0.tar.gz) = 149195ee216b1187a328ac2d334d77573410f7e75c36c0cf15a82ec67478e645 -SIZE (jmcnamara-libxlsxwriter-RELEASE_0.9.1_GH0.tar.gz) = 14606412 +TIMESTAMP = 1578989015 +SHA256 (jmcnamara-libxlsxwriter-RELEASE_0.9.3_GH0.tar.gz) = 5edcf40b063e9fa345c7bc3cc5d72d18458ff4bf0a111da731ae0b8c77df924b +SIZE (jmcnamara-libxlsxwriter-RELEASE_0.9.3_GH0.tar.gz) = 14853284 Modified: head/math/libxlsxwriter/pkg-plist ============================================================================== --- head/math/libxlsxwriter/pkg-plist Tue Jan 14 07:56:49 2020 (r522992) +++ head/math/libxlsxwriter/pkg-plist Tue Jan 14 08:04:38 2020 (r522993) @@ -2,6 +2,7 @@ include/xlsxwriter.h include/xlsxwriter/app.h include/xlsxwriter/chart.h include/xlsxwriter/chartsheet.h +include/xlsxwriter/comment.h include/xlsxwriter/common.h include/xlsxwriter/content_types.h include/xlsxwriter/core.h @@ -21,6 +22,7 @@ include/xlsxwriter/third_party/tmpfileplus.h include/xlsxwriter/third_party/tree.h include/xlsxwriter/third_party/zip.h include/xlsxwriter/utility.h +include/xlsxwriter/vml.h include/xlsxwriter/workbook.h include/xlsxwriter/worksheet.h include/xlsxwriter/xmlwriter.h