ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/smokeping/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile    19 Dec 2007 17:54:51 -0000      1.15
+++ Makefile    24 Jan 2008 20:02:00 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       latency logging and graphing system
 
-DISTNAME=      smokeping-2.2.7
+DISTNAME=      smokeping-2.3.0
 CATEGORIES=    net
 
 MASTER_SITES=  ${HOMEPAGE}pub/
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/smokeping/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo    19 Dec 2007 17:54:51 -0000      1.9
+++ distinfo    24 Jan 2008 20:02:00 -0000
@@ -1,5 +1,5 @@
-MD5 (smokeping-2.2.7.tar.gz) = vjNbEF9v9yjp87+am3a+yw==
-RMD160 (smokeping-2.2.7.tar.gz) = A3s/isRCsnDpYzdpY1oN4fgoZFQ=
-SHA1 (smokeping-2.2.7.tar.gz) = UBHbHM76DV7JZwBvxIK0LE676ts=
-SHA256 (smokeping-2.2.7.tar.gz) = KioJ00A3sXN3iTyTnUP+wXf+0HMeKgBw8wxkm8WjHIY=
-SIZE (smokeping-2.2.7.tar.gz) = 557546
+MD5 (smokeping-2.3.0.tar.gz) = RPBe08brVeZuJDjHkdTQOg==
+RMD160 (smokeping-2.3.0.tar.gz) = BkPZNgICJxEitVzeAJXixVOcgoI=
+SHA1 (smokeping-2.3.0.tar.gz) = OzZbKW6v850k3a2MduHa0xYr59Q=
+SHA256 (smokeping-2.3.0.tar.gz) = sY+oBT/mouKYOsNA5LpjozKatGVQsaTwJ4z5ZpILFKk=
+SIZE (smokeping-2.3.0.tar.gz) = 572496
Index: patches/patch-etc_config_dist
===================================================================
RCS file: /cvs/ports/net/smokeping/patches/patch-etc_config_dist,v
retrieving revision 1.4
diff -u -p -r1.4 patch-etc_config_dist
--- patches/patch-etc_config_dist       19 Dec 2007 17:54:51 -0000      1.4
+++ patches/patch-etc_config_dist       24 Jan 2008 20:02:00 -0000
@@ -1,16 +1,19 @@
 $OpenBSD: patch-etc_config_dist,v 1.4 2007/12/19 17:54:51 sthen Exp $
---- etc/config.dist.orig       Wed Sep 12 23:34:58 2007
-+++ etc/config.dist    Tue Oct 23 11:04:55 2007
-@@ -3,14 +3,14 @@
+--- etc/config.dist.orig       Mon Jan 21 14:02:04 2008
++++ etc/config.dist    Thu Jan 24 19:57:42 2008
+@@ -3,17 +3,17 @@
  owner    = Peter Random
  contact  = [EMAIL PROTECTED]
  mailhost = my.mail.host
 -sendmail = /usr/lib/sendmail
++sendmail = /usr/sbin/sendmail
+ # NOTE: do not put the Image Cache below cgi-bin
+ # since all files under cgi-bin will be executed ... this is not
+ # good for images.
 -imgcache = /home/oetiker/public_html/smokeping-ms/cache
 -imgurl   = cache
 -datadir  = /tmp/smokeping-ms/data
 -piddir  = /tmp/smokeping-ms/var
-+sendmail = /usr/sbin/sendmail
 +imgcache = /var/www/htdocs/smokeping/img
 +imgurl   = /smokeping/img
 +datadir  = /var/db/smokeping
@@ -23,7 +26,7 @@ $OpenBSD: patch-etc_config_dist,v 1.4 20
  # specify this to get syslog logging
  syslogfacility = local0
  # each probe is now run in its own process
-@@ -44,7 +44,7 @@ AVERAGE  0.5 144   720
+@@ -47,7 +47,7 @@ AVERAGE  0.5 144   720
  
  *** Presentation ***
  
@@ -32,7 +35,7 @@ $OpenBSD: patch-etc_config_dist,v 1.4 20
  
  + charts
  
-@@ -96,10 +96,10 @@ unison_tolerance = 2
+@@ -105,10 +105,10 @@ unison_tolerance = 2
  
  + FPing
  
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/smokeping/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- pkg/PLIST   19 Dec 2007 17:54:51 -0000      1.10
+++ pkg/PLIST   24 Jan 2008 20:02:00 -0000
@@ -47,6 +47,7 @@ ${PMDIR}/Smokeping/probes/LDAP.pm
 ${PMDIR}/Smokeping/probes/Radius.pm
 ${PMDIR}/Smokeping/probes/RemoteFPing.pm
 ${PMDIR}/Smokeping/probes/SSH.pm
+${PMDIR}/Smokeping/probes/TCPPing.pm
 ${PMDIR}/Smokeping/probes/TacacsPlus.pm
 ${PMDIR}/Smokeping/probes/TelnetIOSPing.pm
 ${PMDIR}/Smokeping/probes/TelnetJunOSPing.pm
@@ -107,6 +108,7 @@ share/doc/smokeping/probes/LDAP.txt
 share/doc/smokeping/probes/Radius.txt
 share/doc/smokeping/probes/RemoteFPing.txt
 share/doc/smokeping/probes/SSH.txt
+share/doc/smokeping/probes/TCPPing.txt
 share/doc/smokeping/probes/TacacsPlus.txt
 share/doc/smokeping/probes/TelnetIOSPing.txt
 share/doc/smokeping/probes/TelnetJunOSPing.txt

Reply via email to