diff options
-rw-r--r-- | net-mgmt/mrtg/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/mrtg/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/mrtg/files/patch-aa | 17 | ||||
-rw-r--r-- | net/mrtg/Makefile | 2 | ||||
-rw-r--r-- | net/mrtg/distinfo | 2 | ||||
-rw-r--r-- | net/mrtg/files/patch-aa | 17 |
6 files changed, 30 insertions, 12 deletions
diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile index 58c0a69..e1747cb 100644 --- a/net-mgmt/mrtg/Makefile +++ b/net-mgmt/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-mgmt/mrtg/distinfo b/net-mgmt/mrtg/distinfo index 2c9f99c..da09862 100644 --- a/net-mgmt/mrtg/distinfo +++ b/net-mgmt/mrtg/distinfo @@ -1 +1 @@ -MD5 (mrtg-2.9.25.tar.gz) = 152963ee3b0d101dc0c01b3ff0cee6bb +MD5 (mrtg-2.9.29.tar.gz) = 17ae5e4cdd69a8995e3a861f6a00e153 diff --git a/net-mgmt/mrtg/files/patch-aa b/net-mgmt/mrtg/files/patch-aa index cef552e..a1732e9 100644 --- a/net-mgmt/mrtg/files/patch-aa +++ b/net-mgmt/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; 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; |