diff options
author | bapt <bapt@FreeBSD.org> | 2017-10-12 16:01:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-10-12 16:01:45 +0800 |
commit | ee10ea632d8bb858ab4457bc6316458dfef5e5c3 (patch) | |
tree | 48fd08f84b294fc373f8a8c2c435155b24ecd11e /audio | |
parent | c1164241a27280c5c5317c5f5885fa5ef5e0141f (diff) | |
download | freebsd-ports-gnome-ee10ea632d8bb858ab4457bc6316458dfef5e5c3.tar.gz freebsd-ports-gnome-ee10ea632d8bb858ab4457bc6316458dfef5e5c3.tar.zst freebsd-ports-gnome-ee10ea632d8bb858ab4457bc6316458dfef5e5c3.zip |
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)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound/Makefile | 3 | ||||
-rw-r--r-- | audio/smasher/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index b12ad0a5025c..5f849907e5fc 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -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 diff --git a/audio/smasher/Makefile b/audio/smasher/Makefile index 8ace65dc5869..3a4bafd748bd 100644 --- a/audio/smasher/Makefile +++ b/audio/smasher/Makefile @@ -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 |