aboutsummaryrefslogtreecommitdiff
path: root/math/libxlsxwriter
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-11-25 09:49:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-11-25 09:49:37 +0000
commit61302842cac9445944bfc7b808333c41d36e0765 (patch)
treebe0f0e129dce845ca8ad83cdde74af999ef7752b /math/libxlsxwriter
parentd5083d08c4bdf6db1f8270010527c9c42525074e (diff)
downloadports-61302842cac9445944bfc7b808333c41d36e0765.tar.gz
ports-61302842cac9445944bfc7b808333c41d36e0765.zip
Update to 0.8.8
Notes
Notes: svn path=/head/; revision=518394
Diffstat (limited to 'math/libxlsxwriter')
-rw-r--r--math/libxlsxwriter/Makefile2
-rw-r--r--math/libxlsxwriter/distinfo6
-rw-r--r--math/libxlsxwriter/files/patch-src_Makefile12
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)