diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-23 21:33:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-23 21:33:04 +0000 |
commit | a369a273a802e908d74e2f5fb79f570403c28463 (patch) | |
tree | cebb8b7c3056c1ea0def0cee6c50308fbe047c2e /audio/bmp-flac | |
parent | Set expiration date: marked deprecated since may 2012 (diff) |
Chase beep-multimedia-player deprecation/expiration
Notes
Notes:
svn path=/head/; revision=345769
Diffstat (limited to 'audio/bmp-flac')
-rw-r--r-- | audio/bmp-flac/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/bmp-flac/Makefile b/audio/bmp-flac/Makefile index ed7351be87f1..a2c90b4dd252 100644 --- a/audio/bmp-flac/Makefile +++ b/audio/bmp-flac/Makefile @@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME}-CVS-${PORTVERSION}-with-bmp-plugin MAINTAINER= ports@FreeBSD.org COMMENT= FLAC input plugin for beep-media-player +DEPRECATED= Abandonware, please consider using multimedia/audacious instead +EXPIRATION_DATE= 2014-03-06 + LICENSE= GPLv2 LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ |