aboutsummaryrefslogtreecommitdiffstats
path: root/net/bwping
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2019-04-08 10:03:33 +0800
committerwen <wen@FreeBSD.org>2019-04-08 10:03:33 +0800
commit8b3dcfbfb5d3cf39f035a55d79cf440d9044e172 (patch)
tree8d72c8c0c593a022191dd7d930f9c8069fc0bfef /net/bwping
parent31baba550d941f5915bf48a7f1ba8ffc6984e376 (diff)
downloadfreebsd-ports-gnome-8b3dcfbfb5d3cf39f035a55d79cf440d9044e172.tar.gz
freebsd-ports-gnome-8b3dcfbfb5d3cf39f035a55d79cf440d9044e172.tar.zst
freebsd-ports-gnome-8b3dcfbfb5d3cf39f035a55d79cf440d9044e172.zip
- Update to 1.11
PR: 237088 Submitted by: oleg.derevenetz@gmail.com(maintainer)
Diffstat (limited to 'net/bwping')
-rw-r--r--net/bwping/Makefile2
-rw-r--r--net/bwping/distinfo6
-rw-r--r--net/bwping/files/patch-src_bwping6.c (renamed from net/bwping/files/patch-bwping6.c)12
3 files changed, 10 insertions, 10 deletions
diff --git a/net/bwping/Makefile b/net/bwping/Makefile
index 584ca0802815..5ad15d55ade5 100644
--- a/net/bwping/Makefile
+++ b/net/bwping/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bwping
-PORTVERSION= 1.10
+PORTVERSION= 1.11
CATEGORIES= net
MASTER_SITES= SF
diff --git a/net/bwping/distinfo b/net/bwping/distinfo
index 55bbfc1246c3..b3da59952ba4 100644
--- a/net/bwping/distinfo
+++ b/net/bwping/distinfo
@@ -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
diff --git a/net/bwping/files/patch-bwping6.c b/net/bwping/files/patch-src_bwping6.c
index b19c8e8bccd0..0a77a5111f5f 100644
--- a/net/bwping/files/patch-bwping6.c
+++ b/net/bwping/files/patch-src_bwping6.c
@@ -1,12 +1,12 @@
---- bwping6.c.orig 2018-08-04 00:31:13 UTC
-+++ bwping6.c
-@@ -12,9 +12,7 @@
+--- src/bwping6.c.orig 2019-04-08 01:59:16 UTC
++++ src/bwping6.c
+@@ -25,9 +25,7 @@
+ #include <netinet/in.h>
#include <netinet/in_systm.h>
- #include <netinet/ip.h>
#include <netinet/ip6.h>
-#ifdef HAVE_NETINET_ICMP6_H
#include <netinet/icmp6.h>
-#endif
- #include <netdb.h>
-
+ #ifdef __CYGWIN__
+ #include <netinet/ip.h>