Commits
Marius Schamschula authored c44262406a2
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 cmake 1.1 |
5 5 | |
6 6 | name libzip |
7 - | version 1.5.1 |
7 + | version 1.5.2 |
8 + | revision 0 |
8 9 | categories archivers |
9 10 | license BSD |
10 11 | platforms darwin |
11 12 | maintainers nomaintainer |
12 13 | description libzip is a C library for reading, creating, and modifying zip archives. |
13 14 | long_description This is a C library for reading, creating, and modifying zip archives.\ |
14 15 | Files can be added from data buffers, files, or compressed data \ |
15 16 | copied directly from other zip archives. Changes made without \ |
16 17 | closing the archive can be reverted. |
17 18 | homepage https://libzip.org/ |
18 19 | master_sites ${homepage}download/ |
19 20 | use_xz yes |
20 21 | |
21 - | checksums rmd160 a7b7ff86a06fda34841c16aeed38f51add5eb293 \ |
22 - | sha256 04ea35b6956c7b3453f1ed3f3fe40e3ddae1f43931089124579e8384e79ed372 \ |
23 - | size 717908 |
22 + | checksums rmd160 5db464fb8c1fe4e7e197d6a373f4cb4d169f961f \ |
23 + | sha256 b3de4d4bd49a01e0cab3507fc163f88e1651695b6b9cb25ad174dbe319d4a3b4 \ |
24 + | size 725724 |
24 25 | |
25 26 | depends_build-append \ |
26 27 | port:coreutils |
27 28 | depends_lib-append port:bzip2 \ |
28 29 | port:zlib |
29 30 | |
30 31 | configure.args-append \ |
31 32 | -DENABLE_COMMONCRYPTO:Bool=OFF \ |
32 33 | -DENABLE_GNUTLS:Bool=OFF \ |
33 34 | -DENABLE_OPENSSL:Bool=OFF |