Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2008 16:59:02 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120972: ports-mgmt/portlint: [PATCH]: allow @stopdaemon in pkg-plist
Message-ID:  <200802221659.m1MGx24I050122@www.freebsd.org>
Resent-Message-ID: <200802221710.m1MHA2Im088613@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802221659.m1MGx24I050122>