diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-18 07:41:28 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-18 07:41:28 +0000 |
commit | e0cf2a7484fef6eb3be466350b880fb67b083754 (patch) | |
tree | eb87a30d24f601ffad2c75206b079c13758a584a | |
parent | Workaround broken .if (${OSVERSION}...), cf. (diff) |
Initiate deorbit: audio/musepack contains a much newer version of mppdec
Set DEPRECATED & IGNORE, expires in 2 months.
PR: ports/66732
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=109407
-rw-r--r-- | audio/mppdec/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/mppdec/Makefile b/audio/mppdec/Makefile index a353a800306e..2075daba84e4 100644 --- a/audio/mppdec/Makefile +++ b/audio/mppdec/Makefile @@ -15,6 +15,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= shoesoft@gmx.net COMMENT= Command-line player/decoder for musepack audio +DEPRECATED= "Newer version in audio/musepack" +EXPIRATION_DATE=2004-07-18 +IGNORE= ${DEPRECATED} + LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound MAKEFILE= Makefile.bsd |