Ticket #42858: Portfile-suricata.diff

File Portfile-suricata.diff, 2.4 KB (added by Schamschula (Marius Schamschula), 10 years ago)

Update from 2.0.4 to 2.0.7

  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                suricata
    7 version             2.0.4
     7version             2.0.7
    88categories          net security
    99platforms           darwin
    1010maintainers         yahoo.fr:jul_bsd openmaintainer
     
    2828depends_lib         port:pkgconfig port:libnet11 port:libpcap port:pcre \
    2929                    port:libyaml port:libtool port:libmagic port:jansson
    3030configure.env       AC_PROG_LIBTOOL=${prefix}/bin/glibtool \
    31                     LDFLAGS="-ljansson"
     31                    LDFLAGS="-ljansson" CPPFLAGS=-I${prefix}/include
    3232configure.args      --enable-ipfw --enable-gccprotect \
    3333                    --enable-unittests \
    3434                    --disable-geoip --disable-prelude --disable-unix-socket \
     
    126126    }
    127127    xinstall ${filespath}/oinkmaster-${name}.conf ${destroot}${prefix}/share/examples/${name}/
    128128    reinplace "s|%%PREFIX%%|${prefix}|g" ${destroot}${prefix}/share/examples/${name}/oinkmaster-${name}.conf
    129     copy ${filespath}/mp-suricata.conf ${destroot}${prefix}/share/examples/${name}/
    130     reinplace "s|%%PREFIX%%|${prefix}|g" ${destroot}${prefix}/share/examples/${name}/mp-suricata.conf
     129#    copy ${filespath}/mp-suricata.conf ${destroot}${prefix}/share/examples/${name}/
     130#    reinplace "s|%%PREFIX%%|${prefix}|g" ${destroot}${prefix}/share/examples/${name}/mp-suricata.conf
    131131
    132132    xinstall -d ${destroot}${prefix}/etc/${name}
    133133    xinstall -d ${destroot}${prefix}/var/log/${name}
     
    158158
    159159if {${subport} eq ${name}} {
    160160
    161     checksums           rmd160  a962f4fcf495c35a5ccd4266a479b60440f8ac1f \
    162                         sha256  677d97a829d9e05f664c82eb0372e870d5f6e9501ccee20130dfde4014bd5084
     161    checksums           rmd160  435d9af659416710e53c2f8ec6ff8ec768dcaaa8 \
     162                        sha256  c5c3ccebeecbace39df0ff2d50ec4515b541103ffaa5e33cd1dc79d4955c0dfd
    163163
    164     patchfiles          patch-configure.ac2.diff patch-src-suricata-common.h.diff \
    165                         patch-src-suricata-common.h2.diff \
    166                         patch-Makefile.in.diff
     164    patchfiles          patch-Makefile.in.diff \
     165                        patch-src-output-json.h.diff
    167166
    168167    conflicts  ${name}-devel ${name}1
    169168    livecheck.regex     "<strong>Suricata \\(Stable\\) version is (\\d+\.\\d+\.\\d+), "