Ticket #32577: Portfile.diff

File Portfile.diff, 2.0 KB (added by ranauei@…, 12 years ago)

Added patch and fixed style and few other things.

  • Portfile

    old new  
    33
    44PortSystem 1.0
    55
    6 name            libewf
    7 version         20100226
    8 categories      security
    9 maintainers     darkart.com:opendarwin.org
     6name                libewf
     7version             20100226
     8revision            1
     9categories          security
     10platforms           darwin
     11maintainers         darkart.com:opendarwin.org
    1012license             LGPL-3+
    11 description     Libewf is a library for support of the Expert Witness Compression Format
    12 homepage    http://libewf.sourceforge.net/
    13 platforms       darwin
     13description         Libewf is a library for support of the Expert Witness Compression Format
    1414
    15 depends_lib port:openssl
     15long_description    Libewf is a library for support of the Expert Witness Compression \
     16                    Format (EWF), it support both the SMART format (EWF-S01) and the \
     17                    EnCase format (EWF-E01). Libewf allows you to read and write media \
     18                    information within the EWF files.
    1619
    17 long_description Libewf is a library for support of the Expert Witness \
    18                 Compression Format (EWF), it support both the SMART \
    19                 format (EWF-S01) and the EnCase format (EWF-E01).  \
    20                 Libewf allows you to read and write media information within the EWF files.
     20homepage            http://libewf.sourceforge.net/
     21master_sites        sourceforge
    2122
    22 master_sites        sourceforge \
    23                     http://www.uitwisselplatform.nl/frs/download.php/529/
     23checksums           sha256 aedd2a6b3df6525ff535ab95cd569ebb361a4022eb4163390f26257913c2941a \
     24                    rmd160 cbd1fe93e50dd9fa8c801ad3a1958cbb26435382
    2425
    25 checksums           md5     a697d629bb74df1fa68f22658634fdb9 \
    26                     sha1    b9b1012548a7ba445ce4702b08737ddb459c52ec
     26depends_lib         port:openssl
    2727
    28 
    29 use_bzip2       no
    30 
    31 ## master_site uses a self-signed cert and appears to force the use of SSL.
    32 ## libcurl chokes on this, so disable cert. validation
    33 fetch.ignore_sslcert    yes
    34 
    35 #
    36 ##EOF
     28patchfiles          patch-libuna_inline.h.diff