[116932] trunk/dports/archivers/blosc/Portfile

mmoll at macports.org mmoll at macports.org
Mon Feb 10 13:04:41 PST 2014


Revision: 116932
          https://trac.macports.org/changeset/116932
Author:   mmoll at macports.org
Date:     2014-02-10 13:04:40 -0800 (Mon, 10 Feb 2014)
Log Message:
-----------
archivers/blosc: update to 1.3.2, so that py-tables works again, see #42431

Modified Paths:
--------------
    trunk/dports/archivers/blosc/Portfile

Modified: trunk/dports/archivers/blosc/Portfile
===================================================================
--- trunk/dports/archivers/blosc/Portfile	2014-02-10 21:03:15 UTC (rev 116931)
+++ trunk/dports/archivers/blosc/Portfile	2014-02-10 21:04:40 UTC (rev 116932)
@@ -3,10 +3,10 @@
 
 PortSystem          1.0
 PortGroup           cmake 1.0
+PortGroup           github 1.0
 
+github.setup        Blosc c-blosc 1.3.2 v
 name                blosc
-version             1.2.3
-revision            2
 categories          archivers devel
 platforms           darwin
 license             MIT
@@ -23,10 +23,9 @@
                     to reduce activity on the memory bus as much as possible.
 
 homepage            http://www.blosc.org/
-master_sites        http://www.blosc.org/sources/stable/
 
-checksums           rmd160  237c34655a5d3fd7e32741a8078b7dcdb11c41a6 \
-                    sha256  b311bb83f925ed6fdd710fb0187a4a0306bde83fc8f09ee6d74b4edfd9c34173
+checksums           rmd160  cecbe8a3ca17eaf6948b906f786b6a1ea13e64e4 \
+                    sha256  98955a46ee1983148a14fcf8e6e89f64e97b4f0ee750f36832b5683d4ce50000
 
 configure.args-append \
                     -DBUILD_STATIC=ON \
@@ -39,7 +38,3 @@
     configure.args-delete       -DBUILD_HDF5_FILTER=OFF
     configure.args-append       -DBUILD_HDF5_FILTER=ON
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "blosc-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140210/382f815e/attachment.html>


More information about the macports-changes mailing list