From owner-svn-ports-head@freebsd.org Tue Feb 2 10:49:59 2021 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 9554552D789; Tue, 2 Feb 2021 10:49:59 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DVM5g3vdtz4pFr; Tue, 2 Feb 2021 10:49:59 +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 7910F4B73; Tue, 2 Feb 2021 10:49:59 +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 112AnxHN087777; Tue, 2 Feb 2021 10:49:59 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 112Anwef087774; Tue, 2 Feb 2021 10:49:58 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202102021049.112Anwef087774@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 2 Feb 2021 10:49:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563793 - head/math/libxls X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/math/libxls X-SVN-Commit-Revision: 563793 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.34 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, 02 Feb 2021 10:49:59 -0000 Author: bapt Date: Tue Feb 2 10:49:58 2021 New Revision: 563793 URL: https://svnweb.freebsd.org/changeset/ports/563793 Log: Update to 1.6.2 Modified: head/math/libxls/Makefile head/math/libxls/distinfo head/math/libxls/pkg-plist Modified: head/math/libxls/Makefile ============================================================================== --- head/math/libxls/Makefile Tue Feb 2 09:51:08 2021 (r563792) +++ head/math/libxls/Makefile Tue Feb 2 10:49:58 2021 (r563793) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libxls -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= math devel MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ Modified: head/math/libxls/distinfo ============================================================================== --- head/math/libxls/distinfo Tue Feb 2 09:51:08 2021 (r563792) +++ head/math/libxls/distinfo Tue Feb 2 10:49:58 2021 (r563793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604863008 -SHA256 (libxls-1.6.1.tar.gz) = dbc35fbb7e83bb15adab21db6af8351b52485064e5b7e47685264cba4a99fcf8 -SIZE (libxls-1.6.1.tar.gz) = 443736 +TIMESTAMP = 1612262912 +SHA256 (libxls-1.6.2.tar.gz) = 5dacc34d94bf2115926c80c6fb69e4e7bd2ed6403d51cff49041a94172f5e371 +SIZE (libxls-1.6.2.tar.gz) = 443736 Modified: head/math/libxls/pkg-plist ============================================================================== --- head/math/libxls/pkg-plist Tue Feb 2 09:51:08 2021 (r563792) +++ head/math/libxls/pkg-plist Tue Feb 2 10:49:58 2021 (r563793) @@ -10,6 +10,6 @@ include/libxls/xlstypes.h include/xls.h lib/libxlsreader.so lib/libxlsreader.so.8 -lib/libxlsreader.so.8.0.1 +lib/libxlsreader.so.8.0.2 libdata/pkgconfig/libxls.pc man/man1/xls2csv.1.gz