aboutsummaryrefslogtreecommitdiffstats
path: root/net/mrtg
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-10-02 00:08:10 +0800
committerdemon <demon@FreeBSD.org>2003-10-02 00:08:10 +0800
commit66bdbf7ce48c1ecd013c45cfa334fcd1403251c0 (patch)
tree067be65feefef95907bbb09e0ae2ff9f0452b5de /net/mrtg
parent9405d07087c9cd22a4dc5d0faa138ecf6bab9dbc (diff)
downloadfreebsd-ports-gnome-66bdbf7ce48c1ecd013c45cfa334fcd1403251c0.tar.gz
freebsd-ports-gnome-66bdbf7ce48c1ecd013c45cfa334fcd1403251c0.tar.zst
freebsd-ports-gnome-66bdbf7ce48c1ecd013c45cfa334fcd1403251c0.zip
Update to version 2.10.5.
Diffstat (limited to 'net/mrtg')
-rw-r--r--net/mrtg/Makefile3
-rw-r--r--net/mrtg/distinfo2
-rw-r--r--net/mrtg/files/patch-aa27
3 files changed, 2 insertions, 30 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile
index 144a0637530a..dd84f9ac4b42 100644
--- a/net/mrtg/Makefile
+++ b/net/mrtg/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= mrtg
-PORTVERSION= 2.9.29
-PORTREVISION= 3
+PORTVERSION= 2.10.5
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 da09862bd81e..b9f385f4e86f 100644
--- a/net/mrtg/distinfo
+++ b/net/mrtg/distinfo
@@ -1 +1 @@
-MD5 (mrtg-2.9.29.tar.gz) = 17ae5e4cdd69a8995e3a861f6a00e153
+MD5 (mrtg-2.10.5.tar.gz) = 5657edcdc3ca0af2d4e063867dbd1529
diff --git a/net/mrtg/files/patch-aa b/net/mrtg/files/patch-aa
deleted file mode 100644
index a1732e98acba..000000000000
--- a/net/mrtg/files/patch-aa
+++ /dev/null
@@ -1,27 +0,0 @@
---- 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;
- long long rd[5];
- time_t cur;
-+ long lasttime;
-
- if ((fi = fopen(file,"r")) != NULL) {
-- if (fscanf(fi,"%ld %s %s\n",(long int *)&last.time,&last.in[0],&last.out[0]) != 3){
-+ if (fscanf(fi,"%ld %s %s\n",&lasttime,&last.in[0],&last.out[0]) != 3){
- fprintf(stderr,"Read Error: File %s lin 1\n",file);
- retcode = 1;
- }
-+ last.time = lasttime;
- cur = last.time;
- x = histvalid=0;
- hist = history;
proud to announce the release of KDE 4.1.0miwi2008-08-1021-7190/+2766 * - File was rerolled to add missing example filemiwi2008-08-063-4/+8 * - Update to 0.0.6miwi2008-08-063-15/+20 * - Update to qt 4.4.1miwi2008-08-052-15/+16 * Update to 0.4.21.marcus2008-08-052-4/+4 * - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0 * - Update to 0.16.0.20080706, it's more than 0.17 RC1.mezz2008-07-071-2/+1 * Update to 2.22.3.mezz2008-07-013-5/+6 * Update to 2.22.3.mezz2008-07-013-5/+7 * Update to 1.22.3.marcus2008-07-012-5/+5 * Update to 0.4.20.marcus2008-06-182-5/+4 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-062-2/+2 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-0621-7/+21 * Fix typos.olgeni2008-06-051-1/+1 * Update to 2.22.2.mezz2008-05-272-4/+4 * Update to 2.22.2.mezz2008-05-274-14/+14 * -De-bashism and remove bash dependency. [1]mezz2008-05-062-6/+33 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-2010-16/+14 * Update to 0.4.19ahze2008-04-182-4/+4 * Update to 4.7.3.marcus2008-04-082-4/+4 * Update to 4.7.2.marcus2008-04-083-4/+8 * Update to 2.22.1ahze2008-04-083-4/+10 * Update to 1.22.1ahze2008-04-075-8/+11 * Update to 2.22.1.marcus2008-04-073-4/+5 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-1/+0 * The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 formarcus2008-03-2422-51/+314 * - Update to 0.6.9jadawin2008-03-172-6/+9 * Update to Qt 4.3.4lofi2008-03-141-3/+3 * YASR ("Yet Another Screen Reader") is an attempt at a lightweight,alepulver2008-02-175-0/+89 * EFlite is a speech server for Emacspeak and other screen readers that allowsalepulver2008-02-176-0/+90 * Update to 0.4.18.kwm2008-01-152-4/+4 * Update to 2.20.3.mezz2008-01-082-4/+4 * Update to 0.4.17.mezz2007-12-192-4/+4 * Update to 2.20.2.marcus2007-12-122-5/+5 * Update to 1.20.2.marcus2007-12-122-5/+5 * Add a missing dependency, at-spi. Bump the PORTREVISION.mezz2007-10-301-1/+2 * Update to KDE 3.5.8lofi2007-10-306-18/+18 * Update to 2.20.1ahze2007-10-292-4/+4 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-2540-1532/+1622 * - Update to 0.0.5lwhsu2007-09-163-12/+18 * Update to Qt 4.3.1.lofi2007-09-023-10/+8 * The tarball has been rerolled, no function change. They only update themezz2007-08-151-3/+3 * - bsd.qt.mk:lofi2007-08-032-9/+4 * Update to 0.4.16.mezz2007-07-302-4/+4 * Update to Qt 4.3.0, introduce bsd.qt.mk.lofi2007-07-162-23/+9 * Update to 0.4.15.mezz2007-07-102-4/+4 * Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-0418-24/+318 * Update to 0.4.14.marcus2007-06-192-4/+4 * - Add WWWpav2007-06-071-0/+2 * Update to 0.4.13 and remove X11BASE.mezz2007-06-072-6/+6 * Update to 4.4.2.mezz2007-05-293-5/+23 * Update to 1.2.5.mezz2007-05-293-6/+20 * Update to 0.14.4.mezz2007-05-293-7/+25 * Update to 0.4.12.mezz2007-05-292-4/+4 * - Welcome X.org 7.2 \o/.flz2007-05-2025-290/+17 * Rename all binaries in qt4 which conflict with binaries installed bylofi2007-04-201-2/+2 * Update to 2.18.1ahze2007-04-113-5/+5 * Update to 0.4.11.mezz2007-04-102-5/+4 * - Fix the '==' -> '=' in configure.mezz2007-04-102-1/+20 * Update to 1.18.1ahze2007-04-092-4/+4 * Update to 4.4.1.marcus2007-04-093-4/+5 * Fix packaging.marcus2007-03-262-5/+4 * Fix packaging.marcus2007-03-261-0/+2 * Whoops, too greedy with the cvs add. Remove files that do not belong.marcus2007-03-252-0/+0 * Fix orca so that it actually runs. While here, replace some hardcoded pathsmarcus2007-03-255-0/+43 * Update to 4.2.3lofi2007-03-252-6/+6 * - Update to 0.0.4miwi2007-03-232-4/+4 * Add a missing BUILD_DEPENDS on X_CLIENTS_PORT.marcus2007-03-221-0/+2 * Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEmarcus2007-03-1926-75/+223 * Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-146-18/+18 * Update to 1.2.3.mezz2007-03-012-4/+4 * Update to 1.2.2.mezz2007-02-282-4/+5 * Update to 0.4.10ahze2007-02-262-4/+4 * Update to 0.4.9ahze2007-02-122-4/+4 * From the "who gave this guy a commit bit" dept.:lofi2007-02-061-1/+1 * Post-import bugfixorama:lofi2007-02-061-1/+2 * Add qt4, a multiplatform C++ application frameworklofi2007-02-065-0/+92 * Update to 0.13.2.mezz2007-01-303-9/+44 * Update to 1.0.1.mezz2007-01-293-4/+18 * Update to 0.4.8.mezz2007-01-212-4/+4