Index: head/net/bwping/Makefile =================================================================== --- head/net/bwping/Makefile (revision 477564) +++ head/net/bwping/Makefile (revision 477565) @@ -1,37 +1,30 @@ # $FreeBSD$ PORTNAME= bwping -PORTVERSION= 1.7 +PORTVERSION= 1.9 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 .include .if ${PORT_OPTIONS:MIPV6} CONFIGURE_ENV+= ac_cv_ipv6=yes PLIST_FILES+= sbin/bwping6 man/man8/bwping6.8.gz .else CONFIGURE_ENV+= ac_cv_ipv6=no -.endif - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/bwping - ${CHMOD} 4555 ${STAGEDIR}${PREFIX}/sbin/bwping -.if ${PORT_OPTIONS:MIPV6} - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/bwping6 - ${CHMOD} 4555 ${STAGEDIR}${PREFIX}/sbin/bwping6 .endif .include Index: head/net/bwping/distinfo =================================================================== --- head/net/bwping/distinfo (revision 477564) +++ head/net/bwping/distinfo (revision 477565) @@ -1,2 +1,3 @@ -SHA256 (bwping-1.7.tar.gz) = a73db87b47d363d722cd60473a546930a5e78df8d21437191ba4ca06d7197297 -SIZE (bwping-1.7.tar.gz) = 90441 +TIMESTAMP = 1534674269 +SHA256 (bwping-1.9.tar.gz) = 3827f9256e9da5c22c62530d800438f0111986a8f1fad84c7bdb924d630f0090 +SIZE (bwping-1.9.tar.gz) = 90877 Index: head/net/bwping/files/patch-bwping6.c =================================================================== --- head/net/bwping/files/patch-bwping6.c (nonexistent) +++ head/net/bwping/files/patch-bwping6.c (revision 477565) @@ -0,0 +1,12 @@ +--- 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 ___________________________________________________________________ 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