diff options
author | garga <garga@FreeBSD.org> | 2005-10-24 22:39:36 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-24 22:39:36 +0800 |
commit | 6aa8d8f6560709205f9362e61ef4f1559d4bcc41 (patch) | |
tree | 32aad4e782b5695a86fd642eeac3b83850d6507f | |
parent | 760e7365b80932393b9f59c1564f882db13ca877 (diff) | |
download | freebsd-ports-gnome-6aa8d8f6560709205f9362e61ef4f1559d4bcc41.tar.gz freebsd-ports-gnome-6aa8d8f6560709205f9362e61ef4f1559d4bcc41.tar.zst freebsd-ports-gnome-6aa8d8f6560709205f9362e61ef4f1559d4bcc41.zip |
- Mark it as DEPRECATED and set EXPIRATION_DATE
PR: ports/87919
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: port broken for a long period
-rw-r--r-- | audio/cdplayer.app/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/cdplayer.app/Makefile b/audio/cdplayer.app/Makefile index 665be98744a6..5375027a737b 100644 --- a/audio/cdplayer.app/Makefile +++ b/audio/cdplayer.app/Makefile @@ -16,6 +16,9 @@ DISTNAME= CDPlayer.app-${PORTVERSION} MAINTAINER= dsh@vlink.ru COMMENT= A CD player with CDDB support resembling OpenStep's OmniCD +DEPRECATED= "mastersite disappeared" +EXPIRATION_DATE= 2005-12-31 + LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ cdaudio.1:${PORTSDIR}/audio/libcdaudio \ wraster.4:${PORTSDIR}/x11-wm/windowmaker |