| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: 237389
Submitted by: Delan Azabani <delan@azabani.com>
MFH: 2019Q2
|
|
|
|
|
|
|
|
|
|
|
| |
From the PR:
The rc.d script for deluge_web outright disrespects a user's home directory and
instead tries to execute against hardcoded /home/${deluge_web_user} paths. This
is invalid and dangerous behavior. When running as a user, the user's home
directory must be respected. The attached patch fixes this behavior as a break-fix.
PR: 234902
Submitted by: Phillip R. Jaenke <prj@rootwyrm.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1.1.9 -> 1.1.10
Port changes for net-p2p/libtorrent-rasterbar:
* Change to cmake
* Add LICENSE_FILE
* Add USES=compiler:c++14-lang
* Remove the TEST option, add the cmake-based do-test target, but it is broken upstream
Port changes for net-p2p/libtorrent-rasterbar-python:
* Complete redesign, made it an individual port instead of a slave
Bump 5 dependencies.
Reported by: TJ <tj@mrsk.me>
|
|
|
|
|
|
|
|
| |
This fixes icon resizing issue in web UI. Details:
https://dev.deluge-torrent.org/ticket/1361
PR: 230855
Submitted by: pmlax@protonmail.com
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
Add upstream patch to fix bug with opening preferences window.
This patch closing https://dev.deluge-torrent.org/ticket/3039
PR: 226443
Submitted by: Rainbow <rainbow@sanitylinux.org>
MFH: 2018Q1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch to USE_GITHUB and the GH_* foo
- Update WWW in pkg-descr
- Bump PORTREVISION
While I'm here, pet portlint, CATEGORIES appears out-of-order and USE_* comes
before USES.
PR: 221940
Submitted by: xmj
Approved by: rm (maintainer timeout, 2 weeks)
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
PR: 221656
Submitted by: sunpoet (myself)
Approved by: rm (maintainer)
|
|
|
|
|
| |
changelog:
http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1512May2017
|
|
|
|
|
|
| |
This is a routine bug-fix release.
Changelog:
http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.146March2017
|
|
|
|
|
|
|
|
| |
Drop local patch, that breaks runtime with libtorrent-rasterbar-python >= 1.1.2.
In libtorrent 1.1.2 high_performance_seed() method returns dict, not object, so
this breaks things. If I understand correctly, in newer version this dict
supposed to be applied with apply_settings() method, that is missing in python
binding. Not bumping PORTREVISION, because of subsequent update is comming.
|
|
By popular demand split out deluge onto CLI part and GUI part to let users with
headless servers or users who do not want to install all the GTK2 stuff install
just deluge with minimal required dependencies.
deluge-cli port was introduced, that let user to run in CLI mode and to control
the queue via web-interface.
This change requires all the users of net-p2p/deluge to deinstall it first and
then install the required part:
- net-p2p/deluge-cli if GTK2 GUI is not required
- net-p2p/deluge to get the graphical client (net-p2p/deluge-cli will be
installed as a dependency)
Requested by: many
|