diff options
author | bapt <bapt@FreeBSD.org> | 2019-11-25 17:49:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2019-11-25 17:49:37 +0800 |
commit | 56e75cffc20055bb181c7f469a4bbc606ac40197 (patch) | |
tree | be0f0e129dce845ca8ad83cdde74af999ef7752b /math | |
parent | 47d3cd828b691eafb2f1e4a708a3a3e26dcfd44d (diff) | |
download | freebsd-ports-gnome-56e75cffc20055bb181c7f469a4bbc606ac40197.tar.gz freebsd-ports-gnome-56e75cffc20055bb181c7f469a4bbc606ac40197.tar.zst freebsd-ports-gnome-56e75cffc20055bb181c7f469a4bbc606ac40197.zip |
Update to 0.8.8
Diffstat (limited to 'math')
-rw-r--r-- | math/libxlsxwriter/Makefile | 2 | ||||
-rw-r--r-- | math/libxlsxwriter/distinfo | 6 | ||||
-rw-r--r-- | math/libxlsxwriter/files/patch-src_Makefile | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/math/libxlsxwriter/Makefile b/math/libxlsxwriter/Makefile index bd7a2261e306..8d0f53dcf637 100644 --- a/math/libxlsxwriter/Makefile +++ b/math/libxlsxwriter/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libxlsxwriter -PORTVERSION= 0.8.6 +PORTVERSION= 0.8.8 DISTVERSIONPREFIX= RELEASE_ CATEGORIES= math devel diff --git a/math/libxlsxwriter/distinfo b/math/libxlsxwriter/distinfo index 64f5617b00b9..c95cb672fd3b 100644 --- a/math/libxlsxwriter/distinfo +++ b/math/libxlsxwriter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1554714428 -SHA256 (jmcnamara-libxlsxwriter-RELEASE_0.8.6_GH0.tar.gz) = 76cd0d10dbb4e0f38814c89bbdabd49b329a84eb5b4b12135c0550b633c09d51 -SIZE (jmcnamara-libxlsxwriter-RELEASE_0.8.6_GH0.tar.gz) = 13987986 +TIMESTAMP = 1574674719 +SHA256 (jmcnamara-libxlsxwriter-RELEASE_0.8.8_GH0.tar.gz) = d9baf277f182e35d4789ea3e01887e7e832dc3c7eff4dbbd2ef6918e3f34df11 +SIZE (jmcnamara-libxlsxwriter-RELEASE_0.8.8_GH0.tar.gz) = 14546868 diff --git a/math/libxlsxwriter/files/patch-src_Makefile b/math/libxlsxwriter/files/patch-src_Makefile index 35caf1c5c16a..25d55b0ed535 100644 --- a/math/libxlsxwriter/files/patch-src_Makefile +++ b/math/libxlsxwriter/files/patch-src_Makefile @@ -1,6 +1,6 @@ ---- src/Makefile.orig 2017-08-20 11:11:42 UTC +--- src/Makefile.orig 2019-11-17 18:51:49 UTC +++ src/Makefile -@@ -54,7 +54,7 @@ endif +@@ -64,7 +64,7 @@ endif # Library names. LIBXLSXWRITER_A = libxlsxwriter.a @@ -9,7 +9,7 @@ # Library with additional non-static functions for testing. LIBXLSXWRITER_TO = libxlsxwriter_test.a -@@ -64,7 +64,7 @@ ARFLAGS = rc +@@ -74,7 +74,7 @@ ARFLAGS = rc # Flags passed to dynamic linker. FPIC = -fPIC @@ -18,7 +18,7 @@ # Get Env/OS name. UNAME := $(shell uname) -@@ -116,11 +116,11 @@ $(LIBXLSXWRITER_A) : $(OBJS) +@@ -126,11 +126,11 @@ $(LIBXLSXWRITER_A) : $(OBJS) # The dynamic library. ifeq ($(findstring m32,$(CFLAGS)),m32) @@ -27,8 +27,8 @@ endif $(LIBXLSXWRITER_SO) : $(SOBJS) -- $(Q)$(CC) $(SOFLAGS) $(ARCH) -o $@ $(MINIZIP_SO) $(TMPFILEPLUS_SO) $^ $(LIBS) -+ $(Q)$(CC) $(SOFLAGS) $(XLSX_ARCH) -o $@ $(MINIZIP_SO) $(TMPFILEPLUS_SO) $^ $(LIBS) +- $(Q)$(CC) $(LDFLAGS) $(SOFLAGS) $(ARCH) -o $@ $(MINIZIP_SO) $(TMPFILEPLUS_SO) $^ $(LIBS) ++ $(Q)$(CC) $(LDFLAGS) $(SOFLAGS) $(XSLX_ARCH) -o $@ $(MINIZIP_SO) $(TMPFILEPLUS_SO) $^ $(LIBS) # The test library. $(LIBXLSXWRITER_TO) : $(TOBJS) |