From lth@thegler.dk  Wed Oct 16 13:18:52 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 917E637B406
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Oct 2002 13:18:52 -0700 (PDT)
Received: from cicero2.cybercity.dk (cicero2.cybercity.dk [212.242.40.53])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6134B43EDA
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Oct 2002 13:18:49 -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 B0F21FFF3B; Wed, 16 Oct 2002 22:18:43 +0200 (CEST)
Received: by marvin.thegler.dk (Postfix, from userid 1001)
	id 1BA9E7CDC; Wed, 16 Oct 2002 22:18:42 +0200 (CEST)
Message-Id: <20021016201842.1BA9E7CDC@marvin.thegler.dk>
Date: Wed, 16 Oct 2002 22:18:42 +0200 (CEST)
From: Lars Thegler <lars@thegler.dk>
Reply-To: Lars Thegler <lars@thegler.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Lars Thegler <lars@thegler.dk>
Subject: [MAINTAINER UPDATE] net/smokeping to 1.16
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44152
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] net/smokeping to 1.16
>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 Oct 16 13:20:01 PDT 2002
>Closed-Date:    Wed Oct 16 14:16:49 PDT 2002
>Last-Modified:  Wed Oct 16 14:16:49 PDT 2002
>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:
Diff to update net/smokeping to version 1.16

>How-To-Repeat:
>Fix:
Apply the following diff:

--cut--
diff -Naur smokeping-1.12/Makefile smokeping-1.16/Makefile
--- smokeping-1.12/Makefile	Thu Jul  4 07:40:02 2002
+++ smokeping-1.16/Makefile	Wed Oct 16 22:02:07 2002
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	smokeping
-PORTVERSION=	1.12
-PORTREVISION=	1
+PORTVERSION=	1.16
 CATEGORIES=	net www
 MASTER_SITES=	http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
 
@@ -24,9 +23,8 @@
 USE_PERL5=	yes
 
 MAN1=		EchoPing.pm.1 EchoPingChargen.pm.1 EchoPingDiscard.pm.1 \
-		EchoPingHttp.pm.1 EchoPingHttps.pm.1 \
-		EchoPingIcp.pm.1 EchoPingSmtp.pm.1 \
-		FPing.pm.1 FPing6.pm.1 ParseConfig.pm.1 Smokeping.pm.1 \
+		EchoPingHttp.pm.1 EchoPingHttps.pm.1 EchoPingIcp.pm.1 EchoPingSmtp.pm.1 \
+		FPing.pm.1 FPing6.pm.1 IOSPing.pm.1 ParseConfig.pm.1 Smokeping.pm.1 \
 		base.pm.1 basefork.pm.1 basevars.pm.1 \
 		smokeping.1 smokeping.cgi.1 \
 		smokeping_config.1 smokeping_install.1
@@ -36,9 +34,8 @@
 DOCDIR=		${PREFIX}/share/doc/smokeping
 DOC1=		CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO
 DOC2=		EchoPing.pm EchoPingChargen.pm EchoPingDiscard.pm \
-		EchoPingHttp.pm EchoPingHttps.pm \
-		EchoPingIcp.pm EchoPingSmtp.pm \
-		FPing.pm FPing6.pm ParseConfig.pm Smokeping.pm \
+		EchoPingHttp.pm EchoPingHttps.pm EchoPingIcp.pm EchoPingSmtp.pm \
+		FPing.pm FPing6.pm IOSPing.pm ParseConfig.pm Smokeping.pm \
 		base.pm basefork.pm basevars.pm smokeping.cgi \
 		smokeping smokeping_config smokeping_install
 ETC1=		basepage.html config smokemail config-echoping
@@ -68,7 +65,6 @@
 do-build:
 	@${RM} ${WRKSRC}/lib/BER.pm
 	@${RM} ${WRKSRC}/lib/SNMP_*.pm
-	@${RM} ${WRKSRC}/probe-report.patch
 
 pre-install:
 	PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL
diff -Naur smokeping-1.12/distinfo smokeping-1.16/distinfo
--- smokeping-1.12/distinfo	Wed Jul  3 21:11:07 2002
+++ smokeping-1.16/distinfo	Mon Oct 14 17:26:25 2002
@@ -1 +1 @@
-MD5 (smokeping-1.12.tar.gz) = 959dd5b64f067c3f6bfaf26a33f640fa
+MD5 (smokeping-1.16.tar.gz) = 69b3aa6dcf2d0b292eb66f09064e43e5
diff -Naur smokeping-1.12/pkg-plist smokeping-1.16/pkg-plist
--- smokeping-1.12/pkg-plist	Wed Jul  3 21:11:07 2002
+++ smokeping-1.16/pkg-plist	Wed Oct 16 21:26:15 2002
@@ -36,6 +36,8 @@
 share/doc/smokeping/FPing.pm.txt
 share/doc/smokeping/FPing6.pm.html
 share/doc/smokeping/FPing6.pm.txt
+share/doc/smokeping/IOSPing.pm.html
+share/doc/smokeping/IOSPing.pm.txt
 share/doc/smokeping/ParseConfig.pm.html
 share/doc/smokeping/ParseConfig.pm.txt
 share/doc/smokeping/Smokeping.pm.html
@@ -58,6 +60,7 @@
 smokeping/lib/Smokeping.pm
 smokeping/lib/probes/FPing.pm
 smokeping/lib/probes/FPing6.pm
+smokeping/lib/probes/IOSPing.pm
 smokeping/lib/probes/base.pm
 smokeping/lib/probes/EchoPing.pm
 smokeping/lib/probes/EchoPingChargen.pm
--cut--
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: obraun 
State-Changed-When: Wed Oct 16 14:16:31 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

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