git: aa7e7de23980 - main - www/ttf2eot: Deprecate and set expiration date to 2022-09-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Fri, 26 Aug 2022 19:12:38 UTC
The branch main has been updated by diizzy:

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

commit aa7e7de239801572ccc19dbe9f673b2a8951c285
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-08-26 19:06:48 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-08-26 19:12:21 +0000

    www/ttf2eot: Deprecate and set expiration date to 2022-09-30
    
    Obsolete font format that's been suprseded by OTF/TTF/WOFF/WOFF2
    Last known major browser to support this format is Internet Explorer 11
    which is unsupported since June 15, 2022.
    
    Reference:
    https://blogs.windows.com/windowsexperience/2021/05/19/the-future-of-internet-explorer-on-windows-10-is-in-microsoft-edge/
    
    PR:             263910
    Reviewed by:    Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
---
 www/ttf2eot/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/ttf2eot/Makefile b/www/ttf2eot/Makefile
index 191b92a4bf9b..71ff65276674 100644
--- a/www/ttf2eot/Makefile
+++ b/www/ttf2eot/Makefile
@@ -9,6 +9,9 @@ COMMENT=	Convert TTF font file to EOT web embeddable file
 LICENSE=	BSD2CLAUSE LGPL20
 LICENSE_COMB=	multi
 
+DEPRECATED=	Obsolete font format that's been superseded by OTF/TTF/WOFF/WOFF2
+EXPIRATION_DATE=2022-09-30
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	wget
 GH_PROJECT=	ttf2eot