From lioux@uol.com.br  Thu Jul  8 10:00:29 2010
Return-Path: <lioux@uol.com.br>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 212F3106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Jul 2010 10:00:29 +0000 (UTC)
	(envelope-from lioux@uol.com.br)
Received: from goat.gigo.com (ipv6.gigo.com [IPv6:2001:470:1:18::2])
	by mx1.freebsd.org (Postfix) with ESMTP id 0BD988FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Jul 2010 10:00:29 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by goat.gigo.com (Postfix) with ESMTP id 0662B5C38
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Jul 2010 03:00:29 -0700 (PDT)
Received: from goat.gigo.com ([127.0.0.1])
	by localhost (vette.gigo.com [127.0.0.1]) (amavisd-new, port 10023)
	with ESMTP id hAee-rqS2p7E for <FreeBSD-gnats-submit@freebsd.org>;
	Thu,  8 Jul 2010 03:00:28 -0700 (PDT)
Received: from 200.101.88.53 (200-101-88-53.bsace702.dsl.brasiltelecom.net.br [200.101.88.53])
	by goat.gigo.com (Postfix) with ESMTPSA id 7BEF65C31
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Jul 2010 03:00:28 -0700 (PDT)
Received: (qmail 3845 invoked by uid 1001); 8 Jul 2010 06:59:50 -0300
Message-Id: <20100708100014.3749.qmail@exxodus.fedaykin.here>
Date: 8 Jul 2010 06:59:50 -0300
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@FreeBSD.org
Subject: [PATCH] security/snort: Fix build WITH_SNORTSAM knob
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         148449
>Category:       ports
>Synopsis:       [PATCH] security/snort: Fix build WITH_SNORTSAM knob
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 08 10:10:00 UTC 2010
>Closed-Date:    Thu Jul 08 16:17:41 UTC 2010
>Last-Modified:  Thu Jul  8 16:20:02 UTC 2010
>Originator:     Mario Sergio Fujikawa Ferreira
>Release:        FreeBSD 8.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD exxodus.fedaykin.here 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #14: Thu Jul  1 12:50:38 BRT
>Description:
- Fix build WITH_SNORTSAM knob
	- Use an updated patch from www.snortsam.net

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

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

--- snort-2.8.5.3_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/snort/Makefile,v
retrieving revision 1.119
diff -d -u -u -r1.119 Makefile
--- Makefile	20 Apr 2010 09:23:42 -0000	1.119
+++ Makefile	8 Jul 2010 09:59:07 -0000
@@ -128,7 +128,7 @@
 
 .if defined(WITH_SNORTSAM)
 PATCH_SITES+=http://www.snortsam.net/files/snort-plugin/:snortsam
-PATCHFILES+=snortsam-2.8.5.diff.gz:snortsam
+PATCHFILES+=snortsam-2.8.5.3.diff.gz:snortsam
 .endif
 
 post-patch:
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/security/snort/distinfo,v
retrieving revision 1.63
diff -d -u -u -r1.63 distinfo
--- distinfo	20 Apr 2010 09:23:42 -0000	1.63
+++ distinfo	8 Jul 2010 09:59:07 -0000
@@ -1,6 +1,6 @@
 MD5 (snort-2.8.5.3.tar.gz) = ef02aaad54746603f2cb3236fe962128
 SHA256 (snort-2.8.5.3.tar.gz) = a7d9eb16427514d00926e9892c4a92b6ff1fd0f79555d8f8dce91dfa14112e6a
 SIZE (snort-2.8.5.3.tar.gz) = 4730637
-MD5 (snortsam-2.8.5.diff.gz) = 5adbf37ed30b7e7b06dcb763310654c7
-SHA256 (snortsam-2.8.5.diff.gz) = f23fd04749b4ec3028a35c8db8c2ce0d14beac9c95b52f232229e13930b341f0
-SIZE (snortsam-2.8.5.diff.gz) = 29150
+MD5 (snortsam-2.8.5.3.diff.gz) = 9b6d44d8ea452132044b81a01886f18b
+SHA256 (snortsam-2.8.5.3.diff.gz) = 777f21e192de511d586ac2f7d79b308d97cce843d84a4f24f2559f15070d665c
+SIZE (snortsam-2.8.5.3.diff.gz) = 28880
--- snort-2.8.5.3_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jul 8 10:10:11 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148449 
Responsible-Changed-From-To: clsung->lioux 
Responsible-Changed-By: lioux 
Responsible-Changed-When: Thu Jul 8 12:38:21 UTC 2010 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148449 
Responsible-Changed-From-To: lioux->clsung 
Responsible-Changed-By: lioux 
Responsible-Changed-When: Thu Jul 8 12:41:11 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148449 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Thu Jul 8 16:17:41 UTC 2010 
State-Changed-Why:  
Committed. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148449: commit references a PR
Date: Thu,  8 Jul 2010 16:17:35 +0000 (UTC)

 clsung      2010-07-08 16:17:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/snort       Makefile distinfo 
   Log:
   - bump PORTREVISION
   - Fix build WITH_SNORTSAM knob
   - Use an updated patch from www.snortsam.net
   
   PR:             ports/148449
   Submitted by:   lioux
   
   Revision  Changes    Path
   1.120     +2 -2      ports/security/snort/Makefile
   1.64      +3 -3      ports/security/snort/distinfo
 _______________________________________________
 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:
