git: 987d106ac8a5 - main - x11-toolkits/p5-Tk-FileDialog: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 10:34:22 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=987d106ac8a50308d4f38eec6959acfe98a1933e commit 987d106ac8a50308d4f38eec6959acfe98a1933e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-03-29 10:32:50 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-03-29 10:33:51 +0000 x11-toolkits/p5-Tk-FileDialog: Mark DEPRECATED - Does not work with recent Tk - Set EXPIRATION_DATE 2024-04-29 --- x11-toolkits/p5-Tk-FileDialog/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-toolkits/p5-Tk-FileDialog/Makefile b/x11-toolkits/p5-Tk-FileDialog/Makefile index 8dbda29a5aa0..a504498bcea1 100644 --- a/x11-toolkits/p5-Tk-FileDialog/Makefile +++ b/x11-toolkits/p5-Tk-FileDialog/Makefile @@ -1,6 +1,6 @@ PORTNAME= Tk-FileDialog PORTVERSION= 1.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,9 @@ WWW= https://metacpan.org/release/Tk-FileDialog LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +DEPRECATED= Does not work with recent Tk versions +EXPIRATION_DATE=2024-04-29 + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk