Commits
Zero King authored and tobypeterson committed b1d51ec8719
1 1 | PortSystem 1.0 |
2 2 | PortGroup github 1.0 |
3 3 | |
4 - | github.setup jmacd xdelta-devel 3.0.11 v |
4 + | github.setup jmacd xdelta-devel 3.1.0 v |
5 5 | name xdelta |
6 6 | categories archivers |
7 7 | maintainers perry openmaintainer |
8 8 | platforms darwin |
9 9 | |
10 10 | description open-source binary diff, differential compression tools, \ |
11 11 | VCDIFF (RFC 3284) delta compression |
12 12 | long_description ${description} |
13 - | license GPL-2 |
13 + | license Apache-2 |
14 14 | homepage http://xdelta.org/ |
15 15 | |
16 16 | github.tarball_from releases |
17 17 | distname xdelta3-${version} |
18 18 | |
19 - | checksums rmd160 0096cc3f9c7d8e11741e871926d1cbea080dc20e\ |
20 - | sha256 0ccc9751ceaa4d90d6b06938a4deddb481816f5d9284bd07d2e728609cb300aa |
19 + | checksums rmd160 2e6dd8cfab9434f1354f98eb316a0d50970e049c \ |
20 + | sha256 114543336ab6cee3764e3c03202701ef79d7e5e8e4863fe64811e4d9e61884dc |
21 21 | |
22 22 | depends_lib port:xz |
23 23 | |
24 24 | build.args CC="${configure.cc} [get_canonical_archflags]" |