From 957207c45e9abd9588668ae519e76eed5f3b20c1 Mon Sep 17 00:00:00 2001 From: mezz Date: Thu, 7 Feb 2008 17:27:22 +0000 Subject: Fix the fetch, they moved their distfiles to http://ftp.osuosl.org host. Reported by: Aryeh Friedman --- net-p2p/deluge/Makefile | 2 +- net-p2p/deluge05/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 124db4e51303..2f4433661379 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -8,7 +8,7 @@ PORTNAME= deluge PORTVERSION= 0.5.8.3 CATEGORIES= net-p2p python -MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/ +MASTER_SITES= http://ftp.osuosl.org/pub/deluge/source/${PORTVERSION}/ MAINTAINER= mezz@FreeBSD.org COMMENT= A Bittorrent client, using Python, GTK+2 and Rasterbar libtorrent diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile index 124db4e51303..2f4433661379 100644 --- a/net-p2p/deluge05/Makefile +++ b/net-p2p/deluge05/Makefile @@ -8,7 +8,7 @@ PORTNAME= deluge PORTVERSION= 0.5.8.3 CATEGORIES= net-p2p python -MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/ +MASTER_SITES= http://ftp.osuosl.org/pub/deluge/source/${PORTVERSION}/ MAINTAINER= mezz@FreeBSD.org COMMENT= A Bittorrent client, using Python, GTK+2 and Rasterbar libtorrent -- cgit