Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2019 13:58:25 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507711 - head/math/matio
Message-ID:  <201907311358.x6VDwP46059332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Wed Jul 31 13:58:25 2019
New Revision: 507711
URL: https://svnweb.freebsd.org/changeset/ports/507711

Log:
  math/matio:
  - Update to 1.5.17
  - Sort variables in accordance with the Ports Makefile style

Modified:
  head/math/matio/Makefile
  head/math/matio/distinfo
  head/math/matio/pkg-plist

Modified: head/math/matio/Makefile
==============================================================================
--- head/math/matio/Makefile	Wed Jul 31 13:30:35 2019	(r507710)
+++ head/math/matio/Makefile	Wed Jul 31 13:58:25 2019	(r507711)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	matio
-PORTVERSION=	1.5.16
-PORTREVISION=	1
+PORTVERSION=	1.5.17
 CATEGORIES=	math
 MASTER_SITES=	SF
 
@@ -12,8 +11,9 @@ COMMENT=	Library for reading and writing Matlab MAT fi
 
 LICENSE=	BSD2CLAUSE
 
-GNU_CONFIGURE=	yes
 USES=		7z compiler:c11 libtool pathfix
+
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 

Modified: head/math/matio/distinfo
==============================================================================
--- head/math/matio/distinfo	Wed Jul 31 13:30:35 2019	(r507710)
+++ head/math/matio/distinfo	Wed Jul 31 13:58:25 2019	(r507711)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561577934
-SHA256 (matio-1.5.16.7z) = b4c055c10402c7e95a77e61ed2484687e4f5c2d973481a6300f222aa82d70571
-SIZE (matio-1.5.16.7z) = 2936898
+TIMESTAMP = 1564569695
+SHA256 (matio-1.5.17.7z) = 59a487238645f8cd4fe06116dc0e65d4e266250b72e7ac557f54c5579dbbc814
+SIZE (matio-1.5.17.7z) = 2917875

Modified: head/math/matio/pkg-plist
==============================================================================
--- head/math/matio/pkg-plist	Wed Jul 31 13:30:35 2019	(r507710)
+++ head/math/matio/pkg-plist	Wed Jul 31 13:58:25 2019	(r507711)
@@ -4,7 +4,7 @@ include/matio_pubconf.h
 lib/libmatio.a
 lib/libmatio.so
 lib/libmatio.so.9
-lib/libmatio.so.9.1.1
+lib/libmatio.so.9.1.2
 libdata/pkgconfig/matio.pc
 man/man3/Mat_Close.3.gz
 man/man3/Mat_CreateVer.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907311358.x6VDwP46059332>