diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-09-03 08:32:11 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-09-03 08:32:11 +0000 |
commit | 1949601cfd94b2f558d1846af203daacca1417ba (patch) | |
tree | fc30fe9a7047421470293e19aabee10f3008f46b | |
parent | 6e01151081874f9629b39051e13567ab3a8720ad (diff) | |
download | ports-1949601cfd94b2f558d1846af203daacca1417ba.tar.gz ports-1949601cfd94b2f558d1846af203daacca1417ba.zip |
Notes
-rw-r--r-- | graphics/flashplayer/Makefile | 3 | ||||
-rw-r--r-- | graphics/libflash/Makefile | 2 | ||||
-rw-r--r-- | www/flashplugin-mozilla/Makefile | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/graphics/flashplayer/Makefile b/graphics/flashplayer/Makefile index 7b7631f6db75..b9b2eed83051 100644 --- a/graphics/flashplayer/Makefile +++ b/graphics/flashplayer/Makefile @@ -15,6 +15,9 @@ DISTNAME= gplflash-${PORTVERSION} MAINTAINER= llwang@infor.org COMMENT= GPL standalone Flash (TM) player +DEPRECATED= Depends on deprecated ../libflash +EXPIRATION= 2011-09-30 + LIB_DEPENDS= flash.0:${PORTSDIR}/graphics/libflash WRKSRC= ${WRKDIR}/${DISTNAME}/player diff --git a/graphics/libflash/Makefile b/graphics/libflash/Makefile index 4a71566831ee..275af48ea0b6 100644 --- a/graphics/libflash/Makefile +++ b/graphics/libflash/Makefile @@ -15,7 +15,9 @@ DISTNAME= gplflash-${PORTVERSION} MAINTAINER= llwang@infor.org COMMENT= GPL Flash (TM) Library +# Depended on by graphics/flashplayer, www/flashplugin-mozilla, also DEPRECATED DEPRECATED= gplflash is no longer supported. Please use gnash instead +EXPIRATION= 2011-09-30 LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ jpeg.11:${PORTSDIR}/graphics/jpeg diff --git a/www/flashplugin-mozilla/Makefile b/www/flashplugin-mozilla/Makefile index 76e353eac440..50e669e2943a 100644 --- a/www/flashplugin-mozilla/Makefile +++ b/www/flashplugin-mozilla/Makefile @@ -18,6 +18,7 @@ COMMENT= A GPL standalone Flash (TM) plugin for Mozilla web browser DEPRECATED= gplflash is no longer supported. Please use graphics/gnash, \ graphics/lightspark, or www/nspluginwrapper and \ www/linux-f10-flashplugin10 instead +EXPIRATION= 2011-09-30 LIB_DEPENDS= flash.0:${PORTSDIR}/graphics/libflash |