Opened 20 years ago

Closed 20 years ago

Last modified 9 years ago

#2594 closed update (fixed)

UPDATE nessus-libraries — at Version 2

Reported by: aqua-dabbler (kogule) Owned by: opendarwin.org@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: darwinports-bugs@…
Port: nessus-libraries

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Version bump. Also improve ssl dependency.

--- darwinports/dports/net/nessus-libraries/Portfile       Tue Sep 28 14:04:33 2004
+++ Portfile    Thu Jan 20 11:30:48 2005
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name           nessus-libraries
-version                2.0.12
+version                2.2.2a
 categories     net security
 maintainers    opendarwin.org@darkart.com
 description    Nessus security scanner
@@ -17,16 +17,12 @@
                 ftp://sunsite.cnlab-switch.ch/mirror/nessus/nessus-${version}/src/ \
                 ftp://ftp.chg.ru/pub/security/nessus/nessus-${version}/src/ \
                 ftp://ftp.sekure.net/pub/nessus/nessus-${version}/src/
-checksums      md5 8f80ee53a2b73554b7ea5092d67f8426
+checksums      md5 b1f0fb61aa9dfd6f7189a84dc9007d34
 worksrcdir      ${name}/
-
 configure.args  --mandir=\\\${prefix}/share/man \
                 --infodir=\\\${prefix}/share/info \
-               --enable-bpf-sharing \
-               --enable-cipher
-
-## maybe add ssl as a variant?  We'll need to depend on
-## the dport of openssl then...
-## -eric
-##             --with-ssl=${prefix}
-##
+               --enable-bpf-sharing --with-ssl=${prefix} --enable-cipher
+depends_lib lib:XXX:openssl
+variant no-ssl { depends_lib-delete lib:XXX:openssl
+                 configure.args-delete --with-ssl=${prefix}
+                 configure.args-append --without-ssl }

Change History (2)

comment:1 Changed 20 years ago by opendarwin.org@…

Resolution: fixed
Status: newclosed

also moved --bpf-sharing to a variant

comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: nessus-libraries added
Type: defectupdate
Note: See TracTickets for help on using tickets.