svn commit: r501045 - head/multimedia/vdr-plugin-upnp

Tobias Kortkamp tobik at FreeBSD.org
Wed May 8 20:02:02 UTC 2019


Author: tobik
Date: Wed May  8 20:02:01 2019
New Revision: 501045
URL: https://svnweb.freebsd.org/changeset/ports/501045

Log:
  Deprecate multimedia/vdr-plugin-upnp
  
  It does not build with upnp >= 1.8 and is unmaintained upstream.
  
  PR:		237409

Modified:
  head/multimedia/vdr-plugin-upnp/Makefile

Modified: head/multimedia/vdr-plugin-upnp/Makefile
==============================================================================
--- head/multimedia/vdr-plugin-upnp/Makefile	Wed May  8 19:58:37 2019	(r501044)
+++ head/multimedia/vdr-plugin-upnp/Makefile	Wed May  8 20:02:01 2019	(r501045)
@@ -15,6 +15,9 @@ COMMENT=	Video Disk Recorder - UPnP/DLNA plugin (alpha
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=		Unmaintained upstream and does not build with upnp >= 1.8
+EXPIRATION_DATE=	2019-05-15
+
 BROKEN_FreeBSD_12=	fails to compile: inc/util.h:21:10: 'libavformat/avformat.h' file not found
 BROKEN_FreeBSD_13=	fails to compile: inc/util.h:21:10: 'libavformat/avformat.h' file not found
 


More information about the svn-ports-all mailing list