Ticket #54464: libarchive_3.3.1_to_3.3.2.diff

File libarchive_3.3.1_to_3.3.2.diff, 2.3 KB (added by michaelld (Michael Dickens), 7 years ago)
  • archivers/libarchive/Portfile

    diff --git a/archivers/libarchive/Portfile b/archivers/libarchive/Portfile
    index 62164b5342..761ab60aeb 100644
    a b  
    11# -*- 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
    22
    33PortSystem 1.0
     4
    45name             libarchive
    5 homepage         http://libarchive.org/
    6 master_sites     ${homepage}downloads/
    7 version          3.3.1
     6
    87categories       archivers
    98license          BSD
    109maintainers      toby openmaintainer
    long_description \ 
    1615        also write shar archives.
    1716platforms        darwin
    1817
    19 checksums        rmd160  229d68a81b7b4e5b7b12d5da88522e04974328b4 \
    20                  sha256  29ca5bd1624ca5a007aa57e16080262ab4379dbf8797f5c52f7ea74a3b0424e7
     18version          3.3.2
     19checksums        rmd160  2a50a7ba2a213b0c0c251b20fdee23ebbd3703a5 \
     20                 sha256  ed2dbd6954792b2c054ccf8ec4b330a54b85904a80cef477a1c74643ddafa0ce
     21
     22homepage         http://libarchive.org/
     23master_sites     ${homepage}downloads/
    2124
    2225depends_lib      port:bzip2 port:zlib port:libxml2 port:xz \
    2326                 port:lzo2 port:libiconv \
    2427                 port:lz4 port:expat
    2528
    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
     29patchfiles       patch-libarchive__archive_read_support_format_lha.c.diff
    4030
    4131use_autoreconf   yes
    4232autoreconf.cmd   "build/autogen.sh"
    4333autoreconf.args  -fvi
    4434
    45 depends_build    port:autoconf port:automake port:libtool path:bin/pkg-config:pkgconfig
    46 ####
     35depends_build    port:autoconf port:automake port:libtool \
     36                 path:bin/pkg-config:pkgconfig
    4737
    4838configure.args   --enable-bsdtar=shared --enable-bsdcpio=shared \
    4939                 --disable-silent-rules --without-nettle \
    50                  --without-openssl
     40                 --without-openssl --with-lzo2
    5141
    5242livecheck.type  regex
    5343livecheck.regex libarchive-(\[0-9.\]+)\\.tar.gz