1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Update to version 2.9.29.

Submitted by:	Andrew A. Vasilyev <andy@demos.su>
This commit is contained in:
Dmitry Sivachenko 2003-06-02 06:56:48 +00:00
parent 420c31fa92
commit 98083f88a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81974
6 changed files with 30 additions and 12 deletions

View File

@ -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/ \

View File

@ -1 +1 @@
MD5 (mrtg-2.9.25.tar.gz) = 152963ee3b0d101dc0c01b3ff0cee6bb
MD5 (mrtg-2.9.29.tar.gz) = 17ae5e4cdd69a8995e3a861f6a00e153

View File

@ -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;

View File

@ -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/ \

View File

@ -1 +1 @@
MD5 (mrtg-2.9.25.tar.gz) = 152963ee3b0d101dc0c01b3ff0cee6bb
MD5 (mrtg-2.9.29.tar.gz) = 17ae5e4cdd69a8995e3a861f6a00e153

View File

@ -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;