diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-21 05:47:51 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-21 05:47:51 +0800 |
commit | 675c61634d4a44ca881a982b31202f7ff5bf8ea9 (patch) | |
tree | 2fd0a786a12bd541e3525939d94b3e9f00441b7b /multimedia | |
parent | 79bc155a722de7079ed6c77bf04f1be020d96d86 (diff) | |
download | freebsd-ports-gnome-675c61634d4a44ca881a982b31202f7ff5bf8ea9.tar.gz freebsd-ports-gnome-675c61634d4a44ca881a982b31202f7ff5bf8ea9.tar.zst freebsd-ports-gnome-675c61634d4a44ca881a982b31202f7ff5bf8ea9.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|} \ |