Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2012 02:02:39 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/166155: [PATCH] net-mgmt/argus-clients: Block Portscout from reporting newer branch, take maintainership
Message-ID:  <201203152002.q2FK2dvv045420@bofh.telnet.net.bd>
Resent-Message-ID: <201203152010.q2FKA1qB049158@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 15 20:10:01 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203152002.q2FK2dvv045420>