From owner-freebsd-ports Wed Jul 3 23: 0:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C896137B400 for ; Wed, 3 Jul 2002 23:00:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9093743E4A for ; Wed, 3 Jul 2002 23:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g64607JU064223 for ; Wed, 3 Jul 2002 23:00:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g64607wC064222; Wed, 3 Jul 2002 23:00:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE84C37B400 for ; 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 ; 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 Reply-To: Lars Thegler To: FreeBSD-gnats-submit@FreeBSD.org Cc: Scott Lipcon X-Send-Pr-Version: 3.113 Subject: ports/40170: [MAINTAINER UPDATE] net/smokeping dependency fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40170 >Category: ports >Synopsis: [MAINTAINER UPDATE] net/smokeping dependency fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 03 23:00:06 PDT 2002 >Closed-Date: >Last-Modified: >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 . 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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message