[69002] users/ryandesign/ports/security/openvas-server/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jun 19 17:15:10 PDT 2010


Revision: 69002
          http://trac.macports.org/changeset/69002
Author:   ryandesign at macports.org
Date:     2010-06-19 17:15:05 -0700 (Sat, 19 Jun 2010)
Log Message:
-----------
openvas-server is replaced by openvas-scanner; see #25344

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

Modified: users/ryandesign/ports/security/openvas-server/Portfile
===================================================================
--- users/ryandesign/ports/security/openvas-server/Portfile	2010-06-20 00:01:39 UTC (rev 69001)
+++ users/ryandesign/ports/security/openvas-server/Portfile	2010-06-20 00:15:05 UTC (rev 69002)
@@ -3,36 +3,23 @@
 PortSystem              1.0
 
 name                    openvas-server
-version                 2.0.3
-set download_id         624
+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
 
 description \
     Open Vulnerability Assessment System server
 
-long_description \
-    OpenVAS is the Open Vulnerability Assessment System. This port is \
-    the server component.
+long_description        OpenVAS is the Open Vulnerability Assessment System. \
+                        ${name} has been renamed ${replaced_by}.
 
-checksums \
-    md5     d3ab75534253f57766be0f835a6c95da \
-    sha1    4ca87b1065d3d6b1559b582f0a6c5af476f0bb71 \
-    rmd160  0bb3029dca0a3c88177559052e5cd4192107cfc6
+pre-configure {
+    ui_error "${name} has been renamed ${replaced_by}; please install that port instead."
+    return -code error "obsolete port"
+}
 
-depends_build \
-    path:bin/pkg-config:pkgconfig \
-    path:bin/xmkmf:imake
-
-depends_lib \
-    path:bin/openvas-libnasl-config:openvas-libnasl \
-    path:lib/libX11.dylib:xorg-libX11
-
-use_parallel_build      yes
-
-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/e0314a4d/attachment.html>


More information about the macports-changes mailing list