Wed Feb 15 12:30:06 2012 UTC ()
Update nload to 0.7.4.
per maintainer update request by PR 45947.

hanges since 0.7.2:
 * Newer Linux kernels use 64 bit counters, which caused traffic to increase by
   4GB on every refresh (see Debian bug #651848)
 * Fix calculation of traffic and data units (thanks to Kirby Zhou, see also
   Debian bug #586943)
 * Fix memory leak in BSD network device detection
 * Workaround for faulty newwin() in ncurses 5.8
 * Correctly escape minus signs in man page


(obache)
diff -r1.4 -r1.5 pkgsrc/net/nload/Makefile
diff -r1.4 -r1.5 pkgsrc/net/nload/distinfo
diff -r1.3 -r1.4 pkgsrc/net/nload/patches/patch-ac

cvs diff -r1.4 -r1.5 pkgsrc/net/nload/Makefile (expand / switch to unified diff)

--- pkgsrc/net/nload/Makefile 2010/03/30 11:17:45 1.4
+++ pkgsrc/net/nload/Makefile 2012/02/15 12:30:06 1.5
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2010/03/30 11:17:45 obache Exp $ 1# $NetBSD: Makefile,v 1.5 2012/02/15 12:30:06 obache Exp $
2# 2#
3 3
4DISTNAME= nload-0.7.2 4DISTNAME= nload-0.7.4
5CATEGORIES= net sysutils 5CATEGORIES= net sysutils
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nload/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nload/}
7 7
8MAINTAINER= bartosz.kuzma@gmail.com 8MAINTAINER= bartosz.kuzma@gmail.com
9HOMEPAGE= http://www.roland-riegel.de/nload/ 9HOMEPAGE= http://www.roland-riegel.de/nload/
10COMMENT= Monitoring network traffic and bandwidth usage 10COMMENT= Monitoring network traffic and bandwidth usage
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16MANCOMPRESSED= yes 16MANCOMPRESSED= yes
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes

cvs diff -r1.4 -r1.5 pkgsrc/net/nload/distinfo (expand / switch to unified diff)

--- pkgsrc/net/nload/distinfo 2010/03/30 11:17:45 1.4
+++ pkgsrc/net/nload/distinfo 2012/02/15 12:30:06 1.5
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.4 2010/03/30 11:17:45 obache Exp $ 1$NetBSD: distinfo,v 1.5 2012/02/15 12:30:06 obache Exp $
2 2
3SHA1 (nload-0.7.2.tar.gz) = fe1f6e93a9233b55a61580a23e94edc965583fa3 3SHA1 (nload-0.7.4.tar.gz) = bb0a168c93c588ad4fd5e3a653b3620b79ada1e8
4RMD160 (nload-0.7.2.tar.gz) = e4e7cee98de4b83106998f4552f4e1e0071f61f4 4RMD160 (nload-0.7.4.tar.gz) = 77eb199ee73fdc45b25b0e246c2ba73fa6efe779
5Size (nload-0.7.2.tar.gz) = 145262 bytes 5Size (nload-0.7.4.tar.gz) = 151005 bytes
6SHA1 (patch-aa) = 1551e7059eb0ebde05ed8cdc561099192d048503 6SHA1 (patch-aa) = 1551e7059eb0ebde05ed8cdc561099192d048503
7SHA1 (patch-ac) = d45ade6c24dce6444badf408a3aeb09f28fe80b4 7SHA1 (patch-ac) = 6d26b865eeea4f8ae18db7f1ad6703694d63f514

cvs diff -r1.3 -r1.4 pkgsrc/net/nload/patches/patch-ac (expand / switch to unified diff)

--- pkgsrc/net/nload/patches/patch-ac 2008/04/19 10:57:35 1.3
+++ pkgsrc/net/nload/patches/patch-ac 2012/02/15 12:30:06 1.4
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-ac,v 1.3 2008/04/19 10:57:35 obache Exp $ 1$NetBSD: patch-ac,v 1.4 2012/02/15 12:30:06 obache Exp $
2 2
3--- configure.orig 2008-02-02 18:44:21.000000000 +0100 3--- configure.orig 2012-02-06 09:53:58.000000000 +0000
4+++ configure 4+++ configure
5@@ -4563,7 +4563,7 @@ fi 5@@ -4553,7 +4553,7 @@ fi
6 done 6 done
7  7
8 ;; 8 ;;
9- *bsd*) 9- *bsd*)
10+ *bsd* | *darwin* | *dragonfly*) 10+ *bsd* | *darwin* | *dragonfly*)
11  11
12 cat >>confdefs.h <<\_ACEOF 12 $as_echo "#define HAVE_BSD 1" >>confdefs.h
13 #define HAVE_BSD 1 13