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

(-)./Makefile (-3 / +2 lines)
Lines 2-11 Link Here
2
# $FreeBSD: head/net/fping/Makefile 346496 2014-02-28 12:29:14Z jhale $
2
# $FreeBSD: head/net/fping/Makefile 346496 2014-02-28 12:29:14Z jhale $
3
3
4
PORTNAME=	fping
4
PORTNAME=	fping
5
PORTVERSION=	3.8
5
PORTVERSION=	3.10
6
CATEGORIES=	net ipv6
6
CATEGORIES=	net ipv6
7
MASTER_SITES=	http://fping.org/dist/ \
7
MASTER_SITES=	http://fping.org/dist/
8
		http://bitrote.org/distfiles/
9
8
10
MAINTAINER=	jharris@widomaker.com
9
MAINTAINER=	jharris@widomaker.com
11
COMMENT=	Quickly ping multiple hosts without flooding the network
10
COMMENT=	Quickly ping multiple hosts without flooding the network
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (fping-3.8.tar.gz) = c77406cfe93725e38506779c9a2a59d79fe8f81cab9e732e4f405b3e3a913c12
1
SHA256 (fping-3.10.tar.gz) = cd47e842f32fe6aa72369d8a0e3545f7c137bb019e66f47379dc70febad357d8
2
SIZE (fping-3.8.tar.gz) = 147448
2
SIZE (fping-3.10.tar.gz) = 157010
(-)./files/patch-src__fping.h (-10 lines)
Lines 1-10 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 189476