Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2012 02:10:26 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/166112: [PATCH] news/fidogate-ds: block portscout from reporting improper development version, take maintainership
Message-ID:  <201203142010.q2EKAQPG015203@bofh.telnet.net.bd>
Resent-Message-ID: <201203142020.q2EKK1YO085097@freefall.freebsd.org>

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

>Number:         166112
>Category:       ports
>Synopsis:       [PATCH] news/fidogate-ds: block portscout from reporting improper development version, 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:   Wed Mar 14 20:20: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]
- Take maintainership
- Block portscout from reporting improper development version

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

--- fidogate-ds-5.1.7_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/news/fidogate-ds/Makefile ./Makefile
--- /usr/ports/news/fidogate-ds/Makefile	2010-12-04 13:33:12.000000000 +0600
+++ ./Makefile	2012-03-15 02:02:07.818241937 +0600
@@ -12,9 +12,11 @@
 PKGNAMESUFFIX=		-ds
 DISTNAME=		fidogate${PORTVERSION}ds
 
-MAINTAINER=		ports@FreeBSD.org
+MAINTAINER=		5u623l20@gmail.com
 COMMENT=		Fido-Internet Gateway and Tosser
 
+PORTSCOUT=		limit:^5\.[^2] # 5.2.X is development branch
+
 .if !defined(WITHOUT_INN)
 BUILD_DEPENDS=		${LOCALBASE}/news/bin/innconfval:${PORTSDIR}/news/inn
 .endif
--- fidogate-ds-5.1.7_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?201203142010.q2EKAQPG015203>