Date: Thu, 12 Oct 2017 08:01:46 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451810 - in head/audio: csound smasher Message-ID: <201710120801.v9C81kDc054196@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710120801.v9C81kDc054196>