git: 6670709875f5 - main - www/mozplugger: Deprecate and set expiration date to 2023-11-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Oct 2023 09:55:03 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6670709875f545c598779607f8beac2d8750147c commit 6670709875f545c598779607f8beac2d8750147c Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-10-22 09:53:36 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-10-22 09:54:21 +0000 www/mozplugger: Deprecate and set expiration date to 2023-11-30 Defunct as Mozilla Firefox dropped support for plugin interface as of ESR 60 Reference: https://blog.mozilla.org/futurereleases/2018/01/11/announcing-esr60-policy-engine/ --- www/mozplugger/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/mozplugger/Makefile b/www/mozplugger/Makefile index 4586dfcbaa5f..a1ae96c47817 100644 --- a/www/mozplugger/Makefile +++ b/www/mozplugger/Makefile @@ -10,6 +10,9 @@ WWW= http://mozplugger.mozdev.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Obsolete, defunct as Mozilla Firefox dropped support for plugin interface as of ESR 60 +EXPIRATION_DATE=2023-11-30 + GNU_CONFIGURE= yes USES= desthack gmake webplugin:native xorg USE_XORG= x11 xt