From nobody@FreeBSD.org  Mon Feb  8 15:34:11 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EB27310656AE
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Feb 2010 15:34:11 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id DB7288FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Feb 2010 15:34:11 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o18FYB0T002737
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 8 Feb 2010 15:34:11 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o18FYBVw002736;
	Mon, 8 Feb 2010 15:34:11 GMT
	(envelope-from nobody)
Message-Id: <201002081534.o18FYBVw002736@www.freebsd.org>
Date: Mon, 8 Feb 2010 15:34:11 GMT
From: Oleg Derevenetz <oleg.derevenetz@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [MAINTAINER UPDATE] Update port: net/bwping bwping-1.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         143674
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Update port: net/bwping bwping-1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 08 15:40:00 UTC 2010
>Closed-Date:    Tue Feb 09 12:40:15 UTC 2010
>Last-Modified:  Tue Feb 09 12:40:15 UTC 2010
>Originator:     Oleg Derevenetz
>Release:        
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	bwping
#	bwping/Makefile
#	bwping/distinfo
#	bwping/pkg-descr
#
echo c - bwping
mkdir -p bwping > /dev/null 2>&1
echo x - bwping/Makefile
sed 's/^X//' >bwping/Makefile << 'END-of-bwping/Makefile'
X# Ports collection makefile for:  bwping
X# Date created:			  Fri Aug 29 2008
X# Whom:				  Oleg Derevenetz (oleg@vsi.ru)
X#
X# $FreeBSD: ports/net/bwping/Makefile,v 1.2 2009/05/20 14:12:46 amdmi3 Exp $
X#
X
XPORTNAME=	bwping
XPORTVERSION=	1.2
XCATEGORIES=	net
XMASTER_SITES=	SF
X
XMAINTAINER=	oleg.derevenetz@gmail.com
XCOMMENT=	A tool to measure bandwidth and RTT between two hosts using ICMP
X
XPLIST_FILES=	sbin/bwping
X
XGNU_CONFIGURE=	yes
XMAN8=		bwping.8
X
Xpost-install:
X	@${STRIP_CMD} ${PREFIX}/sbin/bwping
X	@${CHMOD} 4555 ${PREFIX}/sbin/bwping
X
X.include <bsd.port.mk>
END-of-bwping/Makefile
echo x - bwping/distinfo
sed 's/^X//' >bwping/distinfo << 'END-of-bwping/distinfo'
XMD5 (bwping-1.2.tar.gz) = 4c2215551df7f00de8559fd0cd1ff4db
XSHA256 (bwping-1.2.tar.gz) = 49d263fbe15f1fb7a2d32535e38abe7ad067b79635c38b7353f8cd37afac10c3
XSIZE (bwping-1.2.tar.gz) = 73183
END-of-bwping/distinfo
echo x - bwping/pkg-descr
sed 's/^X//' >bwping/pkg-descr << 'END-of-bwping/pkg-descr'
XA tool to measure bandwidth and response times between two
Xhosts using Internet Control Message Protocol (ICMP) echo
Xrequest/echo reply mechanism.
X
XWWW: http://bwping.sourceforge.net/
END-of-bwping/pkg-descr
exit



>Release-Note:
>Audit-Trail:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Mon Feb 8 15:40:10 UTC 2010 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143674 
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Mon Feb 8 18:31:01 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143674 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143674: commit references a PR
Date: Tue,  9 Feb 2010 12:39:54 +0000 (UTC)

 amdmi3      2010-02-09 12:39:44 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/bwping           Makefile distinfo 
   Log:
   - Update to 1.2
   
   PR:             143674
   Submitted by:   Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.3       +1 -1      ports/net/bwping/Makefile
   1.3       +3 -3      ports/net/bwping/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Tue Feb 9 12:40:13 UTC 2010 
State-Changed-Why:  
Committed. Thanks! Next time, please submit changes as a diff, not as a 
shar. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143674 
>Unformatted:
