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/fio/Makefile | |
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/fio/Makefile')
-rw-r--r-- | sysutils/fio/Makefile | 2 |
1 files changed, 1 insertions, 1 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/ |