- Update to 1.6
- Move LICENSE to correct location - Remove indefinite article from COMMENT - Trim Makefile header PR: ports/172589 Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer) Approved by: makc, avilla (mentors, implicit) Feature safe: yes
This commit is contained in:
parent
4270e050e4
commit
62de899c67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305871
2 changed files with 10 additions and 16 deletions
|
@ -1,28 +1,22 @@
|
|||
# Ports collection makefile for: bwping
|
||||
# Date created: Fri Aug 29 2008
|
||||
# Whom: Oleg Derevenetz (oleg@vsi.ru)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bwping
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= oleg.derevenetz@gmail.com
|
||||
COMMENT= A tool to measure bandwidth and RTT between two hosts using ICMP
|
||||
|
||||
PLIST_FILES= sbin/bwping
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAN8= bwping.8
|
||||
COMMENT= Tool to measure bandwidth and RTT between two hosts using ICMP
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAN8= bwping.8 bwping6.8
|
||||
|
||||
PLIST_FILES= sbin/bwping sbin/bwping6
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${PREFIX}/sbin/bwping
|
||||
@${CHMOD} 4555 ${PREFIX}/sbin/bwping
|
||||
@${CHMOD} 4555 ${PREFIX}/sbin/bwping ${PREFIX}/sbin/bwping6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (bwping-1.4.tar.gz) = e6aaa822c44ecf0390a0da16a7ee5a8dec1f80c08c54bc3f426484aa9421c620
|
||||
SIZE (bwping-1.4.tar.gz) = 79225
|
||||
SHA256 (bwping-1.6.tar.gz) = 1ed88685e978edb0266f8fcce2189b56577b5c4a77eeb8953ac452257ee47fdb
|
||||
SIZE (bwping-1.6.tar.gz) = 90379
|
||||
|
|
Loading…
Reference in a new issue