Ticket #35569: libarchive-2.8.5.diff
File libarchive-2.8.5.diff, 1.5 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup github 1.0 4 5 5 name libarchive 6 version 2.8.4 6 github.setup libarchive libarchive 2.8.5 v 7 github.tarball_from downloads 7 8 categories archivers 8 9 license BSD 9 10 maintainers toby … … 13 14 read several different streaming archive formats, including \ 14 15 most popular tar variants and several cpio formats. It can \ 15 16 also write shar archives. 16 homepage http:// code.google.com/p/libarchive/17 homepage http://libarchive.github.com/ 17 18 platforms darwin 18 19 19 master_sites googlecode 20 checksums rmd160 b4b75a5cf5b15312dff8addde44d91161ad1a7a4 \ 21 sha256 13993e0ffbd121ccda46ea226b1f8eac218de0fa8da7d8b1f998093d5c32a72d 20 22 21 checksums md5 83b237a542f27969a8d68ac217dc3796 \22 sha1 b9cc3bbd20bd71f996be9ec738f19fda8653f7af \23 rmd160 4df65456c9026cdcf05b285db33518f4ff734c6e24 25 23 depends_lib port:bzip2 port:zlib port:openssl port:libxml2 26 24 27 25 configure.args --enable-bsdtar=shared --enable-bsdcpio=shared \ 28 26 --without-lzmadec --without-lzma 29 27 30 livecheck.regex files/libarchive-(\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+)\\.tar\\.gz31 32 28 variant lzma description "LZMA support" { 33 29 configure.args-delete --without-lzma 34 depends_lib-append port: liblzma30 depends_lib-append port:xz 35 31 }