Index: head/net/fping/files/patch-src_fping.c =================================================================== --- head/net/fping/files/patch-src_fping.c (revision 544218) +++ head/net/fping/files/patch-src_fping.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/fping.c.orig 2019-02-19 20:54:45 UTC -+++ src/fping.c -@@ -427,7 +427,7 @@ int main(int argc, char** argv) - while ((c = optparse_long(&optparse_state, longopts, NULL)) != EOF) { - switch (c) { - case '4': -- if (hints_ai_family != AF_UNSPEC) { -+ if (hints_ai_family == AF_INET6) { - fprintf(stderr, "%s: can't specify both -4 and -6\n", prog); - exit(1); - } Property changes on: head/net/fping/files/patch-src_fping.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/fping/Makefile =================================================================== --- head/net/fping/Makefile (revision 544218) +++ head/net/fping/Makefile (revision 544219) @@ -1,35 +1,31 @@ # Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ PORTNAME= fping -PORTVERSION= 4.2 -DISTVERSIONPREFIX= v +PORTVERSION= 4.4 CATEGORIES= net +MASTER_SITES= https://github.com/schweikert/${PORTNAME}/releases/download/v${PORTVERSION}/ MAINTAINER= jharris@widomaker.com COMMENT= Quickly ping multiple hosts without flooding the network 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 -USES= autoreconf gmake -USE_GITHUB= yes -GH_ACCOUNT= schweikert +USES= autoreconf GNU_CONFIGURE= yes -CONFIGURE_ARGS= --bindir="${PREFIX}/sbin" \ - --enable-ipv4 INSTALL_TARGET= install-strip OPTIONS_DEFINE= IPV6 OPTIONS_SUB= yes IPV6_CONFIGURE_OFF=--disable-ipv6 post-install-IPV6-on: ${RLN} ${STAGEDIR}${PREFIX}/sbin/fping ${STAGEDIR}${PREFIX}/sbin/fping6 ${RLN} ${STAGEDIR}${PREFIX}/man/man8/fping.8 ${STAGEDIR}${PREFIX}/man/man8/fping6.8 .include Index: head/net/fping/distinfo =================================================================== --- head/net/fping/distinfo (revision 544218) +++ head/net/fping/distinfo (revision 544219) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553366728 -SHA256 (schweikert-fping-v4.2_GH0.tar.gz) = 49b0ac77fd67c1ed45c9587ffab0737a3bebcfa5968174329f418732dbf655d4 -SIZE (schweikert-fping-v4.2_GH0.tar.gz) = 53931 +TIMESTAMP = 1596062696 +SHA256 (fping-4.4.tar.gz) = 9f854b65a52dc7b1749d6743e35d0a6268179d1a724267339fc9a066b2b72d11 +SIZE (fping-4.4.tar.gz) = 182921