From leeym@utopia.leeym.com  Sat Feb 26 19:32:35 2005
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A3B4A16A4CE; Sat, 26 Feb 2005 19:32:35 +0000 (GMT)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4D06343D77; Sat, 26 Feb 2005 19:32:35 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id ADB303EA13D;
	Sun, 27 Feb 2005 03:32:33 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 50280-07; Sun, 27 Feb 2005 03:32:24 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id BD2E63EA124; Sun, 27 Feb 2005 03:32:23 +0800 (CST)
Message-Id: <20050226193223.BD2E63EA124@utopia.leeym.com>
Date: Sun, 27 Feb 2005 03:32:23 +0800 (CST)
From: Yen-Ming Lee <leeym@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: marcus@FreeBSD.org
Subject: [PATCH] devel/portlint: check WWW in pkg-descr
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         78126
>Category:       ports
>Synopsis:       [PATCH] devel/portlint: check WWW in pkg-descr
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 26 19:40:12 GMT 2005
>Closed-Date:    Sat Apr 02 09:02:08 GMT 2005
>Last-Modified:  Sat Apr 02 09:02:08 GMT 2005
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->marcus 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Sat Feb 26 19:52:52 GMT 2005 
Responsible-Changed-Why:  
Over to the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78126 
State-Changed-From-To: open->patched 
State-Changed-By: marcus 
State-Changed-When: Mon Mar 21 19:53:56 GMT 2005 
State-Changed-Why:  
This has been committed to my CVS repo, but due to the ports freeze, will not 
be committed to the ports tree until after 5.4 is released. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78126 
State-Changed-From-To: patched->closed 
State-Changed-By: marcus 
State-Changed-When: Sat Apr 2 09:01:58 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78126 
>Unformatted:
