From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 22 17:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EFA416A406 for ; Fri, 22 Feb 2008 17:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5675913C46B for ; Fri, 22 Feb 2008 17:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1MHA2xd088614 for ; Fri, 22 Feb 2008 17:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1MHA2Im088613; Fri, 22 Feb 2008 17:10:02 GMT (envelope-from gnats) Resent-Date: Fri, 22 Feb 2008 17:10:02 GMT Resent-Message-Id: <200802221710.m1MHA2Im088613@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, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D51ED16A410 for ; Fri, 22 Feb 2008 17:01:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id C5A5A13C447 for ; Fri, 22 Feb 2008 17:01:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1MGx2Ws050123 for ; Fri, 22 Feb 2008 16:59:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1MGx24I050122; Fri, 22 Feb 2008 16:59:02 GMT (envelope-from nobody) Message-Id: <200802221659.m1MGx24I050122@www.freebsd.org> Date: Fri, 22 Feb 2008 16:59:02 GMT From: "Philip M. Gollucci" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/120972: ports-mgmt/portlint: [PATCH]: allow @stopdaemon in pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 17:10:02 -0000 >Number: 120972 >Category: ports >Synopsis: ports-mgmt/portlint: [PATCH]: allow @stopdaemon in 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: Fri Feb 22 17:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: 8.0-CURRENT >Organization: Riderway Inc. >Environment: FreeBSD philip.hq.rws 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Nov 6 16:28:12 EST 2007 pgollucci@philip.hq.rws:/usr/obj/usr/src/sys/RIDERWAY i386 >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/ports-mgmt/portlint/Makefile,v retrieving revision 1.120 diff -u -r1.120 Makefile --- Makefile 15 Dec 2007 17:46:39 -0000 1.120 +++ Makefile 22 Feb 2008 17:01:18 -0000 @@ -8,7 +8,7 @@ # PORTNAME= portlint -PORTVERSION= 2.9.7 +PORTVERSION= 2.9.8 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none Index: src/portlint.pl =================================================================== RCS file: /home/ncvs/ports/ports-mgmt/portlint/src/portlint.pl,v retrieving revision 1.97 diff -u -r1.97 portlint.pl --- src/portlint.pl 15 Dec 2007 17:46:39 -0000 1.97 +++ src/portlint.pl 22 Feb 2008 16:58:48 -0000 @@ -749,6 +749,8 @@ } elsif ($_ eq "\@cwd") { ; # @cwd by itself means change directory back to the original # PREFIX. + } elsif ($_ eq "\@stopdaemon") { + ; # @stopdaemon means stop the daemon named X } else { &perror("WARN", $file, $., "unknown pkg-plist directive \"$_\""); >Release-Note: >Audit-Trail: >Unformatted: