diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-10 06:34:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-10 06:34:36 +0800 |
commit | 38efa4fc0bb2504d745b8fc0f3f3256cb9cecbb0 (patch) | |
tree | fcb643c20e5f9dadb0361fd35e43a0a7aa169f7e /audio | |
parent | 79075b66af7caeabe5b8c9f266612db869f4cc09 (diff) | |
download | freebsd-ports-gnome-38efa4fc0bb2504d745b8fc0f3f3256cb9cecbb0.tar.gz freebsd-ports-gnome-38efa4fc0bb2504d745b8fc0f3f3256cb9cecbb0.tar.zst freebsd-ports-gnome-38efa4fc0bb2504d745b8fc0f3f3256cb9cecbb0.zip |
MusicBrainz RDF webservice no longer functions
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gstreamer-plugins-musicbrainz/Makefile | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/audio/Makefile b/audio/Makefile index 69a3befecebd..cf7346971324 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -270,7 +270,6 @@ SUBDIR += gstreamer-plugins-moodbar SUBDIR += gstreamer-plugins-mp3 SUBDIR += gstreamer-plugins-musepack - SUBDIR += gstreamer-plugins-musicbrainz SUBDIR += gstreamer-plugins-nas SUBDIR += gstreamer-plugins-ogg SUBDIR += gstreamer-plugins-pulse diff --git a/audio/gstreamer-plugins-musicbrainz/Makefile b/audio/gstreamer-plugins-musicbrainz/Makefile deleted file mode 100644 index 8ba5ced9cd3c..000000000000 --- a/audio/gstreamer-plugins-musicbrainz/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-musicbrainz -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/gstreamer-plugins-musicbrainz/Makefile,v 1.5 2008/03/19 14:05:30 ahze Exp $ -# - -PORTREVISION= 0 -CATEGORIES= audio - -COMMENT= Gstreamer CD index/audio metadata plugin - -DEPRECATED= MusicBrainz RDF webservice no longer functions -EXPIRATION_DATE= 2012-04-07 - -GST_PLUGIN= musicbrainz - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" |