From dom@happygiraffe.net  Sat Dec  2 00:04:36 2006
Return-Path: <dom@happygiraffe.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 892A916A40F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Dec 2006 00:04:36 +0000 (UTC)
	(envelope-from dom@happygiraffe.net)
Received: from happygiraffe.net (happygiraffe.net [81.6.215.59])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 11D7443CA2
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Dec 2006 00:04:18 +0000 (GMT)
	(envelope-from dom@happygiraffe.net)
Received: from localhost (localhost.happygiraffe.net [127.0.0.1])
	by happygiraffe.net (Postfix) with ESMTP id 9FFA6B8CC
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Dec 2006 00:04:34 +0000 (GMT)
Received: from happygiraffe.net ([127.0.0.1])
	by localhost (gimli.happygiraffe.net [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id pjemq3XQQBrv for <FreeBSD-gnats-submit@freebsd.org>;
	Sat,  2 Dec 2006 00:04:31 +0000 (GMT)
Received: by happygiraffe.net (Postfix, from userid 1001)
	id 2A456B8C2; Sat,  2 Dec 2006 00:04:30 +0000 (GMT)
Message-Id: <20061202000431.2A456B8C2@happygiraffe.net>
Date: Sat,  2 Dec 2006 00:04:30 +0000 (GMT)
From: Dominic Mitchell <dom@gimli.happygiraffe.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] www/mod_security2: Correct LATEST_LINK
X-Send-Pr-Version: 3.113
X-GNATS-Notify: dom@happygiraffe.net

>Number:         106167
>Category:       ports
>Synopsis:       [PATCH] www/mod_security2: Correct LATEST_LINK
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    shaun
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 02 00:10:14 GMT 2006
>Closed-Date:    Sat Dec 02 00:36:04 GMT 2006
>Last-Modified:  Sat Dec  2 00:40:13 GMT 2006
>Originator:     Dominic Mitchell
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD gimli.happygiraffe.net 6.1-STABLE FreeBSD 6.1-STABLE #5: Tue May  9 08:45:02 BST
>Description:
[DESCRIBE CHANGES]

Kris Kennaway kindly pointed out that this port exhibited a duplicate
LATEST_LINK.  This patch should correct that.

It also fixes the problem which I'd glossed over of an incorrect
httpd.conf line being generated.

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

--- mod_security2-2.0.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/mod_security2/Makefile /local/home/dom/ports/mod_security2/Makefile
--- /usr/ports/www/mod_security2/Makefile	Mon Nov 27 21:42:06 2006
+++ /local/home/dom/ports/mod_security2/Makefile	Fri Dec  1 23:41:48 2006
@@ -5,11 +5,11 @@
 # $FreeBSD: ports/www/mod_security2/Makefile,v 1.2 2006/11/27 21:42:06 miwi Exp $
 #
 
-PORTNAME=	mod_security
+PORTNAME=	mod_security2
 PORTVERSION=	2.0.4
 CATEGORIES=	www security
 MASTER_SITES=	http://www.modsecurity.org/download/
-DISTNAME=	${PORTNAME:S/_//}-apache_${PORTVERSION}
+DISTNAME=	${PORTNAME:S/_//:S/2//}-apache_${PORTVERSION}
 
 MAINTAINER=	dom@happygiraffe.net
 COMMENT=	An intrusion detection and prevention engine
--- mod_security2-2.0.4.patch ends here ---

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Sat Dec 2 00:10:26 UTC 2006 
Class-Changed-Why:  
Fix category (submitter is not maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106167 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Dec 2 00:10:34 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106167 
State-Changed-From-To: feedback->open 
State-Changed-By: shaun 
State-Changed-When: Sat Dec 2 00:25:40 UTC 2006 
State-Changed-Why:  
Submitter is maintainer. The giraffes rejoice! 


Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: shaun 
Class-Changed-When: Sat Dec 2 00:25:40 UTC 2006 
Class-Changed-Why:  
Submitter is maintainer. The giraffes rejoice! 


Responsible-Changed-From-To: freebsd-ports-bugs->shaun 
Responsible-Changed-By: shaun 
Responsible-Changed-When: Sat Dec 2 00:25:40 UTC 2006 
Responsible-Changed-Why:  
Grab.

http://www.freebsd.org/cgi/query-pr.cgi?pr=106167 
State-Changed-From-To: open->closed 
State-Changed-By: shaun 
State-Changed-When: Sat Dec 2 00:29:17 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/106167: commit references a PR
Date: Sat,  2 Dec 2006 00:35:35 +0000 (UTC)

 shaun       2006-12-02 00:35:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/mod_security2    Makefile 
   Log:
   - Fix duplicated LATEST_LINK
   - As a side effect, also fix lines generated for httpd.conf.
   
   PR:             ports/106167
   Submitted by:   Dominic Mitchell <dom@happygiraffe.net> (maintainer)
   
   Revision  Changes    Path
   1.3       +2 -2      ports/www/mod_security2/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:
