From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 22 20:30:03 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 57F9A16A408 for ; Fri, 22 Feb 2008 20:30:03 +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 40FCC13C4D5 for ; Fri, 22 Feb 2008 20:30:03 +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 m1MKU3m8007606 for ; Fri, 22 Feb 2008 20:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1MKU3K1007605; Fri, 22 Feb 2008 20:30:03 GMT (envelope-from gnats) Resent-Date: Fri, 22 Feb 2008 20:30:03 GMT Resent-Message-Id: <200802222030.m1MKU3K1007605@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 03D2716A402 for ; Fri, 22 Feb 2008 20:25:15 +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 F258013C46B for ; Fri, 22 Feb 2008 20:25:14 +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 m1MKMc4V097692 for ; Fri, 22 Feb 2008 20:22:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1MKMbOR097691; Fri, 22 Feb 2008 20:22:37 GMT (envelope-from nobody) Message-Id: <200802222022.m1MKMbOR097691@www.freebsd.org> Date: Fri, 22 Feb 2008 20:22:37 GMT From: "Philip M. Gollucci" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/120976: net-mgmt/nrpe2: [PATCH]: add @stopdaemon to 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 20:30:03 -0000 >Number: 120976 >Category: ports >Synopsis: net-mgmt/nrpe2: [PATCH]: add @stopdaemon to 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 20:30:02 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: 1 Pull pkg-plist out of Makefile for [2] 2 add @stopdaemon command (see PR ports/120972) 3 PLIST_SUB isn't needed so removed. 4 Bump PORTREVISION >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net-mgmt/nrpe2/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 20 Feb 2008 19:18:36 -0000 1.23 +++ Makefile 22 Feb 2008 20:21:56 -0000 @@ -7,6 +7,7 @@ PORTNAME= nrpe2 PORTVERSION= 2.11 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nagios @@ -38,8 +39,6 @@ --with-nrpe-user=${NAGIOSUSER} \ --with-nrpe-group=${NAGIOSGROUP} -PLIST_FILES= sbin/nrpe2 etc/nrpe.cfg-sample libexec/nagios/check_nrpe2 - SUB_VARS= NAGIOSDIR=${NAGIOSDIR} \ NAGIOSUSER=${NAGIOSUSER} \ NAGIOSGROUP=${NAGIOSGROUP} \ @@ -51,7 +50,6 @@ pkg-message SUB_LIST+= ${SUB_VARS} -PLIST_SUB+= ${SUB_VARS} .include >Release-Note: >Audit-Trail: >Unformatted: