Index: head/www/flashplayer/Makefile =================================================================== --- head/www/flashplayer/Makefile (revision 556695) +++ head/www/flashplayer/Makefile (revision 556696) @@ -1,23 +1,26 @@ # $FreeBSD$ PORTNAME= flashplayer PORTVERSION= 32.0 PORTREVISION= 23 CATEGORIES= www multimedia DISTFILES= MAINTAINER= emulation@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 NO_ARCH= yes NO_BUILD= yes NO_INSTALL= yes NO_MTREE= yes PLIST_FILES= "@postexec ${LOCALBASE}/bin/nspluginwrapper -i ${LOCALBASE}/lib/browser_plugins/linux-flashplayer/libflashplayer.so" \ "@rmtry lib/browser_plugins/npwrapper.libflashplayer.so" .include Index: head/www/linux-flashplayer/Makefile =================================================================== --- head/www/linux-flashplayer/Makefile (revision 556695) +++ head/www/linux-flashplayer/Makefile (revision 556696) @@ -1,39 +1,42 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= flashplayer PORTVERSION= 32.0.0.453 CATEGORIES= www multimedia linux MASTER_SITES= https://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION}/ PKGNAMEPREFIX= linux- DISTFILES= flash_player_npapi_linux.i386.tar.gz DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= emulation@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 CPE_PRODUCT= flash_player USE_LINUX= alsalib alsa-plugins-oss curl dri gtk2 nspr nss WEBPLUGIN_FILES=libflashplayer.so RESTRICTED= Redistribution not allowed NO_BUILD= yes NO_WRKSUBDIR= yes STRIP= post-patch: @${REINPLACE_CMD} '/^NotShowIn=KDE/d' \ ${WRKSRC}/usr/share/applications/flash-player-properties.desktop do-install: ${MKDIR} ${STAGEDIR}${WEBPLUGIN_DIR} ${INSTALL_LIB} ${WRKSRC}/libflashplayer.so ${STAGEDIR}${WEBPLUGIN_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/usr/bin/flash-player-properties ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/usr/share/applications/flash-player-properties.desktop ${STAGEDIR}${DESKTOPDIR} (cd ${WRKSRC}/usr/share/icons && ${COPYTREE_SHARE} hicolor ${STAGEDIR}${PREFIX}/share/icons) .include