diff options
author | makc <makc@FreeBSD.org> | 2016-11-01 07:22:27 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2016-11-01 07:22:27 +0800 |
commit | d69336fde114cce41b8f49a1e5f71481b27f0c40 (patch) | |
tree | 7e701a8fe5f1c2718a21a1e272116cd51e376f7e /math | |
parent | 051a1cfbe0219c3d2d1911fe5c56dfcf8c11648d (diff) | |
download | freebsd-ports-gnome-d69336fde114cce41b8f49a1e5f71481b27f0c40.tar.gz freebsd-ports-gnome-d69336fde114cce41b8f49a1e5f71481b27f0c40.tar.zst freebsd-ports-gnome-d69336fde114cce41b8f49a1e5f71481b27f0c40.zip |
math/matio:
- Update to 1.5.9 (based on [1])
- Switch to 7z-compressed distfile
- Remove no longer needed patch
- Take maintainership
PR: 213594 [1]
Submitted by: pi
Diffstat (limited to 'math')
-rw-r--r-- | math/matio/Makefile | 10 | ||||
-rw-r--r-- | math/matio/distinfo | 5 | ||||
-rw-r--r-- | math/matio/files/patch-configure | 11 | ||||
-rw-r--r-- | math/matio/pkg-plist | 4 |
4 files changed, 11 insertions, 19 deletions
diff --git a/math/matio/Makefile b/math/matio/Makefile index 48e1e9bea75d..fe7d32a3c899 100644 --- a/math/matio/Makefile +++ b/math/matio/Makefile @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= matio -PORTVERSION= 1.5.2 -PORTREVISION= 6 +PORTVERSION= 1.5.9 CATEGORIES= math MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= makc@FreeBSD.org COMMENT= Library for reading and writing Matlab MAT files LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes -USES= libtool pathfix +USES= 7z libtool pathfix USE_LDCONFIG= yes INSTALL_TARGET= install-strip @@ -25,4 +24,7 @@ HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 HDF5_CONFIGURE_ON= --enable-mat73=yes \ --with-hdf5=${LOCALBASE} +post-extract: + @${CHMOD} +x ${WRKSRC}/configure + .include <bsd.port.mk> diff --git a/math/matio/distinfo b/math/matio/distinfo index 513aa8701cf4..5fae325cb437 100644 --- a/math/matio/distinfo +++ b/math/matio/distinfo @@ -1,2 +1,3 @@ -SHA256 (matio-1.5.2.tar.gz) = db02d0fb3373c3d766a606309b17e64a5d8da55610e921a9f1a0ec171e911d45 -SIZE (matio-1.5.2.tar.gz) = 8179926 +TIMESTAMP = 1477949612 +SHA256 (matio-1.5.9.7z) = 6598154101d9c143b0e32fe248bacd98a4aa3dcc32f71df4afa88f66e048cdd8 +SIZE (matio-1.5.9.7z) = 2701236 diff --git a/math/matio/files/patch-configure b/math/matio/files/patch-configure deleted file mode 100644 index e086230e7dfd..000000000000 --- a/math/matio/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2013-07-31 23:52:52 UTC -+++ configure -@@ -14753,7 +14753,7 @@ $as_echo_n "checking for HDF5 software.. - - if test "x$HDF5_DIR" != "x" -a "x$HDF5_DIR" != "xyes" - then -- HDF5_CFLAGS="-I${HDF5_DIR}/include" -+ HDF5_CFLAGS="-I${HDF5_DIR}/include -DH5_USE_18_API" - if test "$acl_libdirstem" != "lib" -a -d "${HDF5_DIR}/$acl_libdirstem" - then - HDF5_LIBS="-L${HDF5_DIR}/$acl_libdirstem -lhdf5" diff --git a/math/matio/pkg-plist b/math/matio/pkg-plist index a8a4743d6440..fe8965200471 100644 --- a/math/matio/pkg-plist +++ b/math/matio/pkg-plist @@ -3,8 +3,8 @@ include/matio.h include/matio_pubconf.h lib/libmatio.a lib/libmatio.so -lib/libmatio.so.2 -lib/libmatio.so.2.0.2 +lib/libmatio.so.4 +lib/libmatio.so.4.2.0 libdata/pkgconfig/matio.pc man/man3/Mat_Close.3.gz man/man3/Mat_CreateVer.3.gz |