diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-07 11:43:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-07 11:43:11 +0000 |
commit | 794390a595b5e1dc1ec896c9201287ab47780f80 (patch) | |
tree | 891e6961d3cea617f1665c697188f26905d1da7b | |
parent | 2a61635c0549cb979a1c32da51dc8a49fbded759 (diff) |
Clearly say in the deprecation message it containes security issues
Notes
Notes:
svn path=/head/; revision=418178
-rw-r--r-- | multimedia/linux-realplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/linux-realplayer/Makefile b/multimedia/linux-realplayer/Makefile index 90d7ab99b1e4..339dd5f2579f 100644 --- a/multimedia/linux-realplayer/Makefile +++ b/multimedia/linux-realplayer/Makefile @@ -23,7 +23,7 @@ LICENSE_NAME= Helix DNA Technology Binary Research Use License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= auto-accept -DEPRECATED= Not maintained upstream, better alternative are available +DEPRECATED= Not maintained upstream, contains security issues EXPIRATION_DATE= 2016-08-07 WRKSRC= ${WRKDIR}/usr/local/RealPlayer |