svn commit: r501044 - head/sysutils/djmount

Tobias Kortkamp tobik at FreeBSD.org
Wed May 8 19:58:38 UTC 2019


Author: tobik
Date: Wed May  8 19:58:37 2019
New Revision: 501044
URL: https://svnweb.freebsd.org/changeset/ports/501044

Log:
  Deprecate sysutils/djmount
  
  It does not build with upnp >= 1.8 and is unmaintained upstream.
  
  PR:		237404

Modified:
  head/sysutils/djmount/Makefile

Modified: head/sysutils/djmount/Makefile
==============================================================================
--- head/sysutils/djmount/Makefile	Wed May  8 19:46:59 2019	(r501043)
+++ head/sysutils/djmount/Makefile	Wed May  8 19:58:37 2019	(r501044)
@@ -12,6 +12,9 @@ COMMENT=	Mount UPnP A/V Media
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Unmaintained upstream and does not build with upnp >= 1.8
+EXPIRATION_DATE=	2019-05-15
+
 LIB_DEPENDS=	libupnp.so:devel/upnp
 
 PLIST_FILES=	bin/${PORTNAME}


More information about the svn-ports-all mailing list