From owner-svn-ports-all@freebsd.org Sun Nov 8 19:20:33 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 D6D4F2D2CFB; Sun, 8 Nov 2020 19:20:33 +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 4CTkVT5pSjz4m84; Sun, 8 Nov 2020 19:20:33 +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 BA1BB249A4; Sun, 8 Nov 2020 19:20:33 +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 0A8JKX3j088034; Sun, 8 Nov 2020 19:20:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A8JKWRm088028; Sun, 8 Nov 2020 19:20:32 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202011081920.0A8JKWRm088028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 8 Nov 2020 19:20:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554645 - in head/math: libxls sc-im X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/math: libxls sc-im X-SVN-Commit-Revision: 554645 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.34 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: Sun, 08 Nov 2020 19:20:33 -0000 Author: bapt Date: Sun Nov 8 19:20:32 2020 New Revision: 554645 URL: https://svnweb.freebsd.org/changeset/ports/554645 Log: Update libxls to 1.6.1 Modified: head/math/libxls/Makefile head/math/libxls/distinfo head/math/libxls/pkg-descr head/math/libxls/pkg-plist head/math/sc-im/Makefile Modified: head/math/libxls/Makefile ============================================================================== --- head/math/libxls/Makefile Sun Nov 8 19:03:23 2020 (r554644) +++ head/math/libxls/Makefile Sun Nov 8 19:20:32 2020 (r554645) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libxls -PORTVERSION= 1.5.3 +PORTVERSION= 1.6.1 CATEGORIES= math devel MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ Modified: head/math/libxls/distinfo ============================================================================== --- head/math/libxls/distinfo Sun Nov 8 19:03:23 2020 (r554644) +++ head/math/libxls/distinfo Sun Nov 8 19:20:32 2020 (r554645) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598360205 -SHA256 (libxls-1.5.3.tar.gz) = d552d4f34f2691e73bb988fcc5ead8cefd8c0c4b8fcc56273f10177cf9088566 -SIZE (libxls-1.5.3.tar.gz) = 442217 +TIMESTAMP = 1604863008 +SHA256 (libxls-1.6.1.tar.gz) = dbc35fbb7e83bb15adab21db6af8351b52485064e5b7e47685264cba4a99fcf8 +SIZE (libxls-1.6.1.tar.gz) = 443736 Modified: head/math/libxls/pkg-descr ============================================================================== --- head/math/libxls/pkg-descr Sun Nov 8 19:03:23 2020 (r554644) +++ head/math/libxls/pkg-descr Sun Nov 8 19:20:32 2020 (r554645) @@ -1,4 +1,4 @@ Library for parsing Excel (XLS) files, with a sample program for converting Excel files into CSV. -WWW: http://libxls.sourceforge.net/ +WWW: https://github.com/libxls/libxls Modified: head/math/libxls/pkg-plist ============================================================================== --- head/math/libxls/pkg-plist Sun Nov 8 19:03:23 2020 (r554644) +++ head/math/libxls/pkg-plist Sun Nov 8 19:20:32 2020 (r554645) @@ -1,4 +1,6 @@ bin/xls2csv +include/libxls/endian.h +include/libxls/locale.h include/libxls/brdb.c.h include/libxls/brdb.h include/libxls/ole.h @@ -6,9 +8,8 @@ include/libxls/xlsstruct.h include/libxls/xlstool.h include/libxls/xlstypes.h include/xls.h -include/libxls/endian.h lib/libxlsreader.so -lib/libxlsreader.so.1 -lib/libxlsreader.so.1.5.3 +lib/libxlsreader.so.8 +lib/libxlsreader.so.8.0.1 libdata/pkgconfig/libxls.pc man/man1/xls2csv.1.gz Modified: head/math/sc-im/Makefile ============================================================================== --- head/math/sc-im/Makefile Sun Nov 8 19:03:23 2020 (r554644) +++ head/math/sc-im/Makefile Sun Nov 8 19:20:32 2020 (r554645) @@ -4,6 +4,7 @@ PORTNAME= sc-im DISTVERSIONPREFIX= v DISTVERSION= 0.7.0-81 DISTVERSIONSUFFIX= -g9beb5c0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= bapt@FreeBSD.org