diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-24 15:42:38 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-24 15:42:38 +0000 |
commit | bb571f09157bbf6224ebb1011bfbfd51af79cbdb (patch) | |
tree | 81f6169346641fdb63aaa3d681e5457815837ddc /audio | |
parent | Update to 4.23. See http://www.jwz.org/xscreensaver/changelog.html for the (diff) |
- Mark it as DEPRECATED and set EXPIRATION_DATE
PR: ports/87930
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Notes
Notes:
svn path=/head/; revision=146262
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mziq/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/mziq/Makefile b/audio/mziq/Makefile index fccd069c0e0c..ccd1273017af 100644 --- a/audio/mziq/Makefile +++ b/audio/mziq/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://cseg.lucidx.com/projects/src/mziq/ MAINTAINER= ports@FreeBSD.org COMMENT= A Perl frontend to mpg123 +DEPRECATED= "mastersite disappeared, no longer maintained by author" +EXPIRATION_DATE= 2005-12-31 + RUN_DEPENDS= ${LOCALBASE}/bin/mpg123:${PORTSDIR}/audio/mpg123 WRKSRC= ${WRKDIR}/MZiq |