svn commit: r497577 - head/audio/raop_play

Tobias Kortkamp tobik at FreeBSD.org
Tue Apr 2 19:28:30 UTC 2019


Author: tobik
Date: Tue Apr  2 19:28:29 2019
New Revision: 497577
URL: https://svnweb.freebsd.org/changeset/ports/497577

Log:
  Deprecate audio/raop_play
  
  It's unmaintained upstream with the last release in 2005 and the
  last change in 2012.  It does not support OpenSSL 1.1.  Use
  module-raop-sink from audio/pulseaudio instead.

Modified:
  head/audio/raop_play/Makefile

Modified: head/audio/raop_play/Makefile
==============================================================================
--- head/audio/raop_play/Makefile	Tue Apr  2 18:50:26 2019	(r497576)
+++ head/audio/raop_play/Makefile	Tue Apr  2 19:28:29 2019	(r497577)
@@ -13,6 +13,9 @@ COMMENT=	Music file player for Apple Airport Express
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Abandonware. Use module-raop-sink from audio/pulseaudio instead.
+EXPIRATION_DATE=	2019-04-15
+
 BROKEN_SSL=	openssl111
 BROKEN_SSL_REASON_openssl111=	bin/raop_play:No such file or directory
 


More information about the svn-ports-head mailing list