Ticket #38164: libarchive-3.1.2.diff
File libarchive-3.1.2.diff, 1.7 KB (added by arne-macports@…, 12 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 96551 2012-08-14 03:31:25Z ryandesign@macports.org $ 2 2 3 3 PortSystem 1.0 4 PortGroup github 1.0 4 name libarchive 5 homepage http://libarchive.org/ 6 master_sites ${homepage}downloads/ 7 version 3.1.2 8 9 #distfiles ${name}-${version}.tar.gz 5 10 6 github.setup libarchive libarchive 2.8.5 v7 github.tarball_from downloads8 11 categories archivers 9 12 license BSD 10 13 maintainers toby … … 12 15 long_description \ 13 16 Libarchive is a programming library that can create and \ 14 17 read several different streaming archive formats, including \ 15 most popular tar variants and several cpio formats. It can \18 most popular tar variants, several cpio formats, 7zip and rar. It can \ 16 19 also write shar archives. 17 homepage http://libarchive.github.com/18 20 platforms darwin 19 21 20 checksums rmd160 b4b75a5cf5b15312dff8addde44d91161ad1a7a4\21 sha256 13993e0ffbd121ccda46ea226b1f8eac218de0fa8da7d8b1f998093d5c32a72d22 checksums rmd160 77c42598b754996481c1fa45c71eca5a428a094c \ 23 sha256 eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e 22 24 23 25 depends_lib port:bzip2 port:zlib port:openssl port:libxml2 24 26 25 27 configure.args --enable-bsdtar=shared --enable-bsdcpio=shared \ 26 28 --without-lzmadec --without-lzma 27 29 30 # For 7zip and rar support lzma is required, use the variant by default 31 default_variants +lzma 32 28 33 variant lzma description "LZMA support" { 29 34 configure.args-delete --without-lzma 30 35 depends_lib-append port:xz 31 36 } 37 38 livecheck.type regex 39 livecheck.regex libarchive-(\[0-9.\]+)\\.tar.gz