diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | Mk/bsd.gstreamer.mk | 2 | ||||
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gstreamer-plugins-musicbrainz/Makefile | 21 |
4 files changed, 1 insertions, 24 deletions
@@ -3269,3 +3269,4 @@ audio/ruby-musicbrainz||2012-04-09|Has expired: MusicBrainz RDF webservice no lo converters/ruby-lv||2012-04-09|Has expired: upstream no longer has this devel/p5-Getopt-Popt||2012-04-09|Has expired: "Gone from CPAN" net/p5-Net-Rendezvous||2012-04-09|Has expired: Superceeded by dns/p5-Net-Bonjour +audio/gstreamer-plugins-musicbrainz||2012-04-09|Has expired: MusicBrainz RDF webservice no longer functions diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index 6df3f9a25b84..62bd745a2b77 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -130,8 +130,6 @@ mp3_DEPENDS= audio/gstreamer-plugins-mp3 musepack_DEPENDS= audio/gstreamer-plugins-musepack -musicbrainz_DEPENDS= audio/gstreamer-plugins-musicbrainz - nas_DEPENDS= audio/gstreamer-plugins-nas neon_DEPENDS= www/gstreamer-plugins-neon 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" |