diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-02-07 17:27:22 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-02-07 17:27:22 +0000 |
commit | 8451cdf6c14a2ae5ceb818dd853781bf4ca5db3f (patch) | |
tree | 4b48b5296264d0fb94bee6a4732f66ee71b5fc8b /net-p2p | |
parent | - Update to 2.0 RC1 which works with Asterisk 1.4 (diff) |
Fix the fetch, they moved their distfiles to http://ftp.osuosl.org host.
Reported by: Aryeh Friedman <aryeh.friedman@gmail.com>
Notes
Notes:
svn path=/head/; revision=206857
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/Makefile | 2 | ||||
-rw-r--r-- | 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 |