Date: Thu, 20 Feb 2014 21:50:25 GMT From: "G. Tpdd" <gtodd@bellanet.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/186928: [UPDATE] net/fping -- ports patch for version 3.8 Message-ID: <201402202150.s1KLoPKX065502@cgiserv.freebsd.org> Resent-Message-ID: <201402202200.s1KM00AD008522@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186928 >Category: ports >Synopsis: [UPDATE] net/fping -- ports patch for version 3.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 20 22:00:00 UTC 2014 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402202150.s1KLoPKX065502>