Index: head/net/bwping/Makefile =================================================================== --- head/net/bwping/Makefile (revision 498340) +++ head/net/bwping/Makefile (revision 498341) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= bwping -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= net MASTER_SITES= SF MAINTAINER= oleg.derevenetz@gmail.com COMMENT= Tool to measure bandwidth and RTT between two hosts using ICMP LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PLIST_FILES= sbin/bwping man/man8/bwping.8.gz OPTIONS_DEFINE= IPV6 IPV6_CONFIGURE_ENV= ac_cv_ipv6=yes IPV6_CONFIGURE_ENV_OFF= ac_cv_ipv6=no IPV6_PLIST_FILES= sbin/bwping6 man/man8/bwping6.8.gz .include Index: head/net/bwping/distinfo =================================================================== --- head/net/bwping/distinfo (revision 498340) +++ head/net/bwping/distinfo (revision 498341) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547064420 -SHA256 (bwping-1.10.tar.gz) = 2953e29501ec17684fd5b564bc0f8474b116676d79bb903019203af3a1e8eb25 -SIZE (bwping-1.10.tar.gz) = 88986 +TIMESTAMP = 1554688598 +SHA256 (bwping-1.11.tar.gz) = dd1ae11d145cff7d488269f552f822862564b0f98ba2c13ecdbcda3e6fbe0383 +SIZE (bwping-1.11.tar.gz) = 105921 Index: head/net/bwping/files/patch-bwping6.c =================================================================== --- head/net/bwping/files/patch-bwping6.c (revision 498340) +++ head/net/bwping/files/patch-bwping6.c (nonexistent) @@ -1,12 +0,0 @@ ---- bwping6.c.orig 2018-08-04 00:31:13 UTC -+++ bwping6.c -@@ -12,9 +12,7 @@ - #include - #include - #include --#ifdef HAVE_NETINET_ICMP6_H - #include --#endif - - #include - Property changes on: head/net/bwping/files/patch-bwping6.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/bwping/files/patch-src_bwping6.c =================================================================== --- head/net/bwping/files/patch-src_bwping6.c (nonexistent) +++ head/net/bwping/files/patch-src_bwping6.c (revision 498341) @@ -0,0 +1,12 @@ +--- src/bwping6.c.orig 2019-04-08 01:59:16 UTC ++++ src/bwping6.c +@@ -25,9 +25,7 @@ + #include + #include + #include +-#ifdef HAVE_NETINET_ICMP6_H + #include +-#endif + + #ifdef __CYGWIN__ + #include Property changes on: head/net/bwping/files/patch-src_bwping6.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property