Ticket #25342: openvas-plugins-3.0.0.diff

File openvas-plugins-3.0.0.diff, 1.8 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)
  • Portfile

     
    33PortSystem              1.0
    44
    55name                    openvas-plugins
    6 version                 1.0.7
    7 set download_id         588
     6replaced_by             openvas-scanner
     7version                 3.0.0
    88platforms               darwin
    99categories              security
    1010maintainers             ryandesign
    1111homepage                http://www.openvas.org/
    12 master_sites            http://wald.intevation.org/frs/download.php/${download_id}
     12distfiles
    1313
    14 checksums \
    15     md5     b290e34df6198b21b4d6601c3ae80030 \
    16     sha1    eb8b6344a7023f84316a909702922764bbc18cbd \
    17     rmd160  b7b2cb3b7a702ed437ebf449912b33f1d7f61439
    18 
    1914description \
    2015    Open Vulnerability Assessment System plugins
    2116
    22 long_description \
    23     OpenVAS is the Open Vulnerability Assessment System. This port \
    24     contains the plugins used by the server component.
     17long_description        OpenVAS is the Open Vulnerability Assessment System. \
     18                        ${name} has been merged into the ${replaced_by} \
     19                        port and is no longer needed.
    2520
    26 depends_build \
    27     path:bin/pkg-config:pkgconfig \
    28     bin:grep:grep \
    29     path:bin/gsed:gsed
    30 
    31 depends_lib \
    32     path:lib/pkgconfig/glib-2.0.pc:glib2 \
    33     path:bin/openvasd-config:openvas-server
    34 
    35 use_parallel_build      yes
    36 
    37 pre-build {
    38     file mkdir ${worksrcpath}/bin
     21pre-configure {
     22    ui_error "${name} has been merged into ${replaced_by}; please install that port instead."
     23    return -code error "obsolete port"
    3924}
    4025
    41 livecheck.type          regex
    42 livecheck.url           http://wald.intevation.org/frs/?group_id=29
    43 livecheck.regex         ${name}-(\[0-9.\]+)\\.tar
    44 
     26livecheck.type          none