svn commit: r312770 - in head: . benchmarks benchmarks/fio sysutils sysutils/fio
Bruce Cran
brucec at FreeBSD.org
Fri Feb 22 15:02:59 UTC 2013
Author: brucec (src committer)
Date: Fri Feb 22 15:02:58 2013
New Revision: 312770
URL: http://svnweb.freebsd.org/changeset/ports/312770
Log:
Move sysutils/fio to benchmarks category.
Added:
head/benchmarks/fio/
- copied from r312766, head/sysutils/fio/
Deleted:
head/sysutils/fio/
Modified:
head/MOVED
head/benchmarks/Makefile
head/benchmarks/fio/Makefile
head/sysutils/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Fri Feb 22 14:58:32 2013 (r312769)
+++ head/MOVED Fri Feb 22 15:02:58 2013 (r312770)
@@ -4068,3 +4068,4 @@ net/samba4-devel|net/samba4|2013-02-18|R
net/libnet-devel|net/libnet|2013-02-18|Renamed to stable branch
x11-fm/tkdesk||2013-02-19|Obsolete and unmaintained, doesn't run
emulators/bsnes|emulators/higan|2013-02-22|Renamed upstream
+sysutils/fio|benchmarks/fio|2013-02-22|Moved to benchmarks category
Modified: head/benchmarks/Makefile
==============================================================================
--- head/benchmarks/Makefile Fri Feb 22 14:58:32 2013 (r312769)
+++ head/benchmarks/Makefile Fri Feb 22 15:02:58 2013 (r312770)
@@ -14,6 +14,7 @@
SUBDIR += expedite
SUBDIR += fhourstones
SUBDIR += filebench
+ SUBDIR += fio
SUBDIR += flops
SUBDIR += forkbomb
SUBDIR += geekbench
Modified: head/benchmarks/fio/Makefile
==============================================================================
--- head/sysutils/fio/Makefile Fri Feb 22 13:57:56 2013 (r312766)
+++ head/benchmarks/fio/Makefile Fri Feb 22 15:02:58 2013 (r312770)
@@ -3,7 +3,7 @@
PORTNAME= fio
PORTVERSION= 2.0.14
-CATEGORIES= sysutils benchmarks
+CATEGORIES= benchmarks
MASTER_SITES= http://brick.kernel.dk/snaps/
MAINTAINER= brucec at FreeBSD.org
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Fri Feb 22 14:58:32 2013 (r312769)
+++ head/sysutils/Makefile Fri Feb 22 15:02:58 2013 (r312770)
@@ -243,7 +243,6 @@
SUBDIR += fileschanged
SUBDIR += filetype
SUBDIR += finfo
- SUBDIR += fio
SUBDIR += flasher
SUBDIR += flashrom
SUBDIR += flexbackup
More information about the svn-ports-all
mailing list