[151447] trunk/dports

raimue at macports.org raimue at macports.org
Tue Aug 16 08:03:09 PDT 2016


Revision: 151447
          https://trac.macports.org/changeset/151447
Author:   raimue at macports.org
Date:     2016-08-16 08:03:09 -0700 (Tue, 16 Aug 2016)
Log Message:
-----------
archivers/brotli, python/py-brotli:
Update to version 0.5.2, switch to cmake build system for brotli

Modified Paths:
--------------
    trunk/dports/archivers/brotli/Portfile
    trunk/dports/python/py-brotli/Portfile

Modified: trunk/dports/archivers/brotli/Portfile
===================================================================
--- trunk/dports/archivers/brotli/Portfile	2016-08-16 15:01:04 UTC (rev 151446)
+++ trunk/dports/archivers/brotli/Portfile	2016-08-16 15:03:09 UTC (rev 151447)
@@ -3,9 +3,10 @@
 
 PortSystem          1.0
 PortGroup           github 1.0
+PortGroup           cmake 1.0
 
 # keep this in sync with port py-brotli
-github.setup        google brotli 0.4.0 v
+github.setup        google brotli 0.5.2 v
 categories          archivers
 platforms           darwin
 maintainers         raimue \
@@ -19,17 +20,5 @@
     in speed with deflate but offers more dense compression. This port installs \
     the bro tool, see also port py-brotli for python modules.
 
-checksums           rmd160  bc8222f500d45a633b7a069f60664c028f0f8580 \
-                    sha256  43796b7f4604431cd902305b99b1e5ebbe103a59b08cef3887e36a72cb05ed1a
-
-use_configure       no
-
-build.dir           ${worksrcpath}/tools
-build.args          CC=${configure.cc} \
-                    CXX=${configure.cxx} \
-                    CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \
-                    CXXFLAGS="${configure.cxxflags} [get_canonical_archflags cxx]"
-
-destroot {
-    xinstall -m 755 ${worksrcpath}/tools/bro ${destroot}${prefix}/bin
-}
+checksums           rmd160  e76dccbd6670499f800a7434cb1d66f7594d4f97 \
+                    sha256  2f01a70c9b525400d236ab89f4af96bed444a40cf55c87a4787a53520679a543

Modified: trunk/dports/python/py-brotli/Portfile
===================================================================
--- trunk/dports/python/py-brotli/Portfile	2016-08-16 15:01:04 UTC (rev 151446)
+++ trunk/dports/python/py-brotli/Portfile	2016-08-16 15:03:09 UTC (rev 151447)
@@ -6,7 +6,7 @@
 PortGroup           python 1.0
 
 # keep this in sync with port brotli
-github.setup        google brotli 0.4.0 v
+github.setup        google brotli 0.5.2 v
 name                py-brotli
 categories          python archivers
 platforms           darwin
@@ -21,7 +21,7 @@
     in speed with deflate but offers more dense compression. This port installs \
     python modules, see also port brotli for the bro tool.
 
-checksums           rmd160  bc8222f500d45a633b7a069f60664c028f0f8580 \
-                    sha256  43796b7f4604431cd902305b99b1e5ebbe103a59b08cef3887e36a72cb05ed1a
+checksums           rmd160  e76dccbd6670499f800a7434cb1d66f7594d4f97 \
+                    sha256  2f01a70c9b525400d236ab89f4af96bed444a40cf55c87a4787a53520679a543
 
 python.versions     27 33 34 35
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160816/405cbc6c/attachment.html>


More information about the macports-changes mailing list