svn commit: r498341 - in head/net/bwping: . files

Wen Heping wen at FreeBSD.org
Mon Apr 8 02:03:35 UTC 2019


Author: wen
Date: Mon Apr  8 02:03:33 2019
New Revision: 498341
URL: https://svnweb.freebsd.org/changeset/ports/498341

Log:
  - Update to 1.11
  
  PR:		237088
  Submitted by:	oleg.derevenetz at gmail.com(maintainer)

Added:
  head/net/bwping/files/patch-src_bwping6.c   (contents, props changed)
Deleted:
  head/net/bwping/files/patch-bwping6.c
Modified:
  head/net/bwping/Makefile
  head/net/bwping/distinfo

Modified: head/net/bwping/Makefile
==============================================================================
--- head/net/bwping/Makefile	Mon Apr  8 01:13:21 2019	(r498340)
+++ head/net/bwping/Makefile	Mon Apr  8 02:03:33 2019	(r498341)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bwping
-PORTVERSION=	1.10
+PORTVERSION=	1.11
 CATEGORIES=	net
 MASTER_SITES=	SF
 

Modified: head/net/bwping/distinfo
==============================================================================
--- head/net/bwping/distinfo	Mon Apr  8 01:13:21 2019	(r498340)
+++ head/net/bwping/distinfo	Mon Apr  8 02:03:33 2019	(r498341)
@@ -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

Added: head/net/bwping/files/patch-src_bwping6.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/bwping/files/patch-src_bwping6.c	Mon Apr  8 02:03:33 2019	(r498341)
@@ -0,0 +1,12 @@
+--- 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>


More information about the svn-ports-all mailing list