Mon Sep 16 17:42:09 2013 UTC ()
Updated net/darkstat to 3.0.717
(leaf package, mainly bugfixes, checked with MAINTAINER)

v3.0.717 (14 August 2013)
	- (OS X only) Work around lack of clock_gettime().
	- Fix crash due to str_appendf() not understanding %ld.

v3.0.716 (8 August 2013)
	- Implement support for multiple capture interfaces.
	- Support multiple local IPs on an interface.
	- Only error out if we fail to create all HTTP sockets.
	  In particular, this helps on IPv6-incapable platforms.
	- Use monotonic time over wall time where appropriate.
	- Portability fixes for NetBSD and OpenBSD.


(abs)
diff -r1.14 -r1.15 pkgsrc/net/darkstat/Makefile
diff -r1.10 -r1.11 pkgsrc/net/darkstat/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/net/darkstat/Makefile (expand / switch to unified diff)

--- pkgsrc/net/darkstat/Makefile 2013/02/06 19:30:56 1.14
+++ pkgsrc/net/darkstat/Makefile 2013/09/16 17:42:09 1.15
@@ -1,18 +1,16 @@ @@ -1,18 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2013/02/06 19:30:56 jperkin Exp $ 1# $NetBSD: Makefile,v 1.15 2013/09/16 17:42:09 abs Exp $
2# 
3 2
4DISTNAME= darkstat-3.0.715 3DISTNAME= darkstat-3.0.717
5PKGREVISION= 1 
6CATEGORIES= net 4CATEGORIES= net
7MASTER_SITES= http://unix4lyfe.org/darkstat/ 5MASTER_SITES= http://unix4lyfe.org/darkstat/
8EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
9 7
10MAINTAINER= bartosz.kuzma@gmail.com 8MAINTAINER= bartosz.kuzma@gmail.com
11HOMEPAGE= http://unix4lyfe.org/darkstat/ 9HOMEPAGE= http://unix4lyfe.org/darkstat/
12COMMENT= Network statistics gatherer 10COMMENT= Network statistics gatherer
13LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
14 12
15BUILD_TARGET= darkstat 13BUILD_TARGET= darkstat
16 14
17GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
18CONFIGURE_ARGS+= --with-chroot-dir=${PREFIX}/share/darkstat/chroot 16CONFIGURE_ARGS+= --with-chroot-dir=${PREFIX}/share/darkstat/chroot

cvs diff -r1.10 -r1.11 pkgsrc/net/darkstat/distinfo (expand / switch to unified diff)

--- pkgsrc/net/darkstat/distinfo 2012/03/22 12:30:42 1.10
+++ pkgsrc/net/darkstat/distinfo 2013/09/16 17:42:09 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2012/03/22 12:30:42 obache Exp $ 1$NetBSD: distinfo,v 1.11 2013/09/16 17:42:09 abs Exp $
2 2
3SHA1 (darkstat-3.0.715.tar.bz2) = e635f7ae0c6dfe3a7d1fac3855ca733187163973 3SHA1 (darkstat-3.0.717.tar.bz2) = 3a774ab48f9523a3a47a5f2b89174843a1b6fa76
4RMD160 (darkstat-3.0.715.tar.bz2) = d85ab00ae73ba388fbcccfa00a2fafc02838c513 4RMD160 (darkstat-3.0.717.tar.bz2) = 82177d8f60d2d3b29da17bcb171ec4a4df6af752
5Size (darkstat-3.0.715.tar.bz2) = 110881 bytes 5Size (darkstat-3.0.717.tar.bz2) = 112436 bytes