aboutsummaryrefslogtreecommitdiff
path: root/net/bwping
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2019-04-22 05:22:55 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2019-04-22 05:22:55 +0000
commit71c599e254369687583837c46b567c620294cf7d (patch)
tree59985a3a5afc1aabf390642f8ab6473f8d04f743 /net/bwping
parentfbebfcf11f68f08f0469a0516a94a0684762a209 (diff)
downloadports-71c599e254369687583837c46b567c620294cf7d.tar.gz
ports-71c599e254369687583837c46b567c620294cf7d.zip
net/bwping: Update to 1.12
IPv6 support is now integreted and turned on by default. While here, update WWW to current site. PR: 237433 Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=499602
Diffstat (limited to 'net/bwping')
-rw-r--r--net/bwping/Makefile10
-rw-r--r--net/bwping/distinfo6
-rw-r--r--net/bwping/files/patch-src_bwping6.c12
-rw-r--r--net/bwping/pkg-descr2
4 files changed, 6 insertions, 24 deletions
diff --git a/net/bwping/Makefile b/net/bwping/Makefile
index 5ad15d55ade5..59b11903b3d4 100644
--- a/net/bwping/Makefile
+++ b/net/bwping/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bwping
-PORTVERSION= 1.11
+PORTVERSION= 1.12
CATEGORIES= net
MASTER_SITES= SF
@@ -14,12 +14,6 @@ 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
+PLIST_FILES= sbin/bwping sbin/bwping6 man/man8/bwping.8.gz man/man8/bwping6.8.gz
.include <bsd.port.mk>
diff --git a/net/bwping/distinfo b/net/bwping/distinfo
index b3da59952ba4..c1c7a729e171 100644
--- a/net/bwping/distinfo
+++ b/net/bwping/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554688598
-SHA256 (bwping-1.11.tar.gz) = dd1ae11d145cff7d488269f552f822862564b0f98ba2c13ecdbcda3e6fbe0383
-SIZE (bwping-1.11.tar.gz) = 105921
+TIMESTAMP = 1555844914
+SHA256 (bwping-1.12.tar.gz) = 79f84a7e7dc787931de578fe5fe53c17daa9cb009f25f0eb198db2504b48e054
+SIZE (bwping-1.12.tar.gz) = 103462
diff --git a/net/bwping/files/patch-src_bwping6.c b/net/bwping/files/patch-src_bwping6.c
deleted file mode 100644
index 0a77a5111f5f..000000000000
--- a/net/bwping/files/patch-src_bwping6.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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/ip6.h>
--#ifdef HAVE_NETINET_ICMP6_H
- #include <netinet/icmp6.h>
--#endif
-
- #ifdef __CYGWIN__
- #include <netinet/ip.h>
diff --git a/net/bwping/pkg-descr b/net/bwping/pkg-descr
index 97b2e9a5d525..525fb9ff90a7 100644
--- a/net/bwping/pkg-descr
+++ b/net/bwping/pkg-descr
@@ -2,4 +2,4 @@ A tool to measure bandwidth and response times between two
hosts using Internet Control Message Protocol (ICMP) echo
request/echo reply mechanism.
-WWW: http://bwping.sourceforge.net/
+WWW: https://bwping.sourceforge.io/