Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2019 10:14:25 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503301 - head/multimedia/mpeg4ip
Message-ID:  <201906021014.x52AEPrs047657@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun Jun  2 10:14:24 2019
New Revision: 503301
URL: https://svnweb.freebsd.org/changeset/ports/503301

Log:
  Mark DEPRECATED with expiration date 2019-06-15
  
  Rationale:
  There has been no active development for several years. The port also
  depends on other outdated, unmaintained code, most notably ffmpeg0
  which is also scheduled for removal on 2019-06-15.
  The functionality provided by this port is available through
  multimedia/ffmpeg, which is actively maintained.
  
  PR:		238093
  Reported by:	tobik

Modified:
  head/multimedia/mpeg4ip/Makefile

Modified: head/multimedia/mpeg4ip/Makefile
==============================================================================
--- head/multimedia/mpeg4ip/Makefile	Sun Jun  2 10:10:35 2019	(r503300)
+++ head/multimedia/mpeg4ip/Makefile	Sun Jun  2 10:14:24 2019	(r503301)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mpeg4ip
 PORTVERSION=	1.6.1
-PORTREVISION=	45
+PORTREVISION=	46
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	LOCAL/ahze
 # http://sourceforge.net/forum/forum.php?thread_id=1839453&forum_id=59136
@@ -11,6 +11,9 @@ MASTER_SITES=	LOCAL/ahze
 
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Standards-based system to encode, stream, and play MPEG-4 audio/video
+
+DEPRECATED=	old, unmaintained version; superseded by multimedia/ffmpeg
+EXPIRATION_DATE=	2019-06-15
 
 BUILD_DEPENDS=	mp4v2>=1.9.1:multimedia/mp4v2 \
 		${LOCALBASE}/include/linux/videodev.h:multimedia/v4l_compat



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906021014.x52AEPrs047657>