[144813] trunk/dports/math/matio/Portfile

khindenburg at macports.org khindenburg at macports.org
Mon Jan 18 18:13:05 PST 2016


Revision: 144813
          https://trac.macports.org/changeset/144813
Author:   khindenburg at macports.org
Date:     2016-01-18 18:13:04 -0800 (Mon, 18 Jan 2016)
Log Message:
-----------
matio: update to 1.5.3 #50364

Modified Paths:
--------------
    trunk/dports/math/matio/Portfile

Modified: trunk/dports/math/matio/Portfile
===================================================================
--- trunk/dports/math/matio/Portfile	2016-01-19 01:51:37 UTC (rev 144812)
+++ trunk/dports/math/matio/Portfile	2016-01-19 02:13:04 UTC (rev 144813)
@@ -4,8 +4,7 @@
 PortSystem              1.0
 
 name                    matio
-version                 1.5.2
-revision                4
+version                 1.5.3
 set branch              [join [lrange [split ${version} .] 0 1] .]
 maintainers             nomaintainer
 license                 LGPL-2.1
@@ -21,20 +20,29 @@
 homepage                http://sourceforge.net/projects/matio
 master_sites            sourceforge
 
-checksums               rmd160  7aa46ed93ab091c62d7972f21d0e0a18f1708cdc \
-                        sha256  db02d0fb3373c3d766a606309b17e64a5d8da55610e921a9f1a0ec171e911d45
+checksums               rmd160  2f13702a0580aef83add457eb231c4239776af5d \
+                        sha256  3a1e131f7c2855b4873e2388b2f5028f117691d02af991421d4459a219ed1f19
 
 depends_lib             path:lib/libhdf5.dylib:hdf5 \
                         port:zlib
 
+use_autoreconf          yes
+
 configure.args          --enable-shared
 
+pre-destroot {
+    system "cd ${worksrcpath}/config && chmod a+x install-sh"
+}
+
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${docdir}
     xinstall -m 644 -W ${worksrcpath} \
         COPYING \
         NEWS \
-        README \
+        README.md \
         ${docdir}
 }
+
+test.run                yes
+test.target             check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160118/6aaf5596/attachment.html>


More information about the macports-changes mailing list