svn commit: r399954 - head/sysutils/ioping

Alexey Dokuchaev danfe at FreeBSD.org
Thu Oct 22 10:10:39 UTC 2015


Author: danfe
Date: Thu Oct 22 10:10:38 2015
New Revision: 399954
URL: https://svnweb.freebsd.org/changeset/ports/399954

Log:
  - Update ioping to version 0.9
  - Project had moved to GitHub
  - While here, augment pkg-descr
  
  PR:		203553
  Approved by:	maintainer

Modified:
  head/sysutils/ioping/Makefile
  head/sysutils/ioping/distinfo
  head/sysutils/ioping/pkg-descr

Modified: head/sysutils/ioping/Makefile
==============================================================================
--- head/sysutils/ioping/Makefile	Thu Oct 22 08:11:42 2015	(r399953)
+++ head/sysutils/ioping/Makefile	Thu Oct 22 10:10:38 2015	(r399954)
@@ -2,15 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	ioping
-PORTVERSION=	0.8
+PORTVERSION=	0.9
 CATEGORIES=	sysutils
-MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	olevole at olevole.ru
 COMMENT=	Simple disk I/0 latency measuring tool
 
 LICENSE=	GPLv3
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	koct9i
+GH_TAGNAME=	6e41a3c
+
 PLIST_FILES=	bin/ioping man/man1/ioping.1.gz
 
 do-build:

Modified: head/sysutils/ioping/distinfo
==============================================================================
--- head/sysutils/ioping/distinfo	Thu Oct 22 08:11:42 2015	(r399953)
+++ head/sysutils/ioping/distinfo	Thu Oct 22 10:10:38 2015	(r399954)
@@ -1,2 +1,2 @@
-SHA256 (ioping-0.8.tar.gz) = e23fdbd7298e26b63986137d6007e5a72d495da7265b9edea4c12f1b0c55fe48
-SIZE (ioping-0.8.tar.gz) = 10590
+SHA256 (koct9i-ioping-0.9-6e41a3c_GH0.tar.gz) = d579df00772de996492b1962924862ede303a98657c141374940cd8de10546eb
+SIZE (koct9i-ioping-0.9-6e41a3c_GH0.tar.gz) = 23380

Modified: head/sysutils/ioping/pkg-descr
==============================================================================
--- head/sysutils/ioping/pkg-descr	Thu Oct 22 08:11:42 2015	(r399953)
+++ head/sysutils/ioping/pkg-descr	Thu Oct 22 10:10:38 2015	(r399954)
@@ -1,3 +1,4 @@
-This tool lets you monitor I/O latency in real time
+This tool allows one to monitor I/O latency in real time.  It shows disk
+latency in the same way as ping(8) shows network latency.
 
-WWW: http://code.google.com/p/ioping/
+WWW: https://github.com/koct9i/ioping


More information about the svn-ports-all mailing list