From bofh@bofh.telnet.net.bd  Thu Mar 15 20:02:39 2012
Return-Path: <bofh@bofh.telnet.net.bd>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id F3B1D106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Mar 2012 20:02:38 +0000 (UTC)
	(envelope-from bofh@bofh.telnet.net.bd)
Received: from mx-out-03.telnet-bd.com (MX-OUT-03.TELNET-BD.COM [120.50.30.66])
	by mx1.freebsd.org (Postfix) with ESMTP id A76B18FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Mar 2012 20:02:38 +0000 (UTC)
Received: from bofh.telnet.net.bd (bofh.telnet.net.bd [120.50.31.42])
	by fortune-02.telnet.net.bd (Postfix) with ESMTPS id C87AD2D4116
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Mar 2012 02:03:04 +0600 (BDT)
Received: (from root@localhost)
	by bofh.telnet.net.bd (8.14.5/8.14.5/Submit) id q2FK2dvv045420;
	Fri, 16 Mar 2012 02:02:39 +0600 (BDT)
	(envelope-from bofh)
Message-Id: <201203152002.q2FK2dvv045420@bofh.telnet.net.bd>
Date: Fri, 16 Mar 2012 02:02:39 +0600 (BDT)
From: Muhammad Moinur Rahman <5u623l20@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] net-mgmt/argus-clients: Block Portscout from reporting newer branch, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         166155
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/argus-clients: Block Portscout from reporting newer branch, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 15 20:10:01 UTC 2012
>Closed-Date:    Sat Mar 17 05:22:11 UTC 2012
>Last-Modified:  Sat Mar 17 05:22:11 UTC 2012
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar  2 02:21:51 BDT
>Description:
[DESCRIBE CHANGES]
- Block Portscout from reporting newer 3.X branch which is part of the Ports Tree
- Take maintainership

Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- argus-clients-2.0.6_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/argus-clients/Makefile ./Makefile
--- /usr/ports/net-mgmt/argus-clients/Makefile	2010-03-30 19:36:43.000000000 +0600
+++ ./Makefile	2012-03-16 02:00:22.923248576 +0600
@@ -12,9 +12,11 @@
 MASTER_SITES=	http://qosient.com/argus/src/ \
 		ftp://qosient.com/pub/argus/src/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Client programs for the argus IP network transaction auditing tool
 
+PORTSCOUT=	ignore:1	# This is the last version of 2.0.x branch
+
 CONFLICTS=	argus-clients-3* argus-clients-sasl-3*
 
 .if defined(WITH_SASL)
@@ -25,7 +27,7 @@
 GNU_CONFIGURE=	true
 CONFIGURE_ARGS=	--exec-prefix=${PREFIX}
 .if defined(WITH_SASL)
-CONFIGURE_ARGS+= --with-sasl=${PREFIX}
+CONFIGURE_ARGS+=	--with-sasl=${PREFIX}
 CFLAGS+=	-I${PREFIX}/include/sasl
 .endif
 
--- argus-clients-2.0.6_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Mar 15 20:10:16 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166155 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Mar 17 05:22:10 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166155 
>Unformatted:
