ports/security/w3af/files/patch-w3af__gui
Kurt Jaeger 951a132e81 security/w3af: 1.0-rc4 -> 1.6.49
- 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>
2016-08-02 17:29:23 +00:00

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