Commits

Aaron Madlon-Kay authored 0230be781b2
zopfli: update to 1.0.3
No tags

archivers/zopfli/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup github 1.0
5 5
6 -github.setup google zopfli 1.0.2 zopfli-
6 +github.setup google zopfli 1.0.3 zopfli-
7 7 categories archivers
8 8 platforms darwin
9 9 maintainers nomaintainer
10 10 license Apache-2
11 11
12 12 description Zopfli compression format
13 13
14 14 long_description \
15 15 Zopfli Compression Algorithm is a compression library programmed in C to \
16 16 perform very good, but slow, deflate or zlib compression. This port \
17 17 installs the zopfli and zopflipng tools\; see also port py-zopfli for \
18 18 Python modules.
19 19
20 -checksums rmd160 3464b3fbe331b4890f66f5393ebb40663ba77e2c \
21 - sha256 ceb7ffaecd7a345146857549fada67878b05d3fdd7ab4c1ff4d885ba1d3176a3 \
22 - size 136052
20 +checksums rmd160 c1f6bc03ea89c6e1b3dfc7664388efb8536f3975 \
21 + sha256 59773e911ecb07b9c955d93dd5d0528fd1f9524a8bd9f435650af45e82e20b15 \
22 + size 195240
23 23
24 24 use_configure no
25 25
26 26 variant universal {}
27 27
28 28 build.args-append CC="${configure.cc} [get_canonical_archflags cc]" \
29 29 CXX="${configure.cxx} [get_canonical_archflags cxx]"
30 30 build.target zopfli zopflipng
31 31
32 32 destroot {

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut