diff options
author | brucec <brucec@FreeBSD.org> | 2012-04-12 04:13:03 +0800 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2012-04-12 04:13:03 +0800 |
commit | f7fb78c8aa437d3aee9cfca7e001f3f662982037 (patch) | |
tree | 3562eaff9c13935c4fe6b9a9afe231afa827cc37 /sysutils | |
parent | b4319dfb312cd61591d59595a35727e300f978ab (diff) | |
download | freebsd-ports-gnome-f7fb78c8aa437d3aee9cfca7e001f3f662982037.tar.gz freebsd-ports-gnome-f7fb78c8aa437d3aee9cfca7e001f3f662982037.tar.zst freebsd-ports-gnome-f7fb78c8aa437d3aee9cfca7e001f3f662982037.zip |
Update to version 2.0.7.
o Allow readwrite as an alias for rw in setting sequential read/write
o stat: move final \n of terse output to the end
o Enhance the reaped status display
o HOWTO: update to note base of latencies in minimal/terse output
o Add indication of whether a job got killed
o HOWTO: emphasize units in --minimal mode: latency in usec, bw in KB/s
o group reporting: fix bad values of min/max
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fio/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fio/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/fio/Makefile b/sysutils/fio/Makefile index a7f1b2e26113..efc68007e6fe 100644 --- a/sysutils/fio/Makefile +++ b/sysutils/fio/Makefile @@ -8,7 +8,7 @@ # PORTNAME= fio -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 CATEGORIES= sysutils benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ diff --git a/sysutils/fio/distinfo b/sysutils/fio/distinfo index 5d775b982efb..502989ebb681 100644 --- a/sysutils/fio/distinfo +++ b/sysutils/fio/distinfo @@ -1,2 +1,2 @@ -SHA256 (fio-2.0.6.tar.bz2) = 37c964776fc9c6695714fcd318a0154da5e3ae387f46436fbc7962831a1ad876 -SIZE (fio-2.0.6.tar.bz2) = 215034 +SHA256 (fio-2.0.7.tar.bz2) = 2383ead42ec32bd91e35e23daef814825375fcc2531c9b70804b109fe366ca15 +SIZE (fio-2.0.7.tar.bz2) = 215458 |