svn commit: r477565 - in head/net/bwping: . files
Wen Heping
wen at FreeBSD.org
Sun Aug 19 10:30:36 UTC 2018
Author: wen
Date: Sun Aug 19 10:30:34 2018
New Revision: 477565
URL: https://svnweb.freebsd.org/changeset/ports/477565
Log:
- Update to 1.9
PR: 230345
Submitted by: ndowens at yahoo.com
Approved by: maintainer
Added:
head/net/bwping/files/
head/net/bwping/files/patch-bwping6.c (contents, props changed)
Modified:
head/net/bwping/Makefile
head/net/bwping/distinfo
Modified: head/net/bwping/Makefile
==============================================================================
--- head/net/bwping/Makefile Sun Aug 19 10:13:05 2018 (r477564)
+++ head/net/bwping/Makefile Sun Aug 19 10:30:34 2018 (r477565)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bwping
-PORTVERSION= 1.7
+PORTVERSION= 1.9
CATEGORIES= net
MASTER_SITES= SF
@@ -12,6 +12,7 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
PLIST_FILES= sbin/bwping man/man8/bwping.8.gz
@@ -24,14 +25,6 @@ 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 <bsd.port.mk>
Modified: head/net/bwping/distinfo
==============================================================================
--- head/net/bwping/distinfo Sun Aug 19 10:13:05 2018 (r477564)
+++ head/net/bwping/distinfo Sun Aug 19 10:30:34 2018 (r477565)
@@ -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
Added: head/net/bwping/files/patch-bwping6.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/bwping/files/patch-bwping6.c Sun Aug 19 10:30:34 2018 (r477565)
@@ -0,0 +1,12 @@
+--- bwping6.c.orig 2018-08-04 00:31:13 UTC
++++ bwping6.c
+@@ -12,9 +12,7 @@
+ #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>
+
More information about the svn-ports-all
mailing list