diff --git a/archivers/libarchive/Portfile b/archivers/libarchive/Portfile
index 62164b5342..761ab60aeb 100644
a
|
b
|
|
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 | 5 | name libarchive |
5 | | homepage http://libarchive.org/ |
6 | | master_sites ${homepage}downloads/ |
7 | | version 3.3.1 |
| 6 | |
8 | 7 | categories archivers |
9 | 8 | license BSD |
10 | 9 | maintainers toby openmaintainer |
… |
… |
long_description \ |
16 | 15 | also write shar archives. |
17 | 16 | platforms darwin |
18 | 17 | |
19 | | checksums rmd160 229d68a81b7b4e5b7b12d5da88522e04974328b4 \ |
20 | | sha256 29ca5bd1624ca5a007aa57e16080262ab4379dbf8797f5c52f7ea74a3b0424e7 |
| 18 | version 3.3.2 |
| 19 | checksums rmd160 2a50a7ba2a213b0c0c251b20fdee23ebbd3703a5 \ |
| 20 | sha256 ed2dbd6954792b2c054ccf8ec4b330a54b85904a80cef477a1c74643ddafa0ce |
| 21 | |
| 22 | homepage http://libarchive.org/ |
| 23 | master_sites ${homepage}downloads/ |
21 | 24 | |
22 | 25 | depends_lib port:bzip2 port:zlib port:libxml2 port:xz \ |
23 | 26 | port:lzo2 port:libiconv \ |
24 | 27 | port:lz4 port:expat |
25 | 28 | |
26 | | # patchfiles patch-libarchive__archive_read_support_format_lha.c.diff |
27 | | |
28 | | #### |
29 | | # the following section is to be removed when 3.3.2 is released. it is |
30 | | # a temporary fix for older Mac OS X versions, and is already upstream. |
31 | | # comment back in the above patchfile, too. |
32 | | |
33 | | revision 1 |
34 | | |
35 | | patchfiles-append \ |
36 | | patch-3.3.1_to_master.diff \ |
37 | | patch-Makefile.am.diff \ |
38 | | patch-libarchive__archive_read_support_format_lha.c_p1.diff |
39 | | patch.pre_args -p1 |
| 29 | patchfiles patch-libarchive__archive_read_support_format_lha.c.diff |
40 | 30 | |
41 | 31 | use_autoreconf yes |
42 | 32 | autoreconf.cmd "build/autogen.sh" |
43 | 33 | autoreconf.args -fvi |
44 | 34 | |
45 | | depends_build port:autoconf port:automake port:libtool path:bin/pkg-config:pkgconfig |
46 | | #### |
| 35 | depends_build port:autoconf port:automake port:libtool \ |
| 36 | path:bin/pkg-config:pkgconfig |
47 | 37 | |
48 | 38 | configure.args --enable-bsdtar=shared --enable-bsdcpio=shared \ |
49 | 39 | --disable-silent-rules --without-nettle \ |
50 | | --without-openssl |
| 40 | --without-openssl --with-lzo2 |
51 | 41 | |
52 | 42 | livecheck.type regex |
53 | 43 | livecheck.regex libarchive-(\[0-9.\]+)\\.tar.gz |