From garga@FreeBSD.org  Fri Jul 25 19:36:12 2008
Return-Path: <garga@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 210B01065685
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Jul 2008 19:36:12 +0000 (UTC)
	(envelope-from garga@FreeBSD.org)
Received: from capeta.freebsdbrasil.com.br (capeta.freebsdbrasil.com.br [201.48.151.3])
	by mx1.freebsd.org (Postfix) with SMTP id 8966C8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Jul 2008 19:36:11 +0000 (UTC)
	(envelope-from garga@FreeBSD.org)
Received: (qmail 13875 invoked from network); 25 Jul 2008 16:09:29 -0300
Received: by simscan 1.1.0 ppid: 13861, pid: 13865, t: 0.6689s
         scanners: clamav: 0.91.1/m: spam: 3.1.1
Received: from unknown (HELO botelhor.bluepex.com) (garga@200.161.198.143)
  by capeta.freebsdbrasil.com.br with SMTP; 25 Jul 2008 16:09:28 -0300
Received: (qmail 386 invoked by uid 1001); 25 Jul 2008 16:10:30 -0300
Message-Id: <20080725191030.385.qmail@botelhor.bluepex.com>
Date: 25 Jul 2008 16:10:30 -0300
From: Renato Botelho <garga@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: marcus@FreeBSD.org
Subject: [PATCH] ports-mgmt/portlint: update to 2.9.11
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         125962
>Category:       ports
>Synopsis:       [PATCH] ports-mgmt/portlint: update to 2.9.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 25 19:40:03 UTC 2008
>Closed-Date:    Sun Aug 24 17:16:44 UTC 2008
>Last-Modified:  Sun Aug 24 17:20:04 UTC 2008
>Originator:     Renato Botelho
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
FreeBSD.org
>Environment:
System: FreeBSD botelhor.bplab.local 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Wed Jul 23 17:49:50 BRT 2008
>Description:
- Update to 2.9.11

Changed --mandir and/or --infordir checks on CONFIGURE_ARGS, i noted it because
i have one port that have --enable-mandir param and it considered --mandir

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

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

--- portlint-2.9.11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/ports-mgmt/portlint/Makefile,v
retrieving revision 1.124
diff -u -u -r1.124 Makefile
--- Makefile	20 Jul 2008 01:09:37 -0000	1.124
+++ Makefile	25 Jul 2008 19:08:19 -0000
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	portlint
-PORTVERSION=	2.9.10
+PORTVERSION=	2.9.11
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	# none
 DISTFILES=	# none
Index: src/portlint.pl
===================================================================
RCS file: /home/pcvs/ports/ports-mgmt/portlint/src/portlint.pl,v
retrieving revision 1.101
diff -u -u -r1.101 portlint.pl
--- src/portlint.pl	20 Jul 2008 01:09:38 -0000	1.101
+++ src/portlint.pl	25 Jul 2008 19:08:20 -0000
@@ -1738,7 +1738,7 @@
 	# whole file: check for --mandir and --infodir when GNU_CONFIGURE
 	#
 	if ($makevar{GNU_CONFIGURE} ne '' &&
-		$makevar{CONFIGURE_ARGS} =~ /(man|info)dir/) {
+		$makevar{CONFIGURE_ARGS} =~ /--(man|info)dir/) {
 		&perror("WARN", $file, -1, "--mandir and --infodir are not needed ".
 			"in CONFIGURE_ARGS as they are already set in bsd.port.mk");
 	}
--- portlint-2.9.11.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->marcus 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jul 25 19:40:21 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125962 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Sun Aug 24 17:16:35 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125962 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125962: commit references a PR
Date: Sun, 24 Aug 2008 17:16:17 +0000 (UTC)

 marcus      2008-08-24 17:16:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ports-mgmt/portlint  Makefile 
     ports-mgmt/portlint/src portlint.pl 
   Log:
   Update to 2.10.0.
   
   * Add a check for duplicate CATEGORIES [1]
   * Be stricter when checking for --mandir and --infodir [2]
   * Properly check *_DEPENDS both before and after bsd.port.pre.mk [3]
   
   PR:             125962 [2]
                   126681 [3]
   Requested by:   kris [1]
   Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru> [3]
                   Renato Botelho <garga@FreeBSD.org> [2]
   
   Revision  Changes    Path
   1.125     +1 -1      ports/ports-mgmt/portlint/Makefile
   1.102     +163 -143  ports/ports-mgmt/portlint/src/portlint.pl
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
