git: 0fafa1dd8bd4 - main - sysutils/stressdisk: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Feb 2026 10:47:48 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0fafa1dd8bd4c1995ad121eebfa76c4056ead060
commit 0fafa1dd8bd4c1995ad121eebfa76c4056ead060
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-02-01 10:47:44 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-02-01 10:47:44 +0000
sysutils/stressdisk: Remove expired port
2026-01-31 sysutils/stressdisk: dead upstream
---
MOVED | 1 +
sysutils/Makefile | 1 -
sysutils/stressdisk/Makefile | 37 -------------------------------------
sysutils/stressdisk/distinfo | 5 -----
sysutils/stressdisk/pkg-descr | 7 -------
5 files changed, 1 insertion(+), 50 deletions(-)
diff --git a/MOVED b/MOVED
index 34076863e6d9..777b2f00d431 100644
--- a/MOVED
+++ b/MOVED
@@ -5097,3 +5097,4 @@ x11/rofi-wayland|x11/rofi|2026-01-31|Wayland bits are now part of the main port
multimedia/py-decord||2026-01-31|Python bindings of multimedia/decord that was removed
sysutils/wiimms||2026-02-01|Has expired: sysutils/wiimms has been abandoned for many years
sysutils/burp-devel|sysutils/burp|2026-02-01|Has expired: 3.2.0 is the new stable version based on 3.1.4. Use sysutils/burp instead
+sysutils/stressdisk||2026-02-01|Has expired: dead upstream
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 79ceeb06ddde..9628edae66aa 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1368,7 +1368,6 @@
SUBDIR += stow
SUBDIR += stowES
SUBDIR += stress
- SUBDIR += stressdisk
SUBDIR += superfile
SUBDIR += superiotool
SUBDIR += swapd
diff --git a/sysutils/stressdisk/Makefile b/sysutils/stressdisk/Makefile
deleted file mode 100644
index 7fe9a6b84f96..000000000000
--- a/sysutils/stressdisk/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-PORTNAME= stressdisk
-DISTVERSIONPREFIX= v
-DISTVERSION= 1.0.13
-PORTREVISION= 22
-CATEGORIES= sysutils
-
-MAINTAINER= eduardo@FreeBSD.org
-COMMENT= Stress test your disks before trusting your valuable data to them
-WWW= https://github.com/ncw/stressdisk
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= dead upstream
-EXPIRATION_DATE= 2026-01-31
-
-BROKEN_FreeBSD_15= error: SHT_STRTAB string table section [index 3] is non-null terminated, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270962
-
-USES= go:modules
-GO_MODULE= github.com/ncw/stressdisk
-GO_BUILDFLAGS= -ldflags=" \
- -X main.version=${DISTVERSION}"
-
-PLIST_FILES= bin/stressdisk
-
-PORTDOCS= README.md
-
-OPTIONS_DEFINE= DOCS
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/sysutils/stressdisk/distinfo b/sysutils/stressdisk/distinfo
deleted file mode 100644
index 643ab362708f..000000000000
--- a/sysutils/stressdisk/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1687781048
-SHA256 (go/sysutils_stressdisk/stressdisk-v1.0.13/v1.0.13.mod) = 8a4203f65fbe55ebd523b553ce4683de54f0a2a1ffb2bafa64f945eca6683379
-SIZE (go/sysutils_stressdisk/stressdisk-v1.0.13/v1.0.13.mod) = 82
-SHA256 (go/sysutils_stressdisk/stressdisk-v1.0.13/v1.0.13.zip) = a5cb329326961c31bde17dcde0f264f7deb322b1772a091134aa0d16d6f2bf34
-SIZE (go/sysutils_stressdisk/stressdisk-v1.0.13/v1.0.13.zip) = 13960
diff --git a/sysutils/stressdisk/pkg-descr b/sysutils/stressdisk/pkg-descr
deleted file mode 100644
index 049d7ac9ed93..000000000000
--- a/sysutils/stressdisk/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-This is a program designed to stress test your disks and
-find failures in them.
-
-- Use it to soak test your new disks / memory cards / USB
- sticks before trusting your valuable data to it.
-
-- Use it to soak test your new PC hardware also for the same reason.