Skip to content

Commit

Permalink
math/libxslxwriter: update to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Apr 9, 2021
1 parent 1ac0356 commit f689218
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion math/libxlsxwriter/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libxlsxwriter
PORTVERSION= 1.0.0
PORTVERSION= 1.0.1
DISTVERSIONPREFIX= RELEASE_
CATEGORIES= math devel

Expand Down
6 changes: 3 additions & 3 deletions math/libxlsxwriter/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1600109612
SHA256 (jmcnamara-libxlsxwriter-RELEASE_1.0.0_GH0.tar.gz) = 8b353379333c323d14a9d265cd2491d3a6c0032c8d6ec2141f10b82ab66a087c
SIZE (jmcnamara-libxlsxwriter-RELEASE_1.0.0_GH0.tar.gz) = 17352002
TIMESTAMP = 1617972819
SHA256 (jmcnamara-libxlsxwriter-RELEASE_1.0.1_GH0.tar.gz) = 86df82e1180f07bd0be19225776db8fbe199d66e715a343d8c0c3444b05ec00b
SIZE (jmcnamara-libxlsxwriter-RELEASE_1.0.1_GH0.tar.gz) = 17520424
12 changes: 6 additions & 6 deletions math/libxlsxwriter/files/patch-src_Makefile
@@ -1,6 +1,6 @@
--- src/Makefile.orig 2019-12-26 18:59:41 UTC
--- src/Makefile.orig 2021-03-30 13:12:10 UTC
+++ src/Makefile
@@ -73,7 +73,7 @@ endif
@@ -82,7 +82,7 @@ endif

# Library names.
LIBXLSXWRITER_A = libxlsxwriter.a
Expand All @@ -9,7 +9,7 @@

# Library with additional non-static functions for testing.
LIBXLSXWRITER_TO = libxlsxwriter_test.a
@@ -83,7 +83,7 @@ ARFLAGS = rc
@@ -92,7 +92,7 @@ ARFLAGS = rc

# Flags passed to dynamic linker.
FPIC = -fPIC
Expand All @@ -18,7 +18,7 @@

# Get Env/OS name.
UNAME := $(shell uname)
@@ -135,11 +135,11 @@ $(LIBXLSXWRITER_A) : $(OBJS)
@@ -144,11 +144,11 @@ $(LIBXLSXWRITER_A) : $(OBJS)

# The dynamic library.
ifeq ($(findstring m32,$(CFLAGS)),m32)
Expand All @@ -27,8 +27,8 @@
endif

$(LIBXLSXWRITER_SO) : $(SOBJS)
- $(Q)$(CC) $(LDFLAGS) $(SOFLAGS) $(ARCH) -o $@ $(MINIZIP_SO) $(TMPFILEPLUS_SO) $(MD5_SO) $^ $(LIBS)
+ $(Q)$(CC) $(LDFLAGS) $(SOFLAGS) $(XSLX_ARCH) -o $@ $(MINIZIP_SO) $(TMPFILEPLUS_SO) $(MD5_SO) $^ $(LIBS)
- $(Q)$(CC) $(LDFLAGS) $(SOFLAGS) $(ARCH) $(TARGET_ARCH) -o $@ $(MINIZIP_SO) $(TMPFILEPLUS_SO) $(MD5_SO) $^ $(LIBS)
+ $(Q)$(CC) $(LDFLAGS) $(SOFLAGS) $(XLSX_ARCH) $(TARGET_ARCH) -o $@ $(MINIZIP_SO) $(TMPFILEPLUS_SO) $(MD5_SO) $^ $(LIBS)

# The test library.
$(LIBXLSXWRITER_TO) : $(TOBJS)
1 change: 1 addition & 0 deletions math/libxlsxwriter/pkg-plist
Expand Up @@ -29,3 +29,4 @@ include/xlsxwriter/xmlwriter.h
lib/libxlsxwriter.a
lib/libxlsxwriter.so
lib/libxlsxwriter.so.0
libdata/pkgconfig/xlsxwriter.pc

0 comments on commit f689218

Please sign in to comment.