From wtp@wtp3.org  Mon Jun  6 07:26:27 2005
Return-Path: <wtp@wtp3.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DA09716A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Jun 2005 07:26:27 +0000 (GMT)
	(envelope-from wtp@wtp3.org)
Received: from mx1.wtp3.org (201-moc-7.acn.waw.pl [212.76.58.201])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1723843D53
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Jun 2005 07:26:23 +0000 (GMT)
	(envelope-from wtp@wtp3.org)
Received: from localhost (localhost.lan.wtp3.org [127.0.0.1])
	by fw.wtp3.org (Postfix) with ESMTP id 31E7626280
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Jun 2005 09:26:22 +0200 (CEST)
Received: from mx1.wtp3.org ([127.0.0.1])
 by localhost (fw.wtp3.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 17267-01 for <FreeBSD-gnats-submit@freebsd.org>;
 Mon,  6 Jun 2005 09:26:18 +0200 (CEST)
Received: by fw.wtp3.org (Postfix, from userid 1000)
	id 3FC032627B; Mon,  6 Jun 2005 09:26:18 +0200 (CEST)
Message-Id: <20050606072618.3FC032627B@fw.wtp3.org>
Date: Mon,  6 Jun 2005 09:26:18 +0200 (CEST)
From: Krzysztof Stryjek <wtp+smokeping142@bsdguru.org>
Reply-To: Krzysztof Stryjek <wtp+smokeping142@bsdguru.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update of smokeping to new version 1.42
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         81937
>Category:       ports
>Synopsis:       update of smokeping to new version 1.42
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    lth
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 06 07:30:02 GMT 2005
>Closed-Date:    Tue Jun 14 21:13:53 GMT 2005
>Last-Modified:  Tue Jun 14 21:13:53 GMT 2005
>Originator:     Krzysztof Stryjek
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
Private
>Environment:
System: FreeBSD fw.wtp3.org 4.10-STABLE FreeBSD 4.10-STABLE #5: Thu Apr 14 23:37:02 CEST 2005 toor@fw.wtp3.org:/usr/src/sys/compile/POOH i386
>Description:

	smokeping is versy useful tool for monitoring network. Because of
changes in rrdtool, the author of smokeping Tobi Oetiker released new version
of smokeping which is working with rrdtool 1.2.x.

>How-To-Repeat:

	Currently this port is marked as IGNORED (smokeping 1.40).
>Fix:

Here is a set of patches for ports files, which should be corrected to
upgrade smokpeing to new version 1.42

------------------------ cut here ----------------------------------
--- distinfo.orig	Tue May  3 04:13:46 2005
+++ distinfo	Mon Jun  6 09:12:24 2005
@@ -1,2 +1,2 @@
-MD5 (smokeping-1.40.tar.gz) = 8b965a32b1611445932273abbfad4c48
-SIZE (smokeping-1.40.tar.gz) = 237066
+MD5 (smokeping-1.42.tar.gz) = 7e786ba53560a81e10658b2a79fb2e9f
+SIZE (smokeping-1.42.tar.gz) = 236121

------------------------ cut here ----------------------------------


------------------------ cut here ----------------------------------
--- Makefile.orig	Wed May 18 04:34:20 2005
+++ Makefile	Mon Jun  6 09:13:35 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	smokeping
-PORTVERSION=	1.40
+PORTVERSION=	1.42
 CATEGORIES=	net www
 MASTER_SITES=	http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
 
@@ -21,8 +21,6 @@
 		${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \
 		${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net
 
-IGNORE=	only works with old versions (1.0.x) of net/rrdtool
-
 OPTIONS=	FPING "Support for fping probes" on
 OPTIONS+=	ECHOPING "Support for EchoPing probes" off
 OPTIONS+=	CURL "Support for Curl probes" off
@@ -124,7 +122,6 @@
 post-extract:
 	@${RM} ${WRKSRC}/lib/BER.pm
 	@${RM} ${WRKSRC}/lib/SNMP_*.pm
-	@${RM} ${WRKSRC}/lib/ISG/.#ParseConfig.pm.1.26
 
 post-patch:
 	@${FIND} ${WRKSRC} -name \*.orig -delete
------------------------ cut here ----------------------------------

------------------------ cut here ----------------------------------
--- patch-bin-smokeping.dist.orig	Tue May  3 04:13:46 2005
+++ patch-bin-smokeping.dist	Mon Jun  6 09:08:16 2005
@@ -1,5 +1,5 @@
---- bin/smokeping.dist.orig	Sun Jan 30 17:56:30 2005
-+++ bin/smokeping.dist	Mon Feb  7 21:46:26 2005
+--- bin/smokeping.dist.orig	Tue May 31 20:09:54 2005
++++ bin/smokeping.dist	Mon Jun  6 09:00:58 2005
 @@ -1,12 +1,11 @@
 -#!/usr/sepp/bin/perl-5.8.0 -w
 +#!%%PERL%% -w
@@ -9,7 +9,7 @@
 -use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
 +use lib qw(%%PREFIX%%/smokeping/lib);
  
- use Smokeping 1.40;
+ use Smokeping 1.42;
  
 -Smokeping::main("etc/config.dist");
 +Smokeping::main("%%PREFIX%%/etc/smokeping/config");
------------------------ cut here ----------------------------------

------------------------ cut here ----------------------------------
--- patch-htdocs-smokeping.cgi.dist.orig	Tue May  3 04:13:46 2005
+++ patch-htdocs-smokeping.cgi.dist	Mon Jun  6 09:04:12 2005
@@ -9,7 +9,7 @@
 -use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
 +use lib qw(%%PREFIX%%/smokeping/lib);
  
- use Smokeping 1.40;
+ use Smokeping 1.42;
  
 -Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
 +Smokeping::cgi("%%PREFIX%%/etc/smokeping/config");
------------------------ cut here ----------------------------------

I hope this port will be corrected in cvsup soon :-)))

Greetings from Poland
--
/~\ The ASCII                  Krzysztof Stryjek
\ / Ribbon Campaign           wtp (at) bsdguru.org
 X  Against HTML            http://fw.wtp3.org/~wtp/
/ \ Email!               GG: 3608113   ICQ: 124986907
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lth 
Responsible-Changed-By: vs 
Responsible-Changed-When: Mon Jun 6 07:37:43 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81937 
State-Changed-From-To: open->closed 
State-Changed-By: lth 
State-Changed-When: Tue Jun 14 21:13:45 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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