ports/120972: ports-mgmt/portlint: [PATCH]: allow @stopdaemon in pkg-plist

Philip M. Gollucci pgollucci at p6m7g8.com
Fri Feb 22 17:10:02 UTC 2008


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



More information about the freebsd-ports-bugs mailing list