Index: head/net/bwping/files/patch-src_bwping6.c =================================================================== --- head/net/bwping/files/patch-src_bwping6.c (revision 499601) +++ head/net/bwping/files/patch-src_bwping6.c (nonexistent) @@ -1,12 +0,0 @@ ---- 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 ___________________________________________________________________ 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/Makefile =================================================================== --- head/net/bwping/Makefile (revision 499601) +++ head/net/bwping/Makefile (revision 499602) @@ -1,25 +1,19 @@ # $FreeBSD$ PORTNAME= bwping -PORTVERSION= 1.11 +PORTVERSION= 1.12 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 +PLIST_FILES= sbin/bwping sbin/bwping6 man/man8/bwping.8.gz man/man8/bwping6.8.gz .include Index: head/net/bwping/distinfo =================================================================== --- head/net/bwping/distinfo (revision 499601) +++ head/net/bwping/distinfo (revision 499602) @@ -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 Index: head/net/bwping/pkg-descr =================================================================== --- head/net/bwping/pkg-descr (revision 499601) +++ head/net/bwping/pkg-descr (revision 499602) @@ -1,5 +1,5 @@ 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/