From lth@thegler.dk  Wed Jul  3 22:52:40 2002
Return-Path: <lth@thegler.dk>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DE84C37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Jul 2002 22:52:40 -0700 (PDT)
Received: from cicero2.cybercity.dk (cicero2.cybercity.dk [212.242.40.53])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 50EA443E4A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Jul 2002 22:52:40 -0700 (PDT)
	(envelope-from lth@thegler.dk)
Received: from marvin.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161])
	by cicero2.cybercity.dk (Postfix) with ESMTP
	id B7F0AFFF60; Thu,  4 Jul 2002 07:52:38 +0200 (CEST)
Received: by marvin.thegler.dk (Postfix, from userid 1001)
	id B2B547C86; Thu,  4 Jul 2002 07:52:39 +0200 (CEST)
Message-Id: <20020704055239.B2B547C86@marvin.thegler.dk>
Date: Thu,  4 Jul 2002 07:52:39 +0200 (CEST)
From: Lars Thegler <lars@thegler.dk>
Reply-To: Lars Thegler <lars@thegler.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Scott Lipcon <slipcon@mercea.net>
Subject: [MAINTAINER UPDATE] net/smokeping dependency fix
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         40170
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] net/smokeping dependency fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 03 23:00:06 PDT 2002
>Closed-Date:    Wed Jul 03 23:39:40 PDT 2002
>Last-Modified:  Wed Jul 03 23:39:40 PDT 2002
>Originator:     Lars Thegler
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD marvin.thegler.dk 4.6-RC FreeBSD 4.6-RC #4: Sun Jun 2 21:37:38 CEST 2002 root@marvin.thegler.dk:/usr/obj/usr/src/sys/GENERIC i386

>Description:
The net/smokeping port needs RUN_DEPENDS instead of BUILD_DEPENDS,
as reported by Scott Lipcon <slipcon@mercea.net>. Solves PR 40113.

>How-To-Repeat:
>Fix:
Apply this diff:

--cut--
--- /usr/ports/net/smokeping/Makefile   Wed Jul  3 21:11:07 2002
+++ smokeping/Makefile  Thu Jul  4 07:40:02 2002
@@ -7,12 +7,13 @@
 
 PORTNAME=      smokeping
 PORTVERSION=   1.12
+PORTREVISION=  1
 CATEGORIES=    net www
 MASTER_SITES=  http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
 
 MAINTAINER=    lars@thegler.dk
 
-BUILD_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \
+RUN_DEPENDS=   rrdtool:${PORTSDIR}/net/rrdtool \
                ${SITE_PERL}/CGI/SpeedyCGI.pm:${PORTSDIR}/www/p5-CGI-SpeedyCGI \
                ${SITE_PERL}/BER.pm:${PORTSDIR}/net/p5-SNMP_Session \
                ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
--cut--

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Wed Jul 3 23:39:31 PDT 2002 
State-Changed-Why:  
committed, thanks 

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