Date: Sun, 8 Nov 2020 19:20:32 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> 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 Message-ID: <202011081920.0A8JKWRm088028@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011081920.0A8JKWRm088028>