Ticket #16107: Portfile.diff

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

Portfile patch

  • Portfile

     
    44PortSystem      1.0
    55
    66name            prelude-manager
    7 version         0.9.13
     7version         0.9.14
    88categories      security
    99maintainers     googlemail.com:usx303 \
    1010                openmaintainer
    1111
    12 description     Prelude Network Intrusion Detection System central logging point
     12description     Prelude Universal SIM - manager
    1313
    1414long_description \
    15         Prelude is an Hybrid IDS framework that relies on the IDMEF (Intrusion \
    16         Detection Message Exchange Format) IETF standard.  It enables security \
    17         sensors such as Snort, honeyd, Nessus Vulnerability Scanner, Samhain, \
    18         over 30 types of system logs, and many others to verify an attack \
    19         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        Prelude-Manager is a high availability server that accepts secured \
     20        connections from distributed sensors and/or other Managers and saves \
     21        received events to a media specified by the user \
     22        (database, log file, mail etc.).
    2023
    2124homepage        http://www.prelude-ids.org/
    2225
     
    2427
    2528platforms       darwin
    2629
    27 checksums       md5 b83b6bf8ce7ca3976446c830c0602ce2 \
    28                 sha1 d6fd59e4e918399ae78d2539b0563f77a12fc41d \
    29                 rmd160 c4333c23fa9e55afdad558ce19d56869c5cf4d8b
     30checksums       md5 ca47665fcf299732509459956297320b \
     31                sha1 23cc8db8350ca8e1c5281851b5255d0b40a53f75 \
     32                rmd160 55e68fa07bf724092a300eedbb6bc9db0617ad3c
    3033
    3134build.type      gnu
    3235
     
    3841                port:gnutls \
    3942                port:libprelude
    4043
     44destroot.keepdirs \
     45        ${destroot}${prefix}/var/run/prelude-manager
     46
    4147post-destroot {
    4248        system "touch ${destroot}${prefix}/var/spool/prelude-manager/.turd"
    4349        reinplace "s|= /var|= ${prefix}/var|g" ${destroot}${prefix}/etc/prelude-manager/prelude-manager.conf