<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/79baded3d191b688637db4cf0b1144dc148fa3bb">https://github.com/macports/macports-ports/commit/79baded3d191b688637db4cf0b1144dc148fa3bb</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 79baded  nikto: update to 2.1.5
</span>79baded is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 79baded3d191b688637db4cf0b1144dc148fa3bb
</span>Author: Zero King <l2dy@icloud.com>
AuthorDate: Wed Mar 8 09:07:34 2017 +0000

<span style='display:block; white-space:pre;color:#404040;'>    nikto: update to 2.1.5
</span>---
 www/nikto/Portfile                    |  8 +++++---
 www/nikto/files/patch-nikto.conf.diff | 18 ++++++++++--------
 2 files changed, 15 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/nikto/Portfile b/www/nikto/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0a46de8..26b15aa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/nikto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/nikto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@
</span> PortSystem              1.0
 
 name                    nikto
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version                 2.1.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version                 2.1.5
</span> categories              www security
 platforms               darwin
 supported_archs         noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,8 +24,9 @@ long_description        Nikto is an Open Source (GPL) web server scanner \
</span>                         servers and software. Scan items and plugins are \
                         frequently updated and can be automatically updated.
 master_sites            https://cirt.net/nikto/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums               sha1    414e2923131bbe2091cf8107998b3519c2120fff \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        rmd160  d58b488f9a3c6fc37b5e745e29c1288a4db09e98
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+use_bzip2               yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums               rmd160  ba392c5301ab01fc44c63c62fc519b92c06f60b8 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        sha256  65b99c1fdec14d1d5e7cbc964f70fce162cbec50aee878e1500e2d22df079b34
</span> depends_run             port:perl5
 
 patchfiles              patch-nikto.conf.diff
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,6 +43,7 @@ destroot {
</span>     xinstall -d ${destroot}${prefix}/etc/nikto
     xinstall -d ${destroot}${prefix}/share/nikto
     copy ${worksrcpath}/plugins ${destroot}${prefix}/share/${name}/plugins
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy ${worksrcpath}/databases ${destroot}${prefix}/share/${name}/databases
</span>     copy ${worksrcpath}/templates ${destroot}${prefix}/share/${name}/templates
     copy ${worksrcpath}/docs ${destroot}${prefix}/share/${name}/docs
     xinstall ${worksrcpath}/nikto.pl ${destroot}${prefix}/bin/nikto
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/nikto/files/patch-nikto.conf.diff b/www/nikto/files/patch-nikto.conf.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 09e1a78..cac2396 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/nikto/files/patch-nikto.conf.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/nikto/files/patch-nikto.conf.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,17 +1,19 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>---- nikto.conf.old 2011-11-05 17:02:29.000000000 +0100
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ nikto.conf     2011-11-05 17:02:39.000000000 +0100
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -64,10 +64,10 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- nikto.conf.orig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ nikto.conf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -61,11 +61,11 @@
</span>  CHECKMETHODS=HEAD GET
  
  # If you want to specify the location of any of the files, specify them here
<span style='display:block; white-space:pre;background:#ffe0e0;'>--# EXECDIR=/opt/nikto
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--# PLUGINDIR=/opt/nikto/plugins
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--# TEMPLATEDIR=/opt/nikto/templates
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--# DOCDIR=/opt/nikto/docs
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-# EXECDIR=/opt/nikto                              # Location of Nikto
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-# PLUGINDIR=/opt/nikto/plugins                    # Location of plugin dir
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-# DBDIR=/opt/nikto/databases                      # Location of plugin dir
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-# TEMPLATEDIR=/opt/nikto/templates                # Location of tempmlate dir
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-# DOCDIR=/opt/nikto/docs                  # Location of docs dir
</span> +EXECDIR=@PREFIX@
 +PLUGINDIR=@PREFIX@/share/nikto/plugins
<span style='display:block; white-space:pre;background:#e0ffe0;'>++DBDIR=@PREFIX@/share/nikto/databases
</span> +TEMPLATEDIR=@PREFIX@/share/nikto/templates
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+DOCUMENTDIR=@PREFIX@/share/nikto/docs
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++DOCDIR=@PREFIX@/share/nikto/docs
</span>  
  # Default plugin macros
  @@MUTATE=dictionary;subdomain
</pre><pre style='margin:0'>

</pre>