Index: head/math/libxls/Makefile =================================================================== --- head/math/libxls/Makefile (revision 554644) +++ head/math/libxls/Makefile (revision 554645) @@ -1,19 +1,19 @@ # $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}/ MAINTAINER= bapt@FreeBSD.org COMMENT= Extract Cell Data From Excel xls files LICENSE= BSD2CLAUSE USES= compiler:c++11-lang libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes .include Index: head/math/libxls/distinfo =================================================================== --- head/math/libxls/distinfo (revision 554644) +++ head/math/libxls/distinfo (revision 554645) @@ -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 Index: head/math/libxls/pkg-descr =================================================================== --- head/math/libxls/pkg-descr (revision 554644) +++ head/math/libxls/pkg-descr (revision 554645) @@ -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 Index: head/math/libxls/pkg-plist =================================================================== --- head/math/libxls/pkg-plist (revision 554644) +++ head/math/libxls/pkg-plist (revision 554645) @@ -1,14 +1,15 @@ bin/xls2csv +include/libxls/endian.h +include/libxls/locale.h include/libxls/brdb.c.h include/libxls/brdb.h include/libxls/ole.h 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 Index: head/math/sc-im/Makefile =================================================================== --- head/math/sc-im/Makefile (revision 554644) +++ head/math/sc-im/Makefile (revision 554645) @@ -1,32 +1,33 @@ # $FreeBSD$ PORTNAME= sc-im DISTVERSIONPREFIX= v DISTVERSION= 0.7.0-81 DISTVERSIONSUFFIX= -g9beb5c0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= bapt@FreeBSD.org COMMENT= Ncurses spreadsheet program for terminal LICENSE= BSD4CLAUSE LIB_DEPENDS= libxlsreader.so:math/libxls \ libxlsxwriter.so:math/libxlsxwriter \ libzip.so:archivers/libzip USES= compiler:c11 gmake gnome lua:51 ncurses pkgconfig USE_GITHUB= yes GH_ACCOUNT= andmarti1424 USE_GNOME= libxml2 WRKSRC_SUBDIR= src CFLAGS+= -DXLSX_EXPORT -DXLS LIBS+= -lxlsreader -lxlsxwriter MAKE_ENV+= LDLIBS="${LIBS}" MAKE_ARGS+= CC="${CC}" prefix="${PREFIX}" MANDIR="${MANPREFIX}/man/man1" post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sc-im .include