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
3 3 PortSystem 1.0 4 4 5 5 name openvas-plugins 6 version 1.0.7 7 set download_id 588 6 replaced_by openvas-scanner 7 version 3.0.0 8 8 platforms darwin 9 9 categories security 10 10 maintainers ryandesign 11 11 homepage http://www.openvas.org/ 12 master_sites http://wald.intevation.org/frs/download.php/${download_id} 12 distfiles 13 13 14 checksums \15 md5 b290e34df6198b21b4d6601c3ae80030 \16 sha1 eb8b6344a7023f84316a909702922764bbc18cbd \17 rmd160 b7b2cb3b7a702ed437ebf449912b33f1d7f6143918 19 14 description \ 20 15 Open Vulnerability Assessment System plugins 21 16 22 long_description \23 OpenVAS is the Open Vulnerability Assessment System. This port\24 contains the plugins used by the server component.17 long_description OpenVAS is the Open Vulnerability Assessment System. \ 18 ${name} has been merged into the ${replaced_by} \ 19 port and is no longer needed. 25 20 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 21 pre-configure { 22 ui_error "${name} has been merged into ${replaced_by}; please install that port instead." 23 return -code error "obsolete port" 39 24 } 40 25 41 livecheck.type regex 42 livecheck.url http://wald.intevation.org/frs/?group_id=29 43 livecheck.regex ${name}-(\[0-9.\]+)\\.tar 44 26 livecheck.type none