From nobody@FreeBSD.org  Thu Feb 20 21:50:26 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 4B1B66C0
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Feb 2014 21:50:26 +0000 (UTC)
Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 14B6A149E
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Feb 2014 21:50:26 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1KLoPad065503
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Feb 2014 21:50:25 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1KLoPKX065502;
	Thu, 20 Feb 2014 21:50:25 GMT
	(envelope-from nobody)
Message-Id: <201402202150.s1KLoPKX065502@cgiserv.freebsd.org>
Date: Thu, 20 Feb 2014 21:50:25 GMT
From: "G. Tpdd" <gtodd@bellanet.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] net/fping -- ports patch for version 3.8
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: jharris@widomaker.com

>Number:         186928
>Category:       ports
>Synopsis:       [UPDATE] net/fping -- ports patch for version 3.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jhale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 20 22:00:00 UTC 2014
>Closed-Date:    Fri Feb 28 12:33:53 UTC 2014
>Last-Modified:  Fri Feb 28 12:33:53 UTC 2014
>Originator:     G. Tpdd
>Release:        9.2-RELEASE
>Organization:
>Environment:
FreeBSD localhost.internal 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013     root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
svn diff to update net/fping to 3.8 

- Added LICENSE_FILE
- Change LICENSE to match upstream (ancestral BSD license).
- Included a header file.
- Reported upstream. 

Probably could use a bit more testing - leaving that to maintainer/committer ;-)


cheers
>How-To-Repeat:
update
>Fix:
svn diff of port is attached.

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 343950)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fping
-PORTVERSION=	3.5
+PORTVERSION=	3.8
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://fping.org/dist/
 
@@ -9,7 +9,8 @@
 MAINTAINER=	jharris@widomaker.com
 COMMENT=	Quickly ping N hosts w/o flooding the network
 
-LICENSE=	GFDL
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 OPTIONS_MULTI=		NET
 OPTIONS_MULTI_NET=	IPV4 IPV6
Index: distinfo
===================================================================
--- distinfo	(revision 343950)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (fping-3.5.tar.gz) = 09b8960e235341bae6000085d38106357eae656a79e0119bd27e816c9003656a
-SIZE (fping-3.5.tar.gz) = 145512
+SHA256 (fping-3.8.tar.gz) = c77406cfe93725e38506779c9a2a59d79fe8f81cab9e732e4f405b3e3a913c12
+SIZE (fping-3.8.tar.gz) = 147448
Index: files/patch-src::fping.h
===================================================================
--- files/patch-src::fping.h	(revision 0)
+++ files/patch-src::fping.h	(working copy)
@@ -0,0 +1,10 @@
+--- src/fping.h.orig	2014-02-11 08:45:57.099772218 -0500
++++ src/fping.h	2014-02-11 08:47:08.567771444 -0500
+@@ -4,6 +4,7 @@
+ #define __APPLE_USE_RFC_3542 1
+ 
+ #include <sys/socket.h>
++#include <sys/types.h>
+ #include <netinet/in.h>
+ 
+ #ifndef IPV6

Property changes on: files/patch-src::fping.h
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Feb 20 22:00:09 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jharris@widomaker.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/186928: [UPDATE] net/fping -- ports patch for version 3.8
Date: Thu, 20 Feb 2014 22:00:08 UT

 Maintainer of net/fping,
 
 Please note that PR ports/186928 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186928
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Jason Harris <jharris@widomaker.com>
To: bug-followup@FreeBSD.org, Graham Todd <gtodd@iciti.ca>,
        David Schweikert <david@schweikert.ch>
Cc: Jason Harris <jharris@widomaker.com>
Subject: Re: ports/186928: [UPDATE] net/fping -- ports patch for version 3.8
Date: Tue, 25 Feb 2014 15:01:58 -0400

 --T4sUOijqQbZv57TR
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Thu, Feb 20, 2014 at 10:00:08PM +0000, Edwin Groothuis wrote:
 > Maintainer of net/fping,
 >=20
 > Please note that PR ports/186928 has just been submitted.
 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/186928
 
 Approved, with the following changes:
 
   1) add http://bitrote.org/distfiles/ to MASTER_SITES (mirror DISTFILES)
   2) change 'w/o' to 'without' in COMMENT and also close PR ports/181927
 
 Thanks!
 
 --=20
 Jason Harris           |  PGP:  This _is_ PGP-signed, isn't it?
 jharris@widomaker.com _|_ Got photons? (TM), (C) 2004
 
 --T4sUOijqQbZv57TR
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iJ0EARECAF0FAlMM6KZWGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206MTEzNzEv
 cGtzL2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93
 PXRydWUACgkQSypIl9OdoON5uACdFOHoBXKdqs3ht2DC/XocjICGKNQAniF1zFRE
 WxB9CArlCRk17OU2blWX
 =jBeJ
 -----END PGP SIGNATURE-----
 
 --T4sUOijqQbZv57TR--
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Thu Feb 27 02:19:47 UTC 2014 
State-Changed-Why:  
Maintainer approved, with changes. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186928 
Responsible-Changed-From-To: freebsd-ports-bugs->jhale 
Responsible-Changed-By: jhale 
Responsible-Changed-When: Fri Feb 28 11:16:02 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186928: commit references a PR
Date: Fri, 28 Feb 2014 12:29:23 +0000 (UTC)

 Author: jhale
 Date: Fri Feb 28 12:29:14 2014
 New Revision: 346496
 URL: http://svnweb.freebsd.org/changeset/ports/346496
 QAT: https://qat.redports.org/buildarchive/r346496/
 
 Log:
   - Update to 3.8 [1]
   - Use correct LICENSE [1] (based on)
   - Remove abbreviations from COMMENT [2]
   - Add additional mirror to MASTER_SITES
   
   PR:		ports/186928 [1], ports/181927 [2]
   Submitted by:	G. Tpdd <gtodd@bellanet.org> [1],
   		Kenta S. <kentas@hush.com> [2]
   Approved by:	Jason Harris <jharris@widomaker.com> (maintainer)
 
 Added:
   head/net/fping/files/
   head/net/fping/files/patch-src__fping.h   (contents, props changed)
 Modified:
   head/net/fping/Makefile
   head/net/fping/distinfo
 
 Modified: head/net/fping/Makefile
 ==============================================================================
 --- head/net/fping/Makefile	Fri Feb 28 12:29:05 2014	(r346495)
 +++ head/net/fping/Makefile	Fri Feb 28 12:29:14 2014	(r346496)
 @@ -2,14 +2,19 @@
  # $FreeBSD$
  
  PORTNAME=	fping
 -PORTVERSION=	3.5
 +PORTVERSION=	3.8
  CATEGORIES=	net ipv6
 -MASTER_SITES=	http://fping.org/dist/
 +MASTER_SITES=	http://fping.org/dist/ \
 +		http://bitrote.org/distfiles/
  
  MAINTAINER=	jharris@widomaker.com
 -COMMENT=	Quickly ping N hosts w/o flooding the network
 +COMMENT=	Quickly ping multiple hosts without flooding the network
  
 -LICENSE=	GFDL
 +LICENSE=	PreviousBSD
 +LICENSE_GROUPS=	FSF
 +LICENSE_NAME=	Previous BSD License
 +LICENSE_FILE=	${WRKSRC}/COPYING
 +LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
  
  OPTIONS_MULTI=		NET
  OPTIONS_MULTI_NET=	IPV4 IPV6
 
 Modified: head/net/fping/distinfo
 ==============================================================================
 --- head/net/fping/distinfo	Fri Feb 28 12:29:05 2014	(r346495)
 +++ head/net/fping/distinfo	Fri Feb 28 12:29:14 2014	(r346496)
 @@ -1,2 +1,2 @@
 -SHA256 (fping-3.5.tar.gz) = 09b8960e235341bae6000085d38106357eae656a79e0119bd27e816c9003656a
 -SIZE (fping-3.5.tar.gz) = 145512
 +SHA256 (fping-3.8.tar.gz) = c77406cfe93725e38506779c9a2a59d79fe8f81cab9e732e4f405b3e3a913c12
 +SIZE (fping-3.8.tar.gz) = 147448
 
 Added: head/net/fping/files/patch-src__fping.h
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/net/fping/files/patch-src__fping.h	Fri Feb 28 12:29:14 2014	(r346496)
 @@ -0,0 +1,10 @@
 +--- src/fping.h.orig	2014-02-11 08:45:57.099772218 -0500
 ++++ src/fping.h	2014-02-11 08:47:08.567771444 -0500
 +@@ -4,6 +4,7 @@
 + #define __APPLE_USE_RFC_3542 1
 + 
 + #include <sys/socket.h>
 ++#include <sys/types.h>
 + #include <netinet/in.h>
 + 
 + #ifndef IPV6
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: jhale 
State-Changed-When: Fri Feb 28 12:33:36 UTC 2014 
State-Changed-Why:  
Committed, with maintainer changes.  BSD license is deprecated and 
technically incorrect in this case, so I defined it as the Previous BSD 
License.  Thanks! 

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