mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
- move from SF to new official repo at Github - set LICENSE_FILE - add 12 new dependencies - remove do-patch section - change BUILD_DEPENDS to RUN_DEPENDS - apply shebangfix on tools/* - add DOCS option - submitter becomes maintainer PR: 211061 Changes: https://github.com/andresriancho/w3af/blob/master/doc/CHANGELOG Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
13 lines
505 B
Text
13 lines
505 B
Text
--- w3af_gui.orig 2015-04-07 15:04:48 UTC
|
|
+++ w3af_gui
|
|
@@ -9,8 +9,8 @@ import base64
|
|
|
|
# Perform the GTK UI dependency check, this will verify that the current system
|
|
# has all the modules required to run w3af (including the core dependencies)
|
|
-from w3af.core.ui.gui.dependency_check.dependency_check import dependency_check
|
|
-dependency_check()
|
|
+#from w3af.core.ui.gui.dependency_check.dependency_check import dependency_check
|
|
+#dependency_check()
|
|
|
|
import w3af.core.controllers.output_manager as om
|
|
|