[69003] users/ryandesign/ports/security/openvas-plugins/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jun 19 17:16:41 PDT 2010


Revision: 69003
          http://trac.macports.org/changeset/69003
Author:   ryandesign at macports.org
Date:     2010-06-19 17:16:41 -0700 (Sat, 19 Jun 2010)
Log Message:
-----------
openvas-plugins has been replaced by openvas-scanner; see #25342

Modified Paths:
--------------
    users/ryandesign/ports/security/openvas-plugins/Portfile

Modified: users/ryandesign/ports/security/openvas-plugins/Portfile
===================================================================
--- users/ryandesign/ports/security/openvas-plugins/Portfile	2010-06-20 00:15:05 UTC (rev 69002)
+++ users/ryandesign/ports/security/openvas-plugins/Portfile	2010-06-20 00:16:41 UTC (rev 69003)
@@ -3,42 +3,24 @@
 PortSystem              1.0
 
 name                    openvas-plugins
-version                 1.0.7
-set download_id         588
+replaced_by             openvas-scanner
+version                 3.0.0
 platforms               darwin
 categories              security
 maintainers             ryandesign
 homepage                http://www.openvas.org/
-master_sites            http://wald.intevation.org/frs/download.php/${download_id}
+distfiles
 
-checksums \
-    md5     b290e34df6198b21b4d6601c3ae80030 \
-    sha1    eb8b6344a7023f84316a909702922764bbc18cbd \
-    rmd160  b7b2cb3b7a702ed437ebf449912b33f1d7f61439
-
 description \
     Open Vulnerability Assessment System plugins
 
-long_description \
-    OpenVAS is the Open Vulnerability Assessment System. This port \
-    contains the plugins used by the server component.
+long_description        OpenVAS is the Open Vulnerability Assessment System. \
+                        ${name} has been merged into the ${replaced_by} \
+                        port and is no longer needed.
 
-depends_build \
-    path:bin/pkg-config:pkgconfig \
-    bin:grep:grep \
-    path:bin/gsed:gsed
-
-depends_lib \
-    path:lib/pkgconfig/glib-2.0.pc:glib2 \
-    path:bin/openvasd-config:openvas-server
-
-use_parallel_build      yes
-
-pre-build {
-    file mkdir ${worksrcpath}/bin
+pre-configure {
+    ui_error "${name} has been merged into ${replaced_by}; please install that port instead."
+    return -code error "obsolete port"
 }
 
-livecheck.type          regex
-livecheck.url           http://wald.intevation.org/frs/?group_id=29
-livecheck.regex         ${name}-(\[0-9.\]+)\\.tar
-
+livecheck.type          none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100619/d1267225/attachment-0001.html>


More information about the macports-changes mailing list