diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-25 14:44:44 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-25 14:44:44 +0000 |
commit | 27b57e74b706c449271eb1aeae6f8aa6b72a59ea (patch) | |
tree | cd15b440485aba01ee899d7fa2d98f655c976dc1 /audio/cdplayer.app/Makefile | |
parent | 076c224f1f979a4c791b6ba4678580e9f077b497 (diff) |
- Provide new MASTER_SITE
- Remove DEPRECATED and EXPIRATION_DATE
- Pass maintainership to submitter
- Remove 3 lines pkg-plist
PR: ports/87983
Submitted by: martin hudec <corwin@aeternal.net>
Approved by: Denis Shaposhnikov <dsh@vlink.ru> (ex-maintainer)
Notes
Notes:
svn path=/head/; revision=146329
Diffstat (limited to 'audio/cdplayer.app/Makefile')
-rw-r--r-- | audio/cdplayer.app/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/cdplayer.app/Makefile b/audio/cdplayer.app/Makefile index 5375027a737b..e9cf163812f3 100644 --- a/audio/cdplayer.app/Makefile +++ b/audio/cdplayer.app/Makefile @@ -9,20 +9,19 @@ PORTNAME= cdplayer.app PORTVERSION= 1.7 PORTREVISION= 1 CATEGORIES= audio windowmaker -MASTER_SITES= http://tucows.mirror.ish.de/linux/files/ \ - http://linux.iconet.com.br/files/ +MASTER_SITES= http://freebsd.aeternal.net/ports/ DISTNAME= CDPlayer.app-${PORTVERSION} -MAINTAINER= dsh@vlink.ru +MAINTAINER= corwin@aeternal.net 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 USE_X_PREFIX= yes +PLIST_FILES= GNUstep/Apps/CDPlayer.app/CDPlayer +PLIST_DIRS= GNUstep/Apps/CDPlayer.app GNUstep/Apps + .include <bsd.port.mk> |