aboutsummaryrefslogtreecommitdiff
path: root/math/libxlsxwriter
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-08-21 15:46:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-08-21 15:46:54 +0000
commit73a8ead5939290899db5ff5419c81067ea49de3d (patch)
tree7c8193a199f8959c3d0e4c92739031a7e71a4ffe /math/libxlsxwriter
parent501053616f3eb9c9d3a9539ecce0f9ebec2eb694 (diff)
downloadports-73a8ead5939290899db5ff5419c81067ea49de3d.tar.gz
ports-73a8ead5939290899db5ff5419c81067ea49de3d.zip
Update to 0.7.4
Notes
Notes: svn path=/head/; revision=448479
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_Makefile14
3 files changed, 11 insertions, 11 deletions
diff --git a/math/libxlsxwriter/Makefile b/math/libxlsxwriter/Makefile
index 41a2bef163c8..7a3dc85a3de2 100644
--- a/math/libxlsxwriter/Makefile
+++ b/math/libxlsxwriter/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libxlsxwriter
-PORTVERSION= 0.7.3
+PORTVERSION= 0.7.4
DISTVERSIONPREFIX= RELEASE_
CATEGORIES= math devel
diff --git a/math/libxlsxwriter/distinfo b/math/libxlsxwriter/distinfo
index 258e89a4403a..b7d6df3a95b8 100644
--- a/math/libxlsxwriter/distinfo
+++ b/math/libxlsxwriter/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502871956
-SHA256 (jmcnamara-libxlsxwriter-RELEASE_0.7.3_GH0.tar.gz) = 84dbbd164b440695119ded3a8e2b6cac07d0d284343ab977c88dc0418d8fcde5
-SIZE (jmcnamara-libxlsxwriter-RELEASE_0.7.3_GH0.tar.gz) = 12195502
+TIMESTAMP = 1503330093
+SHA256 (jmcnamara-libxlsxwriter-RELEASE_0.7.4_GH0.tar.gz) = 4a1143e4d9532468305fe7553792ab01274febdf715175a89c7ab8296378fa14
+SIZE (jmcnamara-libxlsxwriter-RELEASE_0.7.4_GH0.tar.gz) = 12195563
diff --git a/math/libxlsxwriter/files/patch-src_Makefile b/math/libxlsxwriter/files/patch-src_Makefile
index 381e821df971..35caf1c5c16a 100644
--- a/math/libxlsxwriter/files/patch-src_Makefile
+++ b/math/libxlsxwriter/files/patch-src_Makefile
@@ -1,6 +1,6 @@
---- src/Makefile.orig 2017-01-30 00:30:31 UTC
+--- src/Makefile.orig 2017-08-20 11:11:42 UTC
+++ src/Makefile
-@@ -39,7 +39,7 @@ endif
+@@ -54,7 +54,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
-@@ -49,7 +49,7 @@ ARFLAGS = rc
+@@ -64,7 +64,7 @@ ARFLAGS = rc
# Flags passed to dynamic linker.
FPIC = -fPIC
@@ -18,17 +18,17 @@
# Get Env/OS name.
UNAME := $(shell uname)
-@@ -101,11 +101,11 @@ $(LIBXLSXWRITER_A) : $(OBJS)
+@@ -116,11 +116,11 @@ $(LIBXLSXWRITER_A) : $(OBJS)
# The dynamic library.
ifeq ($(findstring m32,$(CFLAGS)),m32)
-ARCH = -m32
-+XSLX_ARCH = -m32
++XLSX_ARCH = -m32
endif
$(LIBXLSXWRITER_SO) : $(SOBJS)
-- $(Q)$(CC) $(SOFLAGS) $(ARCH) -o $@ $(MINIZIP_DIR)/ioapi.so $(MINIZIP_DIR)/zip.so $(TMPFILEPLUS_SO) $^ -lz
-+ $(Q)$(CC) $(SOFLAGS) $(XLSX_ARCH) -o $@ $(MINIZIP_DIR)/ioapi.so $(MINIZIP_DIR)/zip.so $(TMPFILEPLUS_SO) $^ -lz
+- $(Q)$(CC) $(SOFLAGS) $(ARCH) -o $@ $(MINIZIP_SO) $(TMPFILEPLUS_SO) $^ $(LIBS)
++ $(Q)$(CC) $(SOFLAGS) $(XLSX_ARCH) -o $@ $(MINIZIP_SO) $(TMPFILEPLUS_SO) $^ $(LIBS)
# The test library.
$(LIBXLSXWRITER_TO) : $(TOBJS)