Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 1998 16:49:30 -0500 (EST)
From:      Bill Fumerola <billf@jade.chc-chimes.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8562: update port: net/mtr
Message-ID:  <199811032149.QAA04040@jade.chc-chimes.com>

next in thread | raw e-mail | index | archive | help

>Number:         8562
>Category:       ports
>Synopsis:       update port: net/mtr
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov  3 14:00:01 PST 1998
>Last-Modified:
>Originator:     Bill Fumerola
>Organization:
Computer Horizons Corp
>Release:        FreeBSD 2.2.7-STABLE i386
>Environment:
>Description:

update of net/mtr, I am the maintainer.

the authoring of the program changed hands, so this reflects both the new
'official' site and also the new release

>How-To-Repeat:
>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/mtr/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	1998/09/22 22:55:54	1.3
+++ Makefile	1998/11/03 21:46:08
@@ -1,20 +1,19 @@
 # New ports collection makefile for:   mtr
-# Version required:    0.21
+# Version required:    0.28
 # Date created:        12 August 1998
 # Whom:                Bill Fumerola <billf@chc-chimes.com>
 #
 # $Id: Makefile,v 1.3 1998/09/22 22:55:54 asami Exp $
 #
 
-DISTNAME=	mtr-0.21
+DISTNAME=	mtr-0.28
 CATEGORIES=	net
-MASTER_SITES=	http://www.mkimball.org/
+MASTER_SITES=	ftp://ftp.bitwizard.nl/mtr/
 
 MAINTAINER=	billf@chc-chimes.com
 
 LIB_DEPENDS=    gtk.1:${PORTSDIR}/x11-toolkits/gtk
 
-FETCH_BEFORE_ARGS= -b
 USE_AUTOCONF=	yes
 USE_XLIB=	yes
 
cvs server: Diffing files
Index: files/md5
===================================================================
RCS file: /cvs/ports/net/mtr/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- md5	1998/08/24 01:56:04	1.1.1.1
+++ md5	1998/11/03 21:46:08
@@ -1 +1 @@
-MD5 (mtr-0.21.tar.gz) = c3ba171b2c5c6d9c889912f18c56abfe
+MD5 (mtr-0.28.tar.gz) = 40074f51f01fbd295f330401175f9223
cvs server: Diffing patches
cvs server: patches/patch-aa was removed, no comparison available
cvs server: patches/patch-ab is a new entry, no comparison available
cvs server: Diffing pkg
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/net/mtr/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 DESCR
--- DESCR	1998/08/24 01:56:04	1.1.1.1
+++ DESCR	1998/11/03 21:46:08
@@ -1,6 +1,6 @@
 mtr combines the functionality of the "traceroute" and "ping" programs
 into a single network diagnostic tool. 
 
-http://www.mkimball.org/mtr.html
+http://www.bitwizard.nl/mtr
 
-Bill Fumerola <billf@chc-chimes.com)
+Bill Fumerola (billf@chc-chimes.com)


the old patch-aa, added by Steve (thanks!) is no longer needed as the
author merged in the fix. (as noted above)

the new patch-ab, as referenced above...

--- split.c.old	Tue Nov  3 16:33:14 1998
+++ split.c	Tue Nov  3 16:33:24 1998
@@ -24,6 +24,7 @@
 #include <ctype.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <ncurses.h>
 
 #include "display.h"
 #include "dns.h"

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811032149.QAA04040>