From owner-svn-ports-all@freebsd.org Tue Aug 25 12:57:17 2020 Return-Path: Delivered-To: svn-ports-all@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 222083CA7E8; Tue, 25 Aug 2020 12:57:17 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BbTXs058lz4LrZ; Tue, 25 Aug 2020 12:57:17 +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 DA76C29FDD; Tue, 25 Aug 2020 12:57:16 +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 07PCvGaM035082; Tue, 25 Aug 2020 12:57:16 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07PCvGSS035080; Tue, 25 Aug 2020 12:57:16 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202008251257.07PCvGSS035080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 25 Aug 2020 12:57:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546166 - head/math/libxls X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/math/libxls X-SVN-Commit-Revision: 546166 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2020 12:57:17 -0000 Author: bapt Date: Tue Aug 25 12:57:16 2020 New Revision: 546166 URL: https://svnweb.freebsd.org/changeset/ports/546166 Log: update to 1.5.3 Modified: head/math/libxls/Makefile head/math/libxls/distinfo head/math/libxls/pkg-plist Modified: head/math/libxls/Makefile ============================================================================== --- head/math/libxls/Makefile Tue Aug 25 12:54:23 2020 (r546165) +++ head/math/libxls/Makefile Tue Aug 25 12:57:16 2020 (r546166) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libxls -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= math devel MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ Modified: head/math/libxls/distinfo ============================================================================== --- head/math/libxls/distinfo Tue Aug 25 12:54:23 2020 (r546165) +++ head/math/libxls/distinfo Tue Aug 25 12:57:16 2020 (r546166) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577453329 -SHA256 (libxls-1.5.2.tar.gz) = 8d7e52d96ccc6c498e5de78c1988d9838d914eeeb94ac60208378340bd6e6aaa -SIZE (libxls-1.5.2.tar.gz) = 443227 +TIMESTAMP = 1598360205 +SHA256 (libxls-1.5.3.tar.gz) = d552d4f34f2691e73bb988fcc5ead8cefd8c0c4b8fcc56273f10177cf9088566 +SIZE (libxls-1.5.3.tar.gz) = 442217 Modified: head/math/libxls/pkg-plist ============================================================================== --- head/math/libxls/pkg-plist Tue Aug 25 12:54:23 2020 (r546165) +++ head/math/libxls/pkg-plist Tue Aug 25 12:57:16 2020 (r546166) @@ -9,6 +9,6 @@ include/xls.h include/libxls/endian.h lib/libxlsreader.so lib/libxlsreader.so.1 -lib/libxlsreader.so.1.5.2 +lib/libxlsreader.so.1.5.3 libdata/pkgconfig/libxls.pc man/man1/xls2csv.1.gz