From 38efa4fc0bb2504d745b8fc0f3f3256cb9cecbb0 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 9 Apr 2012 22:34:36 +0000 Subject: MusicBrainz RDF webservice no longer functions --- audio/Makefile | 1 - audio/gstreamer-plugins-musicbrainz/Makefile | 21 --------------------- 2 files changed, 22 deletions(-) delete mode 100644 audio/gstreamer-plugins-musicbrainz/Makefile (limited to 'audio') 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 -# -# $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" -- cgit