svn commit: r451810 - in head/audio: csound smasher

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 12 08:01:47 UTC 2017


Author: bapt
Date: Thu Oct 12 08:01:45 2017
New Revision: 451810
URL: https://svnweb.freebsd.org/changeset/ports/451810

Log:
  Mark csound as deprecated: latest release is on csound6
  Latest csound5 was from 2012, its only consumer is audio/smasher
  which is an abandonware (and also marked as deprecated)

Modified:
  head/audio/csound/Makefile
  head/audio/smasher/Makefile

Modified: head/audio/csound/Makefile
==============================================================================
--- head/audio/csound/Makefile	Thu Oct 12 07:44:10 2017	(r451809)
+++ head/audio/csound/Makefile	Thu Oct 12 08:01:45 2017	(r451810)
@@ -13,6 +13,9 @@ DIST_SUBDIR=	csound
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Sound synthesizer
 
+DEPRECATED=	Not supported upstream anymore, use csound6
+EXPIRATION_DATE=	2017-11-12
+
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 

Modified: head/audio/smasher/Makefile
==============================================================================
--- head/audio/smasher/Makefile	Thu Oct 12 07:44:10 2017	(r451809)
+++ head/audio/smasher/Makefile	Thu Oct 12 08:01:45 2017	(r451810)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Cross platform audio loop slicer
 
+DEPRECATED=	Does not build with modern csound
+EXPIRATION_DATE=	2017-11-12
+
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 


More information about the svn-ports-all mailing list