diff options
author | niels <niels@FreeBSD.org> | 2010-04-14 19:52:50 +0800 |
---|---|---|
committer | niels <niels@FreeBSD.org> | 2010-04-14 19:52:50 +0800 |
commit | a9f364d22941efeede1a805583629012b3db94d7 (patch) | |
tree | 081b53c3885aa2631c6f0a300405d3c8aecbab9a /security | |
parent | a239f24b6834cad566d423a7055c06faa787eb4a (diff) | |
download | freebsd-ports-gnome-a9f364d22941efeede1a805583629012b3db94d7.tar.gz freebsd-ports-gnome-a9f364d22941efeede1a805583629012b3db94d7.tar.zst freebsd-ports-gnome-a9f364d22941efeede1a805583629012b3db94d7.zip |
Fix plugins location patch
Approved by: miwi (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/whatweb/files/patch-whatweb | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/security/whatweb/files/patch-whatweb b/security/whatweb/files/patch-whatweb index a6a480c96916..a967ca19891c 100644 --- a/security/whatweb/files/patch-whatweb +++ b/security/whatweb/files/patch-whatweb @@ -1,6 +1,6 @@ ---- ./whatweb.orig 2010-03-08 13:34:46.000000000 +0100 -+++ ./whatweb 2010-04-11 22:16:16.000000000 +0200 -@@ -10,17 +10,17 @@ +--- whatweb.orig 2010-03-08 13:34:46.000000000 +0100 ++++ whatweb 2010-04-14 11:36:35.000000000 +0200 +@@ -10,12 +10,12 @@ require 'open-uri' require 'cgi' require 'thread' @@ -16,9 +16,3 @@ #require 'digest/sha2' #require 'profile' - $VERSION=0.4 --PLUGIN_DIR="plugins" -+PLUGIN_DIR="/usr/local/lib/ruby/site_ruby/1.8/whatweb/plugins" - $verbose=0 - $USE_EXAMPLE_URLS=false - $use_colour="auto" |