aboutsummaryrefslogtreecommitdiff
path: root/math/libxlsxwriter
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-06-27 11:28:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-06-27 11:28:07 +0000
commite75f605b1bc3d7d31914815932ab62f7b6356f48 (patch)
tree531c0464a89dd205db2a259d276fb8a01c15ca1a /math/libxlsxwriter
parentb06919b8ff4cd5f28537a341057125fb1c75f69c (diff)
downloadports-e75f605b1bc3d7d31914815932ab62f7b6356f48.tar.gz
ports-e75f605b1bc3d7d31914815932ab62f7b6356f48.zip
Notes
Diffstat (limited to 'math/libxlsxwriter')
-rw-r--r--math/libxlsxwriter/Makefile3
-rw-r--r--math/libxlsxwriter/distinfo6
-rw-r--r--math/libxlsxwriter/files/patch-Makefile13
3 files changed, 5 insertions, 17 deletions
diff --git a/math/libxlsxwriter/Makefile b/math/libxlsxwriter/Makefile
index ff50137f42f0..96e0947daf43 100644
--- a/math/libxlsxwriter/Makefile
+++ b/math/libxlsxwriter/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libxlsxwriter
-PORTVERSION= 0.6.9
+PORTVERSION= 0.7.0
DISTVERSIONPREFIX= RELEASE_
CATEGORIES= math devel
@@ -12,6 +12,7 @@ LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= jmcnamara
+MAKE_ARGS= INSTALL_DIR=${STAGEDIR}${PREFIX}
USE_LDCONFIG= yes
USES= gmake
diff --git a/math/libxlsxwriter/distinfo b/math/libxlsxwriter/distinfo
index 79a8ae993593..c0ed5c6cdc5d 100644
--- a/math/libxlsxwriter/distinfo
+++ b/math/libxlsxwriter/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492678168
-SHA256 (jmcnamara-libxlsxwriter-RELEASE_0.6.9_GH0.tar.gz) = 260bc1a3f3cfc36fd61b59edbf43ba3731fd210ff27ef61a20464bcd6ab1f389
-SIZE (jmcnamara-libxlsxwriter-RELEASE_0.6.9_GH0.tar.gz) = 12188770
+TIMESTAMP = 1498562647
+SHA256 (jmcnamara-libxlsxwriter-RELEASE_0.7.0_GH0.tar.gz) = 56a151302dbdcd5d7c048d1e1eb6085d0b7bae7efbf11d3c67b7a079f4296ea5
+SIZE (jmcnamara-libxlsxwriter-RELEASE_0.7.0_GH0.tar.gz) = 12193289
diff --git a/math/libxlsxwriter/files/patch-Makefile b/math/libxlsxwriter/files/patch-Makefile
deleted file mode 100644
index e570cd674104..000000000000
--- a/math/libxlsxwriter/files/patch-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.orig 2017-01-30 00:30:31 UTC
-+++ Makefile
-@@ -84,8 +84,8 @@ docs:
-
- # Simple minded install.
- install:
-- $(Q)cp -r include/* /usr/include
-- $(Q)cp lib/* /usr/lib
-+ $(Q)cp -r include/* $(DESTDIR)$(PREFIX)/include
-+ $(Q)cp lib/* $(DESTDIR)$(PREFIX)/lib
-
- # Simpler minded uninstall.
- uninstall: