mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- 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)
This commit is contained in:
parent
3bb3caea80
commit
344deb0666
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346496
@ -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
|
||||
|
@ -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
|
||||
|
10
net/fping/files/patch-src__fping.h
Normal file
10
net/fping/files/patch-src__fping.h
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user