mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
a8e2db6af3
2.0 release notes: https://deluge.readthedocs.io/en/latest/releases/2.0.html 2.0.3 changelog: https://deluge.readthedocs.io/en/latest/changelog.html This update includes migrating to python3/gtk3 stack and some extra stability fixes from upstream repository, not yet released. The port still need rc-scripts to be adjusted to run in headless mode out of the box, but user may just toggle "Auto-connect to selected daemon" and "Auto-start localhost daemon" or click "Start daemon" button in connection manager window to make things happen. This (rc-scripts update) would be done later when time permits. PR: 241202 Reported by: many
22 lines
457 B
Makefile
22 lines
457 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= deluge
|
|
PORTVERSION= 2.0.3
|
|
PORTEPOCH= 2
|
|
CATEGORIES= net-p2p python
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Bittorrent client using Python, GTK3, and libtorrent-rasterbar
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py-dbus@${PY_FLAVOR} \
|
|
${PYGAME} \
|
|
xdg-utils>=1.0.2:devel/xdg-utils \
|
|
deluge:net-p2p/deluge-cli
|
|
|
|
USES= gnome metaport python:3.5+
|
|
USE_GNOME= gtk30 librsvg2 pygobject3
|
|
|
|
.include <bsd.port.mk>
|