diff options
author | jhale <jhale@FreeBSD.org> | 2012-10-14 20:17:47 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-10-14 20:17:47 +0800 |
commit | e16550e628d81d4bd8e6827831d6077b82c9b60e (patch) | |
tree | 9f2bc06c3ce3d8bafc0173920124a85b30bf2bf5 | |
parent | ba1add22134f2e8cbf11caf5f10f5f33751f5ea5 (diff) | |
download | freebsd-ports-gnome-e16550e628d81d4bd8e6827831d6077b82c9b60e.tar.gz freebsd-ports-gnome-e16550e628d81d4bd8e6827831d6077b82c9b60e.tar.zst freebsd-ports-gnome-e16550e628d81d4bd8e6827831d6077b82c9b60e.zip |
- 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
-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 |