git: a06cef18c1a3 - main - www/plugger: Deprecate and set expiration date to 2021-12-31

Daniel Engberg diizzy at FreeBSD.org
Fri Sep 24 21:11:44 UTC 2021


The branch main has been updated by diizzy:

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

commit a06cef18c1a3e8b36bad286373aa37e9c3bbf798
Author:     Daniel Engberg <diizzy at FreeBSD.org>
AuthorDate: 2021-09-24 20:39:55 +0000
Commit:     Daniel Engberg <diizzy at FreeBSD.org>
CommitDate: 2021-09-24 21:10:14 +0000

    www/plugger: Deprecate and set expiration date to 2021-12-31
    
    Uses incompatible plugin interface NPAPI
    Reference: https://en.wikipedia.org/wiki/NPAPI#Support/deprecation
    
    PR:             258646
    Approved by:    tcberner (mentor)
    Differential Revision:  https://reviews.freebsd.org/D32043
---
 www/plugger/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/plugger/Makefile b/www/plugger/Makefile
index c3076fff2e0b..55b7029ef129 100644
--- a/www/plugger/Makefile
+++ b/www/plugger/Makefile
@@ -8,6 +8,9 @@ MASTER_SITES=	http://fredrik.hubbe.net/plugger/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Multimedia front-end plugin for Mozilla or Opera
 
+DEPRECATED=	Uses incompatible plugin interface NPAPI
+EXPIRATION_DATE=2021-12-31
+
 USES=		webplugin:native xorg
 USE_XORG=	xext xt sm ice xext x11
 GNU_CONFIGURE=	yes


More information about the dev-commits-ports-all mailing list