Sun Aug 14 02:13:49 2016 UTC ()
Updated net/sysmon 0.92.2 to 0.93
---------------------------------
   Changes for 0.93
     * proper qsort crash fix
     * fix excessive logging when no IPv6 is available
     * add ability to ack objects
     * add ability to attach notes to objects
     * add ability for object to have a group
     * fix textfile display to properly account for deps
     * reduce excessive cpu usage watching wall clock
     * hrmph, qsort fix maybe?
     * stab at fix for timing issue with needssleep() (should reduce cpu usage)


(mef)
diff -r1.7 -r1.8 pkgsrc/net/sysmon/Makefile
diff -r1.2 -r1.3 pkgsrc/net/sysmon/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/net/sysmon/patches/patch-aa

cvs diff -r1.7 -r1.8 pkgsrc/net/sysmon/Makefile (expand / switch to unified diff)

--- pkgsrc/net/sysmon/Makefile 2016/03/05 11:29:12 1.7
+++ pkgsrc/net/sysmon/Makefile 2016/08/14 02:13:49 1.8
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2016/03/05 11:29:12 jperkin Exp $ 1# $NetBSD: Makefile,v 1.8 2016/08/14 02:13:49 mef Exp $
2# 2#
3 3
4DISTNAME= sysmon-0.92.2 4DISTNAME= sysmon-0.93
5PKGREVISION= 4 
6CATEGORIES= net 5CATEGORIES= net
7MASTER_SITES= ftp://puck.nether.net/pub/jared/ 6MASTER_SITES= ftp://puck.nether.net/pub/jared/
8 7
9MAINTAINER= pettai@NetBSD.org 8MAINTAINER= pettai@NetBSD.org
10HOMEPAGE= http://www.sysmon.org/ 9HOMEPAGE= http://www.sysmon.org/
11COMMENT= Small and fast network monitoring tool 10COMMENT= Small and fast network monitoring tool
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15 14
16BUILD_DEFS+= IPV6_READY 15BUILD_DEFS+= IPV6_READY
17 16
18CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 17CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}

cvs diff -r1.2 -r1.3 pkgsrc/net/sysmon/distinfo (expand / switch to unified diff)

--- pkgsrc/net/sysmon/distinfo 2015/11/04 00:35:39 1.2
+++ pkgsrc/net/sysmon/distinfo 2016/08/14 02:13:49 1.3
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.2 2015/11/04 00:35:39 agc Exp $ 1$NetBSD: distinfo,v 1.3 2016/08/14 02:13:49 mef Exp $
2 2
3SHA1 (sysmon-0.92.2.tar.gz) = 6853adcc359e5132893fc347723e58829ae7132a 3SHA1 (sysmon-0.93.tar.gz) = 9802be83f1b88577fcdaad9b9447ce9fe48163a5
4RMD160 (sysmon-0.92.2.tar.gz) = 7408bfa9a20482e2f0e86dee2566b175b8ecad59 4RMD160 (sysmon-0.93.tar.gz) = 77a276a3964f4830dc4351c19741be724e95ec42
5SHA512 (sysmon-0.92.2.tar.gz) = ca8fb5bbc8bf7bf02b7fcfb8b9f775ab6aed32032dba10dc14f89aed3d397d1d560a959a0322f6a6302dc5e9f2ffbfb021019776dae5403794169af578a9cbb1 5SHA512 (sysmon-0.93.tar.gz) = 367ec53cf5253a1fd83eee4837206d9551ea2b2d8e62cd910f4c0a7f1090bc6a519277e94ea1e08f8354a7a88fcc6b4d5092bc481385b57547496558e47e85c8
6Size (sysmon-0.92.2.tar.gz) = 495714 bytes 6Size (sysmon-0.93.tar.gz) = 519522 bytes
7SHA1 (patch-aa) = ec5ac4a213cdcd1a79f87c7a89b6c687a3b19b56 7SHA1 (patch-aa) = ed38753f2298875032593e780cbac3266b875031

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/sysmon/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/net/sysmon/patches/patch-aa 2010/03/10 23:37:48 1.1.1.1
+++ pkgsrc/net/sysmon/patches/patch-aa 2016/08/14 02:13:49 1.2
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1$NetBSD: patch-aa,v 1.1.1.1 2010/03/10 23:37:48 pettai Exp $ 1$NetBSD: patch-aa,v 1.2 2016/08/14 02:13:49 mef Exp $
 2
 3destdir support
2 4
3--- autoconf/Makefile.in.orig 2009-12-13 14:50:15.000000000 +0100 5--- autoconf/Makefile.in.orig 2009-12-13 14:50:15.000000000 +0100
4+++ autoconf/Makefile.in 2009-12-13 14:52:57.000000000 +0100 6+++ autoconf/Makefile.in 2009-12-13 14:52:57.000000000 +0100
5@@ -19,6 +19,7 @@ 7@@ -19,6 +19,7 @@
6 LDFLAGS = @LDFLAGS@ 8 LDFLAGS = @LDFLAGS@
7 RM = /bin/rm -f 9 RM = /bin/rm -f
8  10
9+destdir = @destdir@ 11+destdir = @destdir@
10 prefix = @prefix@ 12 prefix = @prefix@
11 exec_prefix = @exec_prefix@ 13 exec_prefix = @exec_prefix@
12  14
13@@ -54,13 +55,13 @@ 15@@ -54,13 +55,13 @@
14 grep SYSM_VERS config.h | mail -s"Sysmon Registration" jared@puck.nether.net 16 grep SYSM_VERS config.h | mail -s"Sysmon Registration" jared@puck.nether.net