View | Details | Raw Unified | Return to bug 186928
Collapse All | Expand All

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

Return to bug 186928