diff options
author | garga <garga@FreeBSD.org> | 2005-10-25 22:44:44 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-25 22:44:44 +0800 |
commit | 601037ad02635763f58d8a707b9feed1c784bc1b (patch) | |
tree | fb5222c22783197d60fc0390eb665b79d38f10f2 /audio | |
parent | a9dd064b054a13f9e0bcf9c317a485249d63fc9f (diff) | |
download | freebsd-ports-gnome-601037ad02635763f58d8a707b9feed1c784bc1b.tar.gz freebsd-ports-gnome-601037ad02635763f58d8a707b9feed1c784bc1b.tar.zst freebsd-ports-gnome-601037ad02635763f58d8a707b9feed1c784bc1b.zip |
- 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)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cdplayer.app/Makefile | 11 | ||||
-rw-r--r-- | audio/cdplayer.app/files/patch-Makefile (renamed from audio/cdplayer.app/files/patch-aa) | 0 | ||||
-rw-r--r-- | audio/cdplayer.app/pkg-plist | 3 |
3 files changed, 5 insertions, 9 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> diff --git a/audio/cdplayer.app/files/patch-aa b/audio/cdplayer.app/files/patch-Makefile index 21ac1df4b270..21ac1df4b270 100644 --- a/audio/cdplayer.app/files/patch-aa +++ b/audio/cdplayer.app/files/patch-Makefile diff --git a/audio/cdplayer.app/pkg-plist b/audio/cdplayer.app/pkg-plist deleted file mode 100644 index 1f378760464c..000000000000 --- a/audio/cdplayer.app/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -GNUstep/Apps/CDPlayer.app/CDPlayer -@dirrm GNUstep/Apps/CDPlayer.app -@dirrm GNUstep/Apps |