Index: head/math/matio/files/patch-configure =================================================================== --- head/math/matio/files/patch-configure (revision 425034) +++ head/math/matio/files/patch-configure (nonexistent) @@ -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" Property changes on: head/math/matio/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/matio/Makefile =================================================================== --- head/math/matio/Makefile (revision 425034) +++ head/math/matio/Makefile (revision 425035) @@ -1,28 +1,30 @@ # Created by: rfarmer@predatorlabs.net # $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 OPTIONS_DEFINE= HDF5 OPTIONS_DEFAULT= HDF5 HDF5_DESC= Support for MAT file version 7.3 HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 HDF5_CONFIGURE_ON= --enable-mat73=yes \ --with-hdf5=${LOCALBASE} + +post-extract: + @${CHMOD} +x ${WRKSRC}/configure .include Index: head/math/matio/distinfo =================================================================== --- head/math/matio/distinfo (revision 425034) +++ head/math/matio/distinfo (revision 425035) @@ -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 Index: head/math/matio/pkg-plist =================================================================== --- head/math/matio/pkg-plist (revision 425034) +++ head/math/matio/pkg-plist (revision 425035) @@ -1,28 +1,28 @@ bin/matdump 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 man/man3/Mat_GetFilename.3.gz man/man3/Mat_GetLibraryVersion.3.gz man/man3/Mat_GetVersion.3.gz man/man3/Mat_Open.3.gz man/man3/Mat_Rewind.3.gz man/man3/Mat_VarAddStructField.3.gz man/man3/Mat_VarCreate.3.gz man/man3/Mat_VarCreateStruct.3.gz man/man3/Mat_VarFree.3.gz man/man3/Mat_VarGetNumberOfFields.3.gz man/man3/Mat_VarGetStructFieldnames.3.gz man/man3/Mat_VarGetStructs.3.gz man/man3/Mat_VarGetStructsLinear.3.gz man/man3/Mat_VarRead.3.gz man/man3/Mat_VarReadInfo.3.gz man/man3/Mat_VarReadNext.3.gz man/man3/Mat_VarReadNextInfo.3.gz man/man3/Mat_VarWrite.3.gz