ports/78126: [PATCH] devel/portlint: check WWW in pkg-descr
Yen-Ming Lee
leeym at FreeBSD.org
Sat Feb 26 19:40:13 UTC 2005
>Number: 78126
>Category: ports
>Synopsis: [PATCH] devel/portlint: check WWW in pkg-descr
>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: Sat Feb 26 19:40:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Yen-Ming Lee
>Release: FreeBSD 5.3-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-STABLE FreeBSD 5.3-STABLE #1: Wed Feb 9 10:20:03 CST
>Description:
- ask maintainers to add WWW: in pkg-descr if possible
Port maintainer (marcus at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- portlint-2.6.11.patch begins here ---
Index: src/portlint.pl
===================================================================
RCS file: /home/pcvs/ports/devel/portlint/src/portlint.pl,v
retrieving revision 1.69
diff -u -u -r1.69 portlint.pl
--- src/portlint.pl 14 Feb 2005 08:20:48 -0000 1.69
+++ src/portlint.pl 26 Feb 2005 19:31:00 -0000
@@ -538,6 +538,9 @@
}
}
+ if (!$has_url) {
+ &perror("WARN: $file: add \"WWW: URL\" for this port if possible");
+ }
if ($has_url && ! $has_www) {
&perror("FATAL: $file: contains a URL but no \"WWW:\"");
}
--- portlint-2.6.11.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list