aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-09-18 03:25:57 +0800
committermakc <makc@FreeBSD.org>2010-09-18 03:25:57 +0800
commit2048578d45b503fcbb10773f3d32cda8363b4d69 (patch)
tree9c3bb7bea5bffe0779659718a66b5ac7579fc577 /audio
parentcbd5c647e83d9175d923402b7ae2ec634d65ea42 (diff)
downloadfreebsd-ports-gnome-2048578d45b503fcbb10773f3d32cda8363b4d69.tar.gz
freebsd-ports-gnome-2048578d45b503fcbb10773f3d32cda8363b4d69.tar.zst
freebsd-ports-gnome-2048578d45b503fcbb10773f3d32cda8363b4d69.zip
Set expiration date to 2010-11-15: depends on deprecated audio/libmpcdec
PR: ports/150510 Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/bmp-musepack/Makefile3
-rw-r--r--audio/py-musepack/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/audio/bmp-musepack/Makefile b/audio/bmp-musepack/Makefile
index bcb27c163da0..30dfa2a92ac3 100644
--- a/audio/bmp-musepack/Makefile
+++ b/audio/bmp-musepack/Makefile
@@ -15,6 +15,9 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Musepack decoder for beep-media-player
+DEPRECATED= does not build with audio/musepack
+EXPIRATION_DATE= 2010-11-15
+
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \
mpcdec:${PORTSDIR}/audio/libmpcdec \
tag:${PORTSDIR}/audio/taglib
diff --git a/audio/py-musepack/Makefile b/audio/py-musepack/Makefile
index 542e36867965..a2307fa9dc3c 100644
--- a/audio/py-musepack/Makefile
+++ b/audio/py-musepack/Makefile
@@ -15,6 +15,9 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python module that provides the Musepack decoding interface
+DEPRECATED= does not build with audio/musepack
+EXPIRATION_DATE= 2010-11-15
+
LIB_DEPENDS= mpcdec:${PORTSDIR}/audio/libmpcdec
USE_PYTHON= yes