From lhd@cs.nctu.edu.tw  Fri Jun 15 13:42:02 2012
Return-Path: <lhd@cs.nctu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id F22C3106566B;
	Fri, 15 Jun 2012 13:42:01 +0000 (UTC)
	(envelope-from lhd@cs.nctu.edu.tw)
Received: from csmailer.cs.nctu.edu.tw (csmailer.cs.nctu.edu.tw [140.113.235.130])
	by mx1.freebsd.org (Postfix) with ESMTP id B1DB38FC0A;
	Fri, 15 Jun 2012 13:42:01 +0000 (UTC)
Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1])
	by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id A27A8136;
	Fri, 15 Jun 2012 21:42:00 +0800 (CST)
Received: from alumni.cs.nctu.edu.tw (alumni.cs.nctu.edu.tw [140.113.235.116])
	by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 83C27135;
	Fri, 15 Jun 2012 21:42:00 +0800 (CST)
Received: (from lhd@localhost)
	by alumni.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id q5FDfxnf013333;
	Fri, 15 Jun 2012 21:41:59 +0800 (CST)
	(envelope-from lhd)
Message-Id: <201206151341.q5FDfxnf013333@alumni.cs.nctu.edu.tw>
Date: Fri, 15 Jun 2012 21:41:59 +0800 (CST)
From: Hung-te Liang <lhd@cs.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: marcus@freebsd.org
Subject: [PATCH] ports-mgmt/portlint: [SUMMARIZE CHANGES]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         169106
>Category:       ports
>Synopsis:       [PATCH] ports-mgmt/portlint: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 15 13:50:01 UTC 2012
>Closed-Date:    Fri Jun 15 16:07:21 UTC 2012
>Last-Modified:  Fri Jun 15 16:07:21 UTC 2012
>Originator:     Hung-te Liang
>Release:        FreeBSD 8.2-RELEASE-p9 amd64
>Organization:
>Environment:
System: FreeBSD alumni.cs.nctu.edu.tw 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #0: Mon Jun 11 23:00:11 UTC 2012
>Description:
There is a typo in portlint.pl.

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

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

--- portlint-2.13.10_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ports-mgmt/portlint/Makefile /amd/cs/91/9123034/testports/ports-mgmt/portlint/Makefile
--- /usr/ports/ports-mgmt/portlint/Makefile	2012-05-21 00:36:50.000000000 +0800
+++ /amd/cs/91/9123034/testports/ports-mgmt/portlint/Makefile	2012-06-15 21:23:56.000000000 +0800
@@ -9,7 +9,7 @@
 
 PORTNAME=	portlint
 PORTVERSION=	2.13.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	# none
 DISTFILES=	# none
diff -ruN --exclude=CVS /usr/ports/ports-mgmt/portlint/src/portlint.pl /amd/cs/91/9123034/testports/ports-mgmt/portlint/src/portlint.pl
--- /usr/ports/ports-mgmt/portlint/src/portlint.pl	2012-05-21 00:36:50.000000000 +0800
+++ /amd/cs/91/9123034/testports/ports-mgmt/portlint/src/portlint.pl	2012-06-15 21:23:30.000000000 +0800
@@ -722,7 +722,7 @@
 	# no %%PORTRUBY_MODDOC%% substitution.
 	my %check_xxxdir_ok = (
 		"DOCS"				=> "DOCS",
-		"EXAMPLES"			=> "EXPAMPLES",
+		"EXAMPLES"			=> "EXAMPLES",
 		"DATA"				=> "DATA",
 		"RUBY_DOC"			=> "DOCS",
 		"RUBY_EXAMPLES"		=> "EXAMPLES",
--- portlint-2.13.10_2.patch ends here ---

>Release-Note:
>Audit-Trail:

From: Hung-Te Liang <lhd@cs.nctu.edu.tw>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169106: [PATCH] ports-mgmt/portlint: [SUMMARIZE CHANGES]
Date: Fri, 15 Jun 2012 22:28:53 +0800

   Sorry for duplicate PRs and wrong subject,
 please close this PR and keep ports/169110, thanks.
 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Jun 15 16:06:55 UTC 2012 
State-Changed-Why:  
Superseded by ports/169110. 

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