From 86050d5ff5e921107cd4086ab0c281172a98ad42 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Sat, 20 May 2006 21:47:51 +0000 Subject: [PATCH] Change the mirror to fetch the tarball from fd.org first instead GNOME's ftp. GNOME's ftp has the mismatch checksum/size, which fd.org is fine. Be sure to do the 'make distclean' first before you try to fetch it. --- multimedia/gstreamer-plugins/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 2a72155e4972..7a2d17818e2c 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -10,8 +10,8 @@ PORTNAME= gstreamer PORTVERSION?= 0.10.7 ## SET BACK TO PORTREVISION?= when we reset PORTREVISION in all the gst plugin ports CATEGORIES?= multimedia audio -MASTER_SITES= ${MASTER_SITE_GNOME:S|$|sources/gst-plugins-base/0.10/:base|} \ - http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ +MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ + ${MASTER_SITE_GNOME:S|$|sources/gst-plugins-base/0.10/:base|} \ ${MASTER_SITE_LOCAL:S|$|ahze/:base|} \ ${MASTER_SITE_LOCAL:S|$|ahze/:good|} \ ${MASTER_SITE_LOCAL:S|$|ahze/:bad|} \