aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/deluge
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-07-28 06:02:11 +0800
committermezz <mezz@FreeBSD.org>2007-07-28 06:02:11 +0800
commitdef1a09a112d18320b34bc1df278852b331a8156 (patch)
tree5c945049f1ab871fbce591771da983beecba720a /net-p2p/deluge
parentdef01981a87900337b35de56e10aabe3ee979cdd (diff)
downloadfreebsd-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/Makefile4
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