git: 9c41d8407966 - main - misc/getopt: Mark DEPRECATED and set EXPIRATION_DATE to 2024-10-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Oct 2024 14:31:40 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c41d8407966bc8d14d3204a928508ec44444bcf commit 9c41d8407966bc8d14d3204a928508ec44444bcf Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-07 13:59:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-07 14:18:37 +0000 misc/getopt: Mark DEPRECATED and set EXPIRATION_DATE to 2024-10-31 PR: 281625 Reported by: diizzy --- misc/getopt/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 2b6402937235..7dcb45220b28 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -12,6 +12,9 @@ WWW= https://software.frodo.looijaard.name/getopt/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +DEPRECATED= Use getopt from devel/util-linux instead +EXPIRATION_DATE=2024-10-31 + OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes