Ticket #16071: Portfile.diff

File Portfile.diff, 2.4 KB (added by usx303@…, 16 years ago)

Portfile patch

  • (a) Portfile-whitespace vs. (b) Portfile

    a b  
    44PortSystem      1.0
    55
    66name            libprelude
    7 version         0.9.17.2
     7version         0.9.18.1
    88categories      security
    9 maintainers     nomaintainer
     9maintainers     googlemail.com:usx303 \
     10                openmaintainer
    1011
    11 description     Prelude Network Intrusion Detection System framework library
     12description     Prelude Universal SIM - framework library
    1213
    1314long_description \
    14         Prelude is an Hybrid IDS framework that relies on the IDMEF (Intrusion \
    15         Detection Message Exchange Format) IETF standard.  It enables security \
    16         sensors such as Snort, honeyd, Nessus Vulnerability Scanner, Samhain, \
    17         over 30 types of system logs, and many others to verify an attack \
    18         by performing automatic correlation between events.
     15        Prelude is a Universal "Security Information Management" (SIM) system. \
     16        Prelude collects, normalizes, sorts, aggregates, correlates and \
     17        reports all security-related events independently of the product brand \
     18        or license giving rise to such events. \
     19        Libprelude is a library that guarantees secure connections between \
     20        all sensors and the Prelude Manager.
    1921
    2022homepage        http://www.prelude-ids.org/
    21 master_sites    http://www.prelude-ids.org/download/releases/libprelude/
     23master_sites    ${homepage}/download/releases/libprelude/
    2224platforms       darwin
    2325build.type      gnu
    24 checksums       md5 7c769293b4d79be2667993b8a88d42ac \
    25                 sha1 c21ce3deb3d2294901f9451adae18829b72cb3bd \
    26                 rmd160 710430d97cd90b54a0f70d6500bfacd88faeeea4
     26checksums       md5 b2b000038de5b5793fee5ca1025e1b3e\
     27                sha1 e6229afd3c667c13551ad65e23c3ef90ff6cbd7e\
     28                rmd160 efdba24a185dd4d8f26303b8d72cd32952a5cec2
    2729
    2830depends_lib     port:gettext port:gnutls port:libgcrypt port:libgpg-error \
    2931                port:libiconv port:libtasn1 port:zlib
     
    3436                --without-perl \
    3537                --without-python
    3638
     39destroot.keepdirs \
     40        ${destroot}${prefix}/var/spool/prelude \
     41        ${destroot}${prefix}/etc/prelude/profile
     42
    3743variant python24 conflicts python25 description {python2.4 bindings} {
    3844        configure.args-delete   --without-python
    3945        configure.args-append   --with-python=${prefix}/bin/python2.4