svn commit: r425035 - in head/math/matio: . files
Max Brazhnikov
makc at FreeBSD.org
Mon Oct 31 23:22:29 UTC 2016
Author: makc
Date: Mon Oct 31 23:22:27 2016
New Revision: 425035
URL: https://svnweb.freebsd.org/changeset/ports/425035
Log:
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
Deleted:
head/math/matio/files/
Modified:
head/math/matio/Makefile
head/math/matio/distinfo
head/math/matio/pkg-plist
Modified: head/math/matio/Makefile
==============================================================================
--- head/math/matio/Makefile Mon Oct 31 22:52:27 2016 (r425034)
+++ head/math/matio/Makefile Mon Oct 31 23:22:27 2016 (r425035)
@@ -2,18 +2,17 @@
# $FreeBSD$
PORTNAME= matio
-PORTVERSION= 1.5.2
-PORTREVISION= 6
+PORTVERSION= 1.5.9
CATEGORIES= math
MASTER_SITES= SF
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= makc at 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/hdf
HDF5_CONFIGURE_ON= --enable-mat73=yes \
--with-hdf5=${LOCALBASE}
+post-extract:
+ @${CHMOD} +x ${WRKSRC}/configure
+
.include <bsd.port.mk>
Modified: head/math/matio/distinfo
==============================================================================
--- head/math/matio/distinfo Mon Oct 31 22:52:27 2016 (r425034)
+++ head/math/matio/distinfo Mon Oct 31 23:22:27 2016 (r425035)
@@ -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
Modified: head/math/matio/pkg-plist
==============================================================================
--- head/math/matio/pkg-plist Mon Oct 31 22:52:27 2016 (r425034)
+++ head/math/matio/pkg-plist Mon Oct 31 23:22:27 2016 (r425035)
@@ -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
More information about the svn-ports-all
mailing list