ports/61562: [PATCH] devel/portlint: don't be displeased with perl at freebsd.org

Sergey Matveychuk sem at ciam.ru
Mon Jan 19 03:51:09 UTC 2004


>Number:         61562
>Category:       ports
>Synopsis:       [PATCH] devel/portlint: don't be displeased with perl at 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 at 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:



More information about the freebsd-ports-bugs mailing list