diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2025-07-06 14:24:37 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2025-07-06 14:29:41 +0200 |
commit | 4d03cd5c0e7cfaffd8aadf9e932908c2ef31485e (patch) | |
tree | 1c995d3b3071f98820cdad75ce3136b354ffb2e2 | |
parent | sysutils/linrename: clean up and deprecate (diff) |
sysutils/linuxfdisk: deprecate, see util-linux
linuxfdisk is woefully outdated and installs scripts
that are installed in current versions by util-linux.
Deprecate and expire in three months.
-rw-r--r-- | sysutils/linuxfdisk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/linuxfdisk/Makefile b/sysutils/linuxfdisk/Makefile index 565148dbcb0f..d12e03421164 100644 --- a/sysutils/linuxfdisk/Makefile +++ b/sysutils/linuxfdisk/Makefile @@ -10,6 +10,9 @@ DISTNAME= util-linux-${PORTVERSION} MAINTAINER= netch@netch.kiev.ua COMMENT= Fdisk, a partition tables manipulator, from util-linux +DEPRECATED= This port is way out of date, use devel/util-linux instead +EXPIRATION_DATE=2025-09-30 + LICENSE= GPLv2+ BROKEN_aarch64= fails to build: error unknown architecture |