diff options
Diffstat (limited to 'net/mtr')
-rw-r--r-- | net/mtr/Makefile | 2 | ||||
-rw-r--r-- | net/mtr/distinfo | 2 | ||||
-rw-r--r-- | net/mtr/files/patch-01 | 10 | ||||
-rw-r--r-- | net/mtr/files/patch-02 | 4 |
4 files changed, 10 insertions, 8 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index a76bfe6..a96f2f6 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= mtr-0.39 +DISTNAME= mtr-0.41 CATEGORIES= net MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ http://www.giovannelli.it/~gmarco/files/ diff --git a/net/mtr/distinfo b/net/mtr/distinfo index 598c626..6186e1c 100644 --- a/net/mtr/distinfo +++ b/net/mtr/distinfo @@ -1 +1 @@ -MD5 (mtr-0.39.tar.gz) = be918c0b078c2d63ec3d8243c557c189 +MD5 (mtr-0.41.tar.gz) = fd081c7c27fedfcf9de0dc04e632475b diff --git a/net/mtr/files/patch-01 b/net/mtr/files/patch-01 index a6c39e7..ca71612 100644 --- a/net/mtr/files/patch-01 +++ b/net/mtr/files/patch-01 @@ -1,9 +1,11 @@ ---- net.c.orig Wed Jun 9 11:06:27 1999 -+++ net.c Wed Jul 14 02:03:23 1999 -@@ -205,5 +205,5 @@ +--- net.c.orig Wed Jun 9 11:06:27 1999 ++++ net.c Wed Jul 14 02:03:23 1999 +@@ -213,7 +213,7 @@ + rv = sendto(sendsock, packet, packetsize, 0, (struct sockaddr *)&remoteaddress, sizeof(remoteaddress)); if (rv >= 0) { - fprintf (stderr, "You've got a broken (FreeBSD?) system\n"); -+ /* fprintf (stderr, "You've got a broken (FreeBSD?) system\n"); */ ++/* fprintf (stderr, "You've got a broken (FreeBSD?) system\n"); */ BSDfix = 1; } + } diff --git a/net/mtr/files/patch-02 b/net/mtr/files/patch-02 index f6c38f8..bcb4216 100644 --- a/net/mtr/files/patch-02 +++ b/net/mtr/files/patch-02 @@ -1,5 +1,5 @@ ---- dns.c.orig Wed Jun 9 11:09:20 1999 -+++ dns.c Tue Aug 10 01:21:12 1999 +--- dns.c.orig Wed Jun 9 11:09:20 1999 ++++ dns.c Tue Aug 10 01:21:12 1999 @@ -751,7 +751,7 @@ void dorequest(char *s,int type,word id){ packetheader *hp; |