svn commit: r502453 - head/multimedia/ffmpeg0

Tobias Kortkamp tobik at FreeBSD.org
Fri May 24 11:52:16 UTC 2019


Author: tobik
Date: Fri May 24 11:52:15 2019
New Revision: 502453
URL: https://svnweb.freebsd.org/changeset/ports/502453

Log:
  Deprecate multimedia/ffmpeg0
  
  It is vulnerable and should not be used.  Use multimedia/ffmpeg
  instead.
  
  PR:		238088, 215036

Modified:
  head/multimedia/ffmpeg0/Makefile

Modified: head/multimedia/ffmpeg0/Makefile
==============================================================================
--- head/multimedia/ffmpeg0/Makefile	Fri May 24 11:49:11 2019	(r502452)
+++ head/multimedia/ffmpeg0/Makefile	Fri May 24 11:52:15 2019	(r502453)
@@ -17,6 +17,9 @@ LICENSE_COMB=		multi
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING.GPLv2
 LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LGPLv2.1
 
+DEPRECATED=	vulnerable and old version; use multimedia/ffmpeg instead
+EXPIRATION_DATE=	2019-06-15
+
 BUILD_DEPENDS=	yasm:devel/yasm \
 		${LOCALBASE}/bin/as:devel/binutils \
 		${LOCALBASE}/bin/texi2html:textproc/texi2html


More information about the svn-ports-head mailing list