diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2012-10-14 12:17:47 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2012-10-14 12:17:47 +0000 |
commit | 62de899c67bca4edeaea3053aea1b4643542d620 (patch) | |
tree | 9f2bc06c3ce3d8bafc0173920124a85b30bf2bf5 | |
parent | Move the perl port to where it belongs. (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=305871
-rw-r--r-- | net/bwping/Makefile | 20 | ||||
-rw-r--r-- | net/bwping/distinfo | 4 |
2 files changed, 9 insertions, 15 deletions
diff --git a/net/bwping/Makefile b/net/bwping/Makefile index d035a2fabf2b..6f9f22e6e591 100644 --- a/net/bwping/Makefile +++ b/net/bwping/Makefile @@ -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 +COMMENT= Tool to measure bandwidth and RTT between two hosts using ICMP -PLIST_FILES= sbin/bwping +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -MAN8= bwping.8 +MAN8= bwping.8 bwping6.8 -LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/COPYING +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> diff --git a/net/bwping/distinfo b/net/bwping/distinfo index 6e751e8fc739..bd7e500cb9d3 100644 --- a/net/bwping/distinfo +++ b/net/bwping/distinfo @@ -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 |