diff options
-rw-r--r-- | net-p2p/deluge/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/deluge05/Makefile | 4 |
2 files changed, 2 insertions, 6 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 diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile index 19a807075253..df97187c0bc0 100644 --- a/net-p2p/deluge05/Makefile +++ b/net-p2p/deluge05/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 |