summaryrefslogtreecommitdiff
path: root/net/fping/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-09-21 12:10:07 +0000
committeradam <adam@pkgsrc.org>2018-09-21 12:10:07 +0000
commit7bd47301fb10d54fa847f0637a8cf805b7abceda (patch)
tree1449b7630e082480b39f5faf96f29ce0621a247e /net/fping/Makefile
parentf874db427c5e0b528f5bb56ca0f15cb239a27d27 (diff)
downloadpkgsrc-7bd47301fb10d54fa847f0637a8cf805b7abceda.tar.gz
fping: updated to 4.1
4.1: Fix problem when socket fd is 0 Fix running on servers with disabled IPv6 Allow running "fping -h" or "--help" even when raw socket can't be opened Fix build issue with FreeBSD and IPv6
Diffstat (limited to 'net/fping/Makefile')
-rw-r--r--net/fping/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile
index 6d7e7b6cd7a..5019b463bc1 100644
--- a/net/fping/Makefile
+++ b/net/fping/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2017/05/22 09:14:59 jperkin Exp $
+# $NetBSD: Makefile,v 1.19 2018/09/21 12:10:07 adam Exp $
-DISTNAME= fping-4.0
+DISTNAME= fping-4.1
CATEGORIES= net
MASTER_SITES= http://fping.org/dist/
@@ -8,8 +8,8 @@ MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://www.fping.org/
COMMENT= Quickly ping many hosts w/o flooding the network
-GNU_CONFIGURE= yes
USE_LANGUAGES= c99
+GNU_CONFIGURE= yes
SPECIAL_PERMS+= sbin/fping ${SETUID_ROOT_PERMS}