diff options
author | demon <demon@FreeBSD.org> | 2003-06-02 06:56:48 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-06-02 06:56:48 +0000 |
commit | 2098298db1dc37edffff373391909043dcc15f52 (patch) | |
tree | 56abc3f9110044a32b8435cde33abc5ce4765f17 /net/mrtg | |
parent | 891982ef214b05ec34222fdfccabe61e7299de22 (diff) | |
download | FreeBSD-ports-2098298db1dc37edffff373391909043dcc15f52.zip FreeBSD-ports-2098298db1dc37edffff373391909043dcc15f52.tar.gz |
Update to version 2.9.29.
Submitted by: Andrew A. Vasilyev <andy@demos.su>
Diffstat (limited to 'net/mrtg')
-rw-r--r-- | net/mrtg/Makefile | 2 | ||||
-rw-r--r-- | net/mrtg/distinfo | 2 | ||||
-rw-r--r-- | net/mrtg/files/patch-aa | 17 |
3 files changed, 15 insertions, 6 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index 58c0a69..e1747cb 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mrtg -PORTVERSION= 2.9.25 +PORTVERSION= 2.9.29 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ \ diff --git a/net/mrtg/distinfo b/net/mrtg/distinfo index 2c9f99c..da09862 100644 --- a/net/mrtg/distinfo +++ b/net/mrtg/distinfo @@ -1 +1 @@ -MD5 (mrtg-2.9.25.tar.gz) = 152963ee3b0d101dc0c01b3ff0cee6bb +MD5 (mrtg-2.9.29.tar.gz) = 17ae5e4cdd69a8995e3a861f6a00e153 diff --git a/net/mrtg/files/patch-aa b/net/mrtg/files/patch-aa index cef552e..a1732e9 100644 --- a/net/mrtg/files/patch-aa +++ b/net/mrtg/files/patch-aa @@ -1,8 +1,17 @@ ---- src/rateup.c.orig Sat Oct 19 05:06:55 2002 -+++ src/rateup.c Mon Feb 10 22:55:06 2003 -@@ -830,12 +830,14 @@ +--- src/rateup.c.orig Sat Apr 12 15:41:20 2003 ++++ src/rateup.c Mon Jun 2 10:42:04 2003 +@@ -62,7 +62,7 @@ + #ifdef __MINGW32_VERSION + #define LLD "%I64d" + #else +-#define LLD "%lld" ++#define LLD "%qd" + #endif + + /* WATCOM C/C++ 10.6 under Win95/NT */ +@@ -840,12 +840,14 @@ char *file; struct HISTORY *hist; - unsigned long rd[5]; + long long rd[5]; time_t cur; + long lasttime; |