Commit 3640fccd authored by Alexey Dokuchaev's avatar Alexey Dokuchaev
Browse files

Move KDiskMark to a more appropriate category (luckily, even with Git,

there is not much history to preserve since the initial check-in).
parent 2c3feafe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16333,3 +16333,4 @@ www/py-django30|www/py-django31|2021-05-16|Has expired: Has expired: Extended su
net-mgmt/unifi-devel|net-mgmt/unifi6|2021-05-16|Has expired: Use net-mgmt/unifi6 instead
print/rubygem-pdf-core07|print/rubygem-pdf-core|2021-05-16|Obsoleted. Use print/rubygem-pdf-core instead
security/bitwarden_rs|security/vaultwarden|2021-05-16|Project was renamed
sysutils/kdiskmark|benchmarks/kdiskmark|2021-05-18|Moved to a more appropriate category
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
    SUBDIR += iozone21
    SUBDIR += iperf
    SUBDIR += iperf3
    SUBDIR += kdiskmark
    SUBDIR += libcelero
    SUBDIR += libmicro
    SUBDIR += linux-gputest
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

PORTNAME=	kdiskmark
PORTVERSION=	2.2.0
CATEGORIES=	sysutils
CATEGORIES=	benchmarks

MAINTAINER=	danfe@FreeBSD.org
COMMENT=	Graphical HDD/SSD benchmarking tool
Loading