svn commit: r453470 - head/audio/beast

Gerald Pfeifer gerald at FreeBSD.org
Sat Nov 4 15:02:44 UTC 2017


Author: gerald
Date: Sat Nov  4 15:02:43 2017
New Revision: 453470
URL: https://svnweb.freebsd.org/changeset/ports/453470

Log:
  Mark DEPRECATED with an EXPIRATION_DATE of 2018-01-04 since this port
  is based on a 4.5 years old version, at least six versions behind, and
  requires an old toolchain [1], and nobody seems to even care.
  
  PR:		196849 [1]

Modified:
  head/audio/beast/Makefile

Modified: head/audio/beast/Makefile
==============================================================================
--- head/audio/beast/Makefile	Sat Nov  4 14:15:55 2017	(r453469)
+++ head/audio/beast/Makefile	Sat Nov  4 15:02:43 2017	(r453470)
@@ -12,6 +12,9 @@ COMMENT=	Powerful music composition and modular synthe
 
 LICENSE=	LGPL21
 
+DEPRECATED=	4.5 years old version, six versions behind, requires old toolchain, and unmaintained.
+EXPIRATION_DATE=2018-01-04
+
 LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libmad.so:audio/libmad \
 		libvorbisfile.so:audio/libvorbis \


More information about the svn-ports-all mailing list