summaryrefslogtreecommitdiffstats
path: root/net-mgmt/darkstat
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/darkstat')
-rw-r--r--net-mgmt/darkstat/Makefile11
-rw-r--r--net-mgmt/darkstat/distinfo6
-rw-r--r--net-mgmt/darkstat/files/extra-patch-cap.h10
-rw-r--r--net-mgmt/darkstat/pkg-descr2
4 files changed, 7 insertions, 22 deletions
diff --git a/net-mgmt/darkstat/Makefile b/net-mgmt/darkstat/Makefile
index da9b5d7..8497eff 100644
--- a/net-mgmt/darkstat/Makefile
+++ b/net-mgmt/darkstat/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= darkstat
-PORTVERSION= 3.0.540
+PORTVERSION= 3.0.619
CATEGORIES= net-mgmt
MASTER_SITES= http://dmr.ath.cx/net/darkstat/
@@ -16,6 +16,7 @@ COMMENT= Network statistics gatherer and reporter
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --mandir=${PREFIX}/man
MAN1= darkstat.1
DOCS= AUTHORS INSTALL README THANKS
@@ -26,10 +27,4 @@ post-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-EXTRA_PATCHES= ${PATCHDIR}/extra-*
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-mgmt/darkstat/distinfo b/net-mgmt/darkstat/distinfo
index 12a0724..3b0a571 100644
--- a/net-mgmt/darkstat/distinfo
+++ b/net-mgmt/darkstat/distinfo
@@ -1,3 +1,3 @@
-MD5 (darkstat-3.0.540.tar.bz2) = 498256c667b4fa79a551ac3626a2ba86
-SHA256 (darkstat-3.0.540.tar.bz2) = 0db1b2684ea8871c587c89c3ddc4d9302f7e885ff0ec401510c42445f5a77bb4
-SIZE (darkstat-3.0.540.tar.bz2) = 75293
+MD5 (darkstat-3.0.619.tar.bz2) = b30e6b51cb3cf84254476c1140f08e17
+SHA256 (darkstat-3.0.619.tar.bz2) = e50ad3431f8c3c8172c878b7b9073e99a4802ad202739a6dad792cb8f7cfc1be
+SIZE (darkstat-3.0.619.tar.bz2) = 82508
diff --git a/net-mgmt/darkstat/files/extra-patch-cap.h b/net-mgmt/darkstat/files/extra-patch-cap.h
deleted file mode 100644
index 5368433..0000000
--- a/net-mgmt/darkstat/files/extra-patch-cap.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- cap.h.orig Wed Jun 21 12:25:20 2006
-+++ cap.h Wed Aug 9 15:56:25 2006
-@@ -5,6 +5,7 @@
- */
-
- #include <sys/types.h> /* OpenBSD needs this before select */
-+#include <sys/time.h> /* FreeBSD 4 needs this for struct timeval */
- #include <sys/select.h>
-
- void cap_init(const char *device, const char *filter);
diff --git a/net-mgmt/darkstat/pkg-descr b/net-mgmt/darkstat/pkg-descr
index d70bdb9..d1d3be6 100644
--- a/net-mgmt/darkstat/pkg-descr
+++ b/net-mgmt/darkstat/pkg-descr
@@ -3,7 +3,7 @@ and smaller than ntop, it uses libpcap to capture network traffic and serves up
Web page reports of statistics such as data transferred by host, port, and
protocol. It also has a neat bandwidth usage graph.
-WWW: http://purl.org/net/darkstat
+WWW: http://dmr.ath.cx/net/darkstat/
Author: Emil Mikulic <emil@cs.rmit.edu.au>
-- Anders Nordby <anders@FreeBSD.org>
OpenPOWER on IntegriCloud