From cyberbotx@cyberbotx.com  Sun Oct 21 19:16:47 2007
Return-Path: <cyberbotx@cyberbotx.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8C51B16A41B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Oct 2007 19:16:47 +0000 (UTC)
	(envelope-from cyberbotx@cyberbotx.com)
Received: from alnrmhc15.comcast.net (alnrmhc15.comcast.net [204.127.225.95])
	by mx1.freebsd.org (Postfix) with ESMTP id 71F8A13C4AA
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Oct 2007 19:16:44 +0000 (UTC)
	(envelope-from cyberbotx@cyberbotx.com)
Received: from samus.cyberbotx.com ([68.62.97.217])
          by comcast.net (alnrmhc15) with ESMTP
          id <20071021191635b1500qdo4ce>; Sun, 21 Oct 2007 19:16:35 +0000
Received: from localhost (localhost.cyberbotx.com [127.0.0.1])
	by samus.cyberbotx.com (Postfix) with ESMTP id 4E8DF1760B;
	Sun, 21 Oct 2007 15:16:35 -0400 (EDT)
Received: from samus.cyberbotx.com ([127.0.0.1])
	by localhost (samus.cyberbotx.com [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 8M+GYwxlFr6l; Sun, 21 Oct 2007 15:16:20 -0400 (EDT)
Received: from kirby.cyberbotx.com (unknown [192.168.2.2])
	by samus.cyberbotx.com (Postfix) with ESMTP id AEB401706F;
	Sun, 21 Oct 2007 15:16:20 -0400 (EDT)
Received: by kirby.cyberbotx.com (Postfix, from userid 1001)
	id 7BBC7C29F; Sun, 21 Oct 2007 15:16:20 -0400 (EDT)
Message-Id: <20071021191620.7BBC7C29F@kirby.cyberbotx.com>
Date: Sun, 21 Oct 2007 15:16:20 -0400 (EDT)
From: Naram Qashat <cyberbotx@cyberbotx.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: itetcu@FreeBSD.org
Subject: [PATCH] security/nikto: Minor path correction for CHANGES.txt in -update
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117379
>Category:       ports
>Synopsis:       [PATCH] security/nikto: Minor path correction for CHANGES.txt in -update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 21 19:20:01 UTC 2007
>Closed-Date:    Mon Oct 22 08:48:00 UTC 2007
>Last-Modified:  Mon Oct 22 13:50:00 UTC 2007
>Originator:     Naram Qashat
>Release:        FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #12: Sun Oct 14 16:14:35 EDT 2007
>Description:
The -update flag of nikto tries to place CHANGES.txt into the docs dir of the local
share folder, but there isn't a docs folder, rather it's a doc folder, so this
patch fixes the location.

Port maintainer (itetcu@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- nikto-1.36.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/nikto/Makefile /kirby/shared/ports/nikto/Makefile
--- /usr/ports/security/nikto/Makefile	Sun Aug  5 10:24:35 2007
+++ /kirby/shared/ports/nikto/Makefile	Sun Oct 21 15:15:00 2007
@@ -45,8 +45,8 @@
 		-e "s|# (PLUGINDIR=)/usr/local/nikto/plugins|\1${DATADIR}|g" \
 		${WRKSRC}/config.txt
 	@${REINPLACE_CMD} "s/config.txt/nikto.conf/g" ${WRKSRC}/plugins/* ${WRKSRC}/docs/*
-	@${REINPLACE_CMD} -e 's:\$NIKTO{plugindir}/../docs/CHANGES.txt:\$NIKTO{plugindir}/../docs/nikto/CHANGES.txt:' \
-		-e 's:\$NIKTO{plugindir}/../CHANGES.txt:\$NIKTO{plugindir}/../docs/nikto/CHANGES.txt:' \
+	@${REINPLACE_CMD} -e 's:\$NIKTO{plugindir}/../docs/CHANGES.txt:\$NIKTO{plugindir}/../doc/nikto/CHANGES.txt:' \
+		-e 's:\$NIKTO{plugindir}/../CHANGES.txt:\$NIKTO{plugindir}/../doc/nikto/CHANGES.txt:' \
 		${WRKSRC}/plugins/nikto_core.plugin
 	@${MV} ${WRKSRC}/docs/${PORTNAME}-${PORTVERSION}.man ${WRKSRC}/docs/${PORTNAME}.1
 
--- nikto-1.36.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Oct 22 04:28:16 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117379 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Mon Oct 22 08:47:59 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117379 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117379: commit references a PR
Date: Mon, 22 Oct 2007 13:45:31 +0000 (UTC)

 itetcu      2007-10-22 08:47:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/nikto       Makefile 
   Log:
   Fix install path of CHANGES.txt when using nikto -update and bump PORTREVISION.
   
   PR:             ports/117379
   Submitted by:   Naram Qashat
   
   Revision  Changes    Path
   1.19      +3 -2      ports/security/nikto/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
