svn commit: r556696 - in head/www: flashplayer linux-flashplayer

Jung-uk Kim jkim at FreeBSD.org
Tue Dec 1 02:52:27 UTC 2020


Author: jkim
Date: Tue Dec  1 02:52:26 2020
New Revision: 556696
URL: https://svnweb.freebsd.org/changeset/ports/556696

Log:
  Deprecate Flash Player.
  
  https://www.adobe.com/products/flashplayer/end-of-life.html

Modified:
  head/www/flashplayer/Makefile
  head/www/linux-flashplayer/Makefile

Modified: head/www/flashplayer/Makefile
==============================================================================
--- head/www/flashplayer/Makefile	Tue Dec  1 02:13:25 2020	(r556695)
+++ head/www/flashplayer/Makefile	Tue Dec  1 02:52:26 2020	(r556696)
@@ -9,6 +9,9 @@ DISTFILES=
 MAINTAINER=	emulation at FreeBSD.org
 COMMENT=	Native wrapper around Linux Flash Player
 
+DEPRECATED=	Depends on a deprecated port
+EXPIRATION_DATE=2020-12-31
+
 RUN_DEPENDS=	${LOCALBASE}/lib/browser_plugins/linux-flashplayer/libflashplayer.so:www/linux-flashplayer \
 		nspluginwrapper:www/nspluginwrapper
 

Modified: head/www/linux-flashplayer/Makefile
==============================================================================
--- head/www/linux-flashplayer/Makefile	Tue Dec  1 02:13:25 2020	(r556695)
+++ head/www/linux-flashplayer/Makefile	Tue Dec  1 02:52:26 2020	(r556696)
@@ -12,6 +12,9 @@ DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
 MAINTAINER=	emulation at FreeBSD.org
 COMMENT=	Adobe Flash Player NPAPI Plugin
 
+DEPRECATED=	Deprecated by upstream
+EXPIRATION_DATE=2020-12-31
+
 ONLY_FOR_ARCHS=	amd64 i386
 USES=		cpe linux webplugin:linux
 CPE_VENDOR=	adobe


More information about the svn-ports-head mailing list