From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 17 12:50:03 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE3DD16A4CE for ; Thu, 17 Mar 2005 12:50:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6536843D46 for ; Thu, 17 Mar 2005 12:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2HCo3GJ044136 for ; Thu, 17 Mar 2005 12:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2HCo3ph044135; Thu, 17 Mar 2005 12:50:03 GMT (envelope-from gnats) Resent-Date: Thu, 17 Mar 2005 12:50:03 GMT Resent-Message-Id: <200503171250.j2HCo3ph044135@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renato Botelho Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FAD516A4CE; Thu, 17 Mar 2005 12:49:05 +0000 (GMT) Received: from data.galle.com.br (data.galle.com.br [200.246.25.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D1E343D3F; Thu, 17 Mar 2005 12:49:04 +0000 (GMT) (envelope-from renato@data.galle.com.br) Received: from data.galle.com.br (data.galle.com.br [200.246.25.10]) by data.galle.com.br (8.13.1/8.13.1) with ESMTP id j2HCn0FZ013371; Thu, 17 Mar 2005 09:49:00 -0300 (BRST) (envelope-from renato@data.galle.com.br) Received: (from root@localhost) by data.galle.com.br (8.13.1/8.13.1/Submit) id j2HCmtag013369; Thu, 17 Mar 2005 09:48:55 -0300 (BRST) (envelope-from renato) Message-Id: <200503171248.j2HCmtag013369@data.galle.com.br> Date: Thu, 17 Mar 2005 09:48:55 -0300 (BRST) From: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: marcus@FreeBSD.org Subject: ports/78947: [PATCH] devel/portlint: Support @owner, @group and @mode on pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 12:50:03 -0000 >Number: 78947 >Category: ports >Synopsis: [PATCH] devel/portlint: Support @owner, @group and @mode on pkg-plist >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: Thu Mar 17 12:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: Galle Folheados - http://www.galle.com.br >Environment: System: FreeBSD data.galle.com.br 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #7: Thu Mar 3 09:03:28 BRST >Description: @owner, @group and @mode are valid parameters to use in pkg-plist, it's described on pkg_create(1). So, remove WARN messages to @owner and @group and add support to @mode. 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/ncvs/ports/devel/portlint/src/portlint.pl,v retrieving revision 1.69 diff -u -r1.69 portlint.pl --- src/portlint.pl 14 Feb 2005 08:20:48 -0000 1.69 +++ src/portlint.pl 17 Mar 2005 12:46:30 -0000 @@ -635,9 +635,7 @@ } } elsif ($_ =~ /^\@(comment)/) { $rcsidseen++ if (/\$$rcsidstr[:\$]/); - } elsif ($_ =~ /^\@(owner|group)\s/) { - &perror("WARN: $file [$.]: \@$1 should not be needed"); - } elsif ($_ =~ /^\@(dirrm|option)/) { + } elsif ($_ =~ /^\@(dirrm|option|owner|group|mode)/) { ; # no check made } else { &perror("WARN: $file [$.]: ". --- portlint-2.6.11.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: