Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2004 06:48:07 +0300
From:      Sergey Matveychuk <sem@ciam.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        marcus@FreeBSD.org
Subject:   ports/61562: [PATCH] devel/portlint: don't be displeased with perl@freebsd.org
Message-ID:  <E1AiQOV-0007D1-Q3@Current.sem-home.ciam.ru>
Resent-Message-ID: <200401190350.i0J3oBWi063467@freefall.freebsd.org>

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

>Number:         61562
>Category:       ports
>Synopsis:       [PATCH] devel/portlint: don't be displeased with perl@freebsd.org
>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:   Sun Jan 18 19:50:11 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD Current.sem-home.ciam.ru 5.2-RELEASE FreeBSD 5.2-RELEASE #6: Sat Jan 17 16:12:04 MSK 2004
>Description:
[DESCRIBE CHANGES]
do not check MAINTAINER variable for command names

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

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

--- portlint-2.5.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/portlint.orig/src/portlint.pl /usr/ports/devel/portlint/src/portlint.pl
--- /usr/ports/devel/portlint.orig/src/portlint.pl	Mon Jan 19 06:44:46 2004
+++ /usr/ports/devel/portlint/src/portlint.pl	Mon Jan 19 06:45:21 2004
@@ -1153,6 +1153,7 @@
 				&& $curline !~ /^RESTRICTED(.)?=[^\n]+$i/m
 				&& $curline !~ /^NO_PACKAGE(.)?=[^\n]+$i/m
 				&& $curline !~ /^NO_CDROM(.)?=[^\n]+$i/m
+				&& $curline !~ /^MAINTAINER(.)?=[^\n]+$i/m
 				&& $curline !~ /^CATEGORIES(.)?=[^\n]+$i/m
 				&& $curline !~ /^#.+$/m
 				&& $curline !~ /^COMMENT(.)?=[^\n]+$i/m) {
--- portlint-2.5.6.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?E1AiQOV-0007D1-Q3>