diff options
author | mezz <mezz@FreeBSD.org> | 2007-07-28 06:02:11 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-07-28 06:02:11 +0800 |
commit | def1a09a112d18320b34bc1df278852b331a8156 (patch) | |
tree | 5c945049f1ab871fbce591771da983beecba720a /net-p2p/deluge | |
parent | def01981a87900337b35de56e10aabe3ee979cdd (diff) | |
download | freebsd-ports-gnome-def1a09a112d18320b34bc1df278852b331a8156.tar.gz freebsd-ports-gnome-def1a09a112d18320b34bc1df278852b331a8156.tar.zst freebsd-ports-gnome-def1a09a112d18320b34bc1df278852b331a8156.zip |
Fix the fetch. I am not update it to 0.5.3 yet, because it's broke on
FreeBSD for some reason. Gotta to figure it out sometime.
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 19a807075253..df97187c0bc0 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -8,7 +8,7 @@ PORTNAME= deluge PORTVERSION= 0.5.2 CATEGORIES= net-p2p python -MASTER_SITES= http://download.deluge-torrent.org/stable/ +MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/ MAINTAINER= mezz@FreeBSD.org COMMENT= A Bittorrent client, using Python, GTK+2 and Rasterbar libtorrent @@ -17,8 +17,6 @@ LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus -BROKEN= Unfetchable - USE_GNOME= pygtk2 desktopfileutils USE_GETTEXT= yes USE_OPENSSL= yes |