Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2002 14:49:52 +0200 (CEST)
From:      Lars Thegler <lars@thegler.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Lars Thegler <lars@thegler.dk>
Subject:   ports/44166: [MAINTAINER UPDATE] net/smokeping dependency fix
Message-ID:  <20021017124952.0FAAD7CF0@marvin.thegler.dk>

next in thread | raw e-mail | index | archive | help

>Number:         44166
>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:   Thu Oct 17 05:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD marvin.thegler.dk 4.7-STABLE FreeBSD 4.7-STABLE #0: Wed Oct 16 18:20:07 CEST 2002 root@marvin.thegler.dk:/usr/obj/usr/src/sys/MarvinKernel i386

>Description:
Version 1.16 of net/smokeping now also needs net/p5-Net.
Sorry for not discovering this before submitting the update yesterday :)

>How-To-Repeat:
>Fix:
Please apply the following diff:

--cut--
diff -Naur smokeping-1.16/Makefile smokeping-1.16_1/Makefile
--- smokeping-1.16/Makefile	Wed Oct 16 22:02:07 2002
+++ smokeping-1.16_1/Makefile	Thu Oct 17 14:32:04 2002
@@ -7,6 +7,7 @@
 
 PORTNAME=	smokeping
 PORTVERSION=	1.16
+PORTREVISION=	1
 CATEGORIES=	net www
 MASTER_SITES=	http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
 
@@ -18,6 +19,7 @@
 		${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
 		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
 		${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \
+		${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
 		${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping
 
 USE_PERL5=	yes
--cut--



>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021017124952.0FAAD7CF0>