Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2019 19:58:37 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501044 - head/sysutils/djmount
Message-ID:  <201905081958.x48JwbGP050678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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