summaryrefslogtreecommitdiff
path: root/net/darkstat
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-06-23 09:21:37 +0000
committerwiz <wiz@pkgsrc.org>2011-06-23 09:21:37 +0000
commit108894f71f568a323ed40086e00fe021096769d5 (patch)
tree3f02508c0ca321e29f922a10442c4c537b820fb6 /net/darkstat
parentd150580a46b1cb2e36715e022387f9b5d4cd39e2 (diff)
downloadpkgsrc-108894f71f568a323ed40086e00fe021096769d5.tar.gz
Update to 3.0.714, using patch from Bartosz Kuzma in PR 45095.
While here, unset DIST_SUBDIR. Changes since 3.0.713: - IPv6 support! Big ups to Mats Erik Andersson who did most of this work! - Allow sort on last-seen, thanks to Dirk Koopman. - Support multiple bind addresses. - Add --disable-debug configure flag, thanks to Malte S. Stretz. - Make it possible to save the DB without resetting it (SIGUSR2). - Web: Use relative URLs, so darkstat works properly behind mod_proxy, thanks to Malte S. Stretz.
Diffstat (limited to 'net/darkstat')
-rw-r--r--net/darkstat/Makefile12
-rw-r--r--net/darkstat/distinfo8
2 files changed, 9 insertions, 11 deletions
diff --git a/net/darkstat/Makefile b/net/darkstat/Makefile
index 273e1d75d70..461806eac6c 100644
--- a/net/darkstat/Makefile
+++ b/net/darkstat/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.10 2010/04/13 21:02:00 morr Exp $
+# $NetBSD: Makefile,v 1.11 2011/06/23 09:21:37 wiz Exp $
#
-DISTNAME= darkstat-3.0.713
+DISTNAME= darkstat-3.0.714
CATEGORIES= net
-MASTER_SITES= http://dmr.ath.cx/net/darkstat/
-DIST_SUBDIR= darkstat
+MASTER_SITES= http://unix4lyfe.org/darkstat/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= bartosz.kuzma@gmail.com
-HOMEPAGE= http://dmr.ath.cx/net/darkstat/
+HOMEPAGE= http://unix4lyfe.org/darkstat/
COMMENT= Network statistics gatherer
LICENSE= gnu-gpl-v2
@@ -19,8 +18,6 @@ BUILD_TARGET= darkstat
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-chroot-dir=${PREFIX}/share/darkstat/chroot
-BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.6.0
-
RCD_SCRIPTS= darkstat
post-install:
@@ -28,5 +25,6 @@ post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/darkstat/chroot
.include "../../devel/zlib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.6.0
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/darkstat/distinfo b/net/darkstat/distinfo
index 27e64d6260e..64d01930d91 100644
--- a/net/darkstat/distinfo
+++ b/net/darkstat/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2010/04/13 21:02:00 morr Exp $
+$NetBSD: distinfo,v 1.9 2011/06/23 09:21:37 wiz Exp $
-SHA1 (darkstat/darkstat-3.0.713.tar.bz2) = 9ae0f297b06253ca23e736e224d0ed70331da8f1
-RMD160 (darkstat/darkstat-3.0.713.tar.bz2) = 52edf27eae9e5f1beae6cffab2071460cf1aaf65
-Size (darkstat/darkstat-3.0.713.tar.bz2) = 99671 bytes
+SHA1 (darkstat-3.0.714.tar.bz2) = 8e6a9f90f5ae814f906f23deaa76144b6496aa6b
+RMD160 (darkstat-3.0.714.tar.bz2) = d8e910400736af34471779aea0bc63d040b5729f
+Size (darkstat-3.0.714.tar.bz2) = 108844 bytes