From nobody@FreeBSD.org  Fri Feb 22 17:01:38 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D51ED16A410
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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" <pgollucci@p6m7g8.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ports-mgmt/portlint: [PATCH]: allow @stopdaemon in pkg-plist
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         120972
>Category:       ports
>Synopsis:       ports-mgmt/portlint: [PATCH]: allow @stopdaemon in pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 22 17:10:01 UTC 2008
>Closed-Date:    Sun Mar 23 00:01:32 UTC 2008
>Last-Modified:  Sun Mar 23 00:01:32 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->marcus 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 22 17:10:07 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120972 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Sun Mar 23 00:00:08 UTC 2008 
State-Changed-Why:  
Support for @stopdaemon already exists in portlint.  See line 747. 

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