diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-21 05:47:51 +0800 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-21 05:47:51 +0800 |
commit | 86050d5ff5e921107cd4086ab0c281172a98ad42 (patch) | |
tree | bfa24a978ab3ffb144e2e478133b7a842bd41fe9 /multimedia | |
parent | f88770bb93c93c20ea1c8c6bb46d589d3d1386c4 (diff) | |
download | freebsd-ports-gnome-86050d5ff5e921107cd4086ab0c281172a98ad42.tar.gz freebsd-ports-gnome-86050d5ff5e921107cd4086ab0c281172a98ad42.tar.zst freebsd-ports-gnome-86050d5ff5e921107cd4086ab0c281172a98ad42.zip |
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.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 4 |
1 files 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|} \ |