svn commit: r335774 - head/net/erlyvideo

Ruslan Makhmatkhanov rm at FreeBSD.org
Fri Dec 6 16:42:16 UTC 2013


Author: rm
Date: Fri Dec  6 16:42:15 2013
New Revision: 335774
URL: http://svnweb.freebsd.org/changeset/ports/335774

Log:
  - mark this port broken, because it doesn't support modern erlang
  - mark it deprecated because it no more supported upstream

Modified:
  head/net/erlyvideo/Makefile

Modified: head/net/erlyvideo/Makefile
==============================================================================
--- head/net/erlyvideo/Makefile	Fri Dec  6 16:32:34 2013	(r335773)
+++ head/net/erlyvideo/Makefile	Fri Dec  6 16:42:15 2013	(r335774)
@@ -9,11 +9,14 @@ MASTER_SITES=	http://host5.webstroy.ru/
 MAINTAINER=	rm at FreeBSD.org
 COMMENT=	RTMP flash streaming server written in erlang
 
+LICENSE=	GPLv3
+
 BUILD_DEPENDS=	erlc:${PORTSDIR}/lang/erlang
 RUN_DEPENDS=	erl:${PORTSDIR}/lang/erlang
 
-LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/COPYING
+BROKEN=		Does not builds with current erlang from ports
+DEPRECATED=	Development of erlyvideo is abandoned upstream. Use flussonic instead
+EXPIRATON_DATE=	2014-01-06
 
 USE_GMAKE=	yes
 


More information about the svn-ports-head mailing list