diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-07-27 22:02:11 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-07-27 22:02:11 +0000 |
commit | 01ce21d153a5685aabd34ea2eb6d5250fa7d3e4f (patch) | |
tree | ea87c5e926f6fc0334aa90690613c29ce723b7c4 /net-p2p | |
parent | 371a67994b40195e7075a181c406bef26851b9fe (diff) | |
download | ports-01ce21d153a5685aabd34ea2eb6d5250fa7d3e4f.tar.gz ports-01ce21d153a5685aabd34ea2eb6d5250fa7d3e4f.zip |
Notes
Diffstat (limited to 'net-p2p')
-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 |