git: 59a3050fa10b - main - sysutils/linuxfdisk: extend port deprecation till end of the year

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Mon, 29 Sep 2025 18:13:13 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=59a3050fa10b54ecda6711921730d6677500392a

commit 59a3050fa10b54ecda6711921730d6677500392a
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2025-09-29 18:12:18 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2025-09-29 18:12:18 +0000

    sysutils/linuxfdisk: extend port deprecation till end of the year
    
    Suggested `devel/util-linux' port, while being more modern, comes
    with broken fdisk(8) interactive mode and thus is not an adequate
    replacement for the time being.  We are currently discussing with
    mandree@ how to move this forward and preserve working features.
---
 sysutils/linuxfdisk/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysutils/linuxfdisk/Makefile b/sysutils/linuxfdisk/Makefile
index d12e03421164..355fcb395160 100644
--- a/sysutils/linuxfdisk/Makefile
+++ b/sysutils/linuxfdisk/Makefile
@@ -11,14 +11,14 @@ 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
+EXPIRATION_DATE=2025-12-31
 
 LICENSE=	GPLv2+
 
 BROKEN_aarch64=	fails to build: error unknown architecture
 
-WRKSRC=		${WRKDIR}/util-linux-${PORTVERSION}/fdisk
 USES=		tar:bzip2
+WRKSRC=		${WRKDIR}/util-linux-${PORTVERSION}/fdisk
 
 pre-patch:
 	@${CP} ${FILESDIR}/linuxfdisk-Makefile ${WRKSRC}/Makefile