git: c6f0c1448f46 - main - math/libxslxwriter: update to 1.1.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Nov 2021 15:47:58 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6f0c1448f467beb7bc8df7f3f5ac869147e05fd commit c6f0c1448f467beb7bc8df7f3f5ac869147e05fd Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-11-23 15:47:19 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-11-23 15:47:55 +0000 math/libxslxwriter: update to 1.1.4 Bump portrevision of dependant ports --- math/libxlsxwriter/Makefile | 2 +- math/libxlsxwriter/distinfo | 6 +++--- math/libxlsxwriter/pkg-plist | 3 ++- math/sc-im/Makefile | 1 + 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/math/libxlsxwriter/Makefile b/math/libxlsxwriter/Makefile index 80a74651a920..ec942ce5d2a5 100644 --- a/math/libxlsxwriter/Makefile +++ b/math/libxlsxwriter/Makefile @@ -1,5 +1,5 @@ PORTNAME= libxlsxwriter -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 DISTVERSIONPREFIX= RELEASE_ CATEGORIES= math devel diff --git a/math/libxlsxwriter/distinfo b/math/libxlsxwriter/distinfo index 3f717b65e587..cfb3c9637ab8 100644 --- a/math/libxlsxwriter/distinfo +++ b/math/libxlsxwriter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629211802 -SHA256 (jmcnamara-libxlsxwriter-RELEASE_1.1.3_GH0.tar.gz) = bd7a3d38c6a8ef5e31d07a61fded23ac00d29d758417ca42db89da60bf796d78 -SIZE (jmcnamara-libxlsxwriter-RELEASE_1.1.3_GH0.tar.gz) = 19166983 +TIMESTAMP = 1637682339 +SHA256 (jmcnamara-libxlsxwriter-RELEASE_1.1.4_GH0.tar.gz) = b379eb35fdd9c653ebe72485b9c992f612c7ea66f732784457997d6e782f619b +SIZE (jmcnamara-libxlsxwriter-RELEASE_1.1.4_GH0.tar.gz) = 20442200 diff --git a/math/libxlsxwriter/pkg-plist b/math/libxlsxwriter/pkg-plist index 2e2193719fce..a55fafbf69f2 100644 --- a/math/libxlsxwriter/pkg-plist +++ b/math/libxlsxwriter/pkg-plist @@ -15,6 +15,7 @@ include/xlsxwriter/packager.h include/xlsxwriter/relationships.h include/xlsxwriter/shared_strings.h include/xlsxwriter/styles.h +include/xlsxwriter/table.h include/xlsxwriter/theme.h include/xlsxwriter/third_party/emyg_dtoa.h include/xlsxwriter/third_party/ioapi.h @@ -30,5 +31,5 @@ include/xlsxwriter/worksheet.h include/xlsxwriter/xmlwriter.h lib/libxlsxwriter.a lib/libxlsxwriter.so -lib/libxlsxwriter.so.3 +lib/libxlsxwriter.so.4 libdata/pkgconfig/xlsxwriter.pc diff --git a/math/sc-im/Makefile b/math/sc-im/Makefile index a40d3ce35da0..35697c528c51 100644 --- a/math/sc-im/Makefile +++ b/math/sc-im/Makefile @@ -1,6 +1,7 @@ PORTNAME= sc-im DISTVERSIONPREFIX= v DISTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= bapt@FreeBSD.org