Skip to content

Commit

Permalink
matio: update to version 1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Feb 15, 2017
1 parent 41ded45 commit 39c192a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions math/matio/Portfile
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0

name matio
version 1.5.9
version 1.5.10
set branch [join [lrange [split ${version} .] 0 1] .]
maintainers {mps @Schamschula} openmaintainer
license LGPL-2.1
Expand All @@ -19,8 +19,8 @@ long_description Matio is a library for reading and writing Matlab \
homepage http://sourceforge.net/projects/matio
master_sites sourceforge:project/matio/matio/${version}/

checksums rmd160 7f6f0fb069575be26ac00c4bf1a6c2bfe272e4b4 \
sha256 beb7f965831ec5b4ef43f8830ee1ef1c121cd98e11b0f6e1d98713d9f860c05c
checksums rmd160 e94f30d113ab4d0d73c0da564af928f1be5bdf7e \
sha256 41209918cebd8cc87a4aa815fed553610911be558f027aee54af8b599c78b501

depends_lib path:lib/libhdf5.dylib:hdf5 \
port:zlib
Expand All @@ -41,7 +41,7 @@ post-destroot {
xinstall -m 644 -W ${worksrcpath} \
COPYING \
NEWS \
README.md \
README \
${docdir}
}

Expand Down

0 comments on commit 39c192a

Please sign in to comment.