Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Dec 2003 08:47:44 +0900
From:      Kimura Fuyuki <fuyuki@nigredo.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59911: Update port: net/bing to 1.0.5
Message-ID:  <86fzg2ok7z.wl%fuyuki@nigredo.org>
Resent-Message-ID: <200312022350.hB2NoJQe090799@freefall.freebsd.org>

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

>Number:         59911
>Category:       ports
>Synopsis:       Update port: net/bing to 1.0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 02 15:50:19 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.2-BETA i386
>Organization:
>Environment:

  FreeBSD ns.nigredo.org 5.2-BETA i386

>Description:
Update to 1.0.5

>How-To-Repeat:

>Fix:
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/net/bing/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	15 Jun 2003 01:25:07 -0000	1.9
+++ Makefile	2 Dec 2003 23:36:42 -0000
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	bing
-PORTVERSION=	1.0.4
-PORTREVISION=	1
+PORTVERSION=	1.0.5
 CATEGORIES=	net
-MASTER_SITES=	ftp://netsw.org/net/ip/audit/load/bing/
+MASTER_SITES=	http://www.freenix.org/reseau/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A point-to-point bandwith measurement tool
Index: distinfo
===================================================================
RCS file: /cvs/FreeBSD/ports/net/bing/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo	16 Feb 1997 01:19:20 -0000	1.1.1.1
+++ distinfo	2 Dec 2003 23:37:25 -0000
@@ -1 +1 @@
-MD5 (bing-1.0.4.tar.gz) = 33533c137cbe31931ece57b1e5b9d552
+MD5 (bing-1.0.5.tar.gz) = 6ff7c1c2f3586935ed69cbe2deb4f95b
Index: pkg-descr
===================================================================
RCS file: /cvs/FreeBSD/ports/net/bing/pkg-descr,v
retrieving revision 1.3
diff -u -r1.3 pkg-descr
--- pkg-descr	16 Nov 1999 15:58:14 -0000	1.3
+++ pkg-descr	2 Dec 2003 23:42:44 -0000
@@ -1,2 +1,4 @@
 Bing is a point-to-point bandwidth measurement tool (hence the 'b'), based
 on ping.  It is written by Pierre Beyssac <pb@fasterix.freenix.fr>.
+
+WWW: http://www.freenix.fr/freenix/logiciels/bing.html
Index: pkg-plist
===================================================================
RCS file: /cvs/FreeBSD/ports/net/bing/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	5 Jun 2000 03:25:17 -0000	1.3
+++ pkg-plist	2 Dec 2003 23:42:24 -0000
@@ -1,3 +1,3 @@
 bin/bing
-share/doc/bing/README
-@dirrm share/doc/bing
+%%DOCSDIR%%/README
+@dirrm %%DOCSDIR%%
cvs diff: Diffing files
Index: files/patch-aa
===================================================================
RCS file: files/patch-aa
diff -N files/patch-aa
--- files/patch-aa	5 Mar 2000 05:30:54 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,19 +0,0 @@
---- bing.c.orig	Thu Jul 20 16:45:32 1995
-+++ bing.c	Sat Mar  4 16:13:05 2000
-@@ -718,13 +718,13 @@
- 	u_long l;
- {
- 	struct hostent *hp;
--	static char buf[80];
-+	static char buf[MAXHOSTNAMELEN+19];
- 
- 	if ((options & F_NUMERIC) ||
- 	    !(hp = gethostbyaddr((char *)&l, 4, AF_INET)))
--		(void)sprintf(buf, "%s", inet_ntoa(*(struct in_addr *)&l));
-+		(void)snprintf(buf, sizeof(buf), "%s", inet_ntoa(*(struct in_addr *)&l));
- 	else
--		(void)sprintf(buf, "%s (%s)", hp->h_name,
-+		(void)snprintf(buf, sizeof(buf), "%s (%s)", hp->h_name,
- 		    inet_ntoa(*(struct in_addr *)&l));
- 	return(buf);
- }

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86fzg2ok7z.wl%fuyuki>