Date: Sun, 14 Apr 2019 10:59:12 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498885 - in head/net/fping: . files Message-ID: <201904141059.x3EAxCLV099469@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Sun Apr 14 10:59:12 2019 New Revision: 498885 URL: https://svnweb.freebsd.org/changeset/ports/498885 Log: net/fping: Update to 4.2 While I'm here: * Move options block a bit further down according to the PHB Changelog: * New option -x / --reachable to check if the number of reachable hosts is >= a certain number. Useful for example to implement connectivity-checks * Allow decimal numbers for '-t', '-i', '-p', and '-Q' * Fix build with --disable-ipv6 * Fix hang with '-6', with ipv6 kernel module, but not loaded * Assume '-6' if the binary is named 'fping6' (this is mostly for special embedded-distro use cases, and not meant to be used generally in place of compiling IPv6-only binary or using '-6') * Get rid of warning "timeout (-t) value larger than period (-p) produces unexpected results" Also remove patch-configure.ac that no longer applies because the build with IPv6 support for FreeBSD has been fixed with 4.1. https://github.com/schweikert/fping/releases/tag/v4.2 PR: 236739 Submitted by: Jason Harris (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19789 Deleted: head/net/fping/files/ Modified: head/net/fping/Makefile head/net/fping/distinfo Modified: head/net/fping/Makefile ============================================================================== --- head/net/fping/Makefile Sun Apr 14 10:34:49 2019 (r498884) +++ head/net/fping/Makefile Sun Apr 14 10:59:12 2019 (r498885) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= fping -PORTVERSION= 4.0 +PORTVERSION= 4.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= net ipv6 MAINTAINER= jharris@widomaker.com @@ -20,13 +19,13 @@ USES= autoreconf gmake USE_GITHUB= yes GH_ACCOUNT= schweikert -OPTIONS_DEFINE=IPV6 -IPV6_CONFIGURE_OFF=--disable-ipv6 - GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/sbin" \ --enable-ipv4 INSTALL_TARGET= install-strip + +OPTIONS_DEFINE=IPV6 +IPV6_CONFIGURE_OFF=--disable-ipv6 post-install: ${RLN} ${STAGEDIR}${PREFIX}/sbin/fping ${STAGEDIR}${PREFIX}/sbin/fping6 Modified: head/net/fping/distinfo ============================================================================== --- head/net/fping/distinfo Sun Apr 14 10:34:49 2019 (r498884) +++ head/net/fping/distinfo Sun Apr 14 10:59:12 2019 (r498885) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529347052 -SHA256 (schweikert-fping-v4.0_GH0.tar.gz) = 8c9eac7aeadb5be0daa978cdac5f68ae44b749af0f643e8252b5e3dd4ce32e6a -SIZE (schweikert-fping-v4.0_GH0.tar.gz) = 52971 +TIMESTAMP = 1553366728 +SHA256 (schweikert-fping-v4.2_GH0.tar.gz) = 49b0ac77fd67c1ed45c9587ffab0737a3bebcfa5968174329f418732dbf655d4 +SIZE (schweikert-fping-v4.2_GH0.tar.gz) = 53931
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904141059.x3EAxCLV099469>