From blaz.zupan@amis.net  Fri Mar 12 00:22:04 2004
Return-Path: <blaz.zupan@amis.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A654916A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Mar 2004 00:22:04 -0800 (PST)
Received: from out-2.mail.amis.net (out-2.mail.amis.net [212.18.32.14])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 65D9B43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Mar 2004 00:22:04 -0800 (PST)
	(envelope-from blaz.zupan@amis.net)
Received: from localhost (in-1.mail.amis.net [212.18.32.15])
	by out-2.mail.amis.net (Postfix) with ESMTP id 86FE57C9C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Mar 2004 09:22:03 +0100 (CET)
Received: from in-1.mail.amis.net ([127.0.0.1])
 by localhost (in-1.mail.amis.net [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 38945-02 for <FreeBSD-gnats-submit@freebsd.org>;
 Fri, 12 Mar 2004 09:21:59 +0100 (CET)
Received: from piranha.amis.net (piranha.amis.net [212.18.32.3])
	by in-1.mail.amis.net (Postfix) with ESMTP id D43432C183C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Mar 2004 09:21:59 +0100 (CET)
Received: from titanic.medinet.si (titanic.medinet.si [212.18.42.5])
	by piranha.amis.net (Postfix) with ESMTP id B7A92FE21
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Mar 2004 09:21:59 +0100 (CET)
Received: by titanic.medinet.si (Postfix, from userid 1000)
	id A9EF255472; Fri, 12 Mar 2004 09:21:59 +0100 (CET)
Message-Id: <20040312082159.A9EF255472@titanic.medinet.si>
Date: Fri, 12 Mar 2004 09:21:59 +0100 (CET)
From: Blaz Zupan <blaz@si.FreeBSD.org>
Reply-To: Blaz Zupan <blaz@si.FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: MAINTAINER UPDATE: fix net-snmp dependency for nagios-plugins 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         64147
>Category:       ports
>Synopsis:       MAINTAINER UPDATE: fix net-snmp dependency for nagios-plugins
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 12 00:30:20 PST 2004
>Closed-Date:    Fri Mar 12 04:42:43 PST 2004
>Last-Modified:  Fri Mar 12 04:42:43 PST 2004
>Originator:     Blaz Zupan
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD titanic.medinet.si 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #3: Sat Dec 20 15:57:16 CET 2003 root@bigbrother.amis.net:/db/obj/usr/src/sys/TITANIC i386


	
>Description:

With the recent creation of the net-mgmt port category, we need to fix the
dependency to net-snmp for nagios-plugins.

>How-To-Repeat:
	
>Fix:

diff -urN nagios-plugins.orig/Makefile nagios-plugins/Makefile
--- nagios-plugins.orig/Makefile	Mon Feb 23 05:42:03 2004
+++ nagios-plugins/Makefile	Fri Mar 12 09:19:50 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	nagios-plugins
 PORTVERSION=	1.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	nagiosplug
diff -urN nagios-plugins.orig/scripts/configure nagios-plugins/scripts/configure
--- nagios-plugins.orig/scripts/configure	Fri Aug 15 02:49:29 2003
+++ nagios-plugins/scripts/configure	Fri Mar 12 09:19:43 2004
@@ -65,10 +65,10 @@
 			SUB_FPING=""
 			;;
 		\"NetSNMP\")
-			echo "BUILD_DEPENDS+=	snmpcheck:\${PORTSDIR}/net/net-snmp"
-			echo "RUN_DEPENDS+=	snmpcheck:\${PORTSDIR}/net/net-snmp"
-			echo "BUILD_DEPENDS+=	\${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}/Net/SNMP.pm:\${PORTSDIR}/net/p5-Net-SNMP"
-			echo "RUN_DEPENDS+=	\${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}/Net/SNMP.pm:\${PORTSDIR}/net/p5-Net-SNMP"
+			echo "BUILD_DEPENDS+=	snmpcheck:\${PORTSDIR}/net-mgmt/net-snmp"
+			echo "RUN_DEPENDS+=	snmpcheck:\${PORTSDIR}/net-mgmt/net-snmp"
+			echo "BUILD_DEPENDS+=	\${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}/Net/SNMP.pm:\${PORTSDIR}/net-mgmt/p5-Net-SNMP"
+			echo "RUN_DEPENDS+=	\${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}/Net/SNMP.pm:\${PORTSDIR}/net-mgmt/p5-Net-SNMP"
 			echo "CONFIGURE_ARGS+=	--enable-snmp"
 			SUB_SNMP=""
 			;;

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Fri Mar 12 04:42:37 PST 2004 
State-Changed-Why:  
Committed, thanks! 

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