Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 2021 21:11:43 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a06cef18c1a3 - main - www/plugger: Deprecate and set expiration date to 2021-12-31
Message-ID:  <202109242111.18OLBh14003594@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

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

commit a06cef18c1a3e8b36bad286373aa37e9c3bbf798
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-09-24 20:39:55 +0000
Commit:     Daniel Engberg <diizzy@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109242111.18OLBh14003594>