notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-p2p/deluge-cli/Makefile

Number of commits found: 35

Monday, 22 Jan 2024
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net-p2p/deluge-cli: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: 799f95ddee52d76a9c9d1a9ad89d7313bffd4bc1 commit hash: 799f95ddee52d76a9c9d1a9ad89d7313bffd4bc1 commit hash: 799f95ddee52d76a9c9d1a9ad89d7313bffd4bc1 commit hash: 799f95ddee52d76a9c9d1a9ad89d7313bffd4bc1 799f95dd
Monday, 27 Nov 2023
05:38 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: Change {RUN,TEST}_DEPENDS from security/py-service_identity to
security/py-service-identity

- Bump PORTREVISION for dependency change (except security/py-trustme)

PR:		275167
Reported by:	Joakim Bergman <jocke@gipset.se>
commit hash: 9f1e799a0b1209bbfe98e1da627ff4039ebe70fb commit hash: 9f1e799a0b1209bbfe98e1da627ff4039ebe70fb commit hash: 9f1e799a0b1209bbfe98e1da627ff4039ebe70fb commit hash: 9f1e799a0b1209bbfe98e1da627ff4039ebe70fb 9f1e799
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Monday, 26 Jun 2023
23:30 Robert Clausecker (fuz) search for other commits by this committer Author: Joakim Bergman
net-p2p/deluge-cli: update to 2.1.1

fixes:
- pidfile for deluge-web
- long options in command_args to make it easier to read
- remove deprecated -f (fork) option, it's now default and there is no
  way to explicitly negate the new option --do-not-daemonize
- use *_confdir variable in command_args instead of $required_dirs which
  just happened to have the same value (more explicit this way)
- remove setproctitle dependency to allow stop/restart of service
  (process cannot be found otherwise)
- replace slimit with rjsmin for javascript minification for web ui
- make PY_PILLOW dependency optional for cli and required for ui
  (default include)

Changelog: https://deluge.readthedocs.io/en/latest/changelog.html

Approved by:	rm (maintainer timeout, two weeks)
PR:		242033
commit hash: 95f93a2eea17325f25b60138a0b50b6c260cec38 commit hash: 95f93a2eea17325f25b60138a0b50b6c260cec38 commit hash: 95f93a2eea17325f25b60138a0b50b6c260cec38 commit hash: 95f93a2eea17325f25b60138a0b50b6c260cec38 95f93a2
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 13 Dec 2021
08:11 Ruslan Makhmatkhanov (rm) search for other commits by this committer
net-p2p/deluge: fix runtime with python3.8

Add upstream patch, that's fixing run with python3.8

Reported by:	Daniel O'Connor <doconnor@gsoft.com.au>
commit hash: 7f72e5b71a62e7ee4ae317067f8a4a5e889539e0 commit hash: 7f72e5b71a62e7ee4ae317067f8a4a5e889539e0 commit hash: 7f72e5b71a62e7ee4ae317067f8a4a5e889539e0 commit hash: 7f72e5b71a62e7ee4ae317067f8a4a5e889539e0 7f72e5b
Friday, 8 Oct 2021
11:43 Bernhard Froehlich (decke) search for other commits by this committer
net-p2p/deluge-cli: Add CPE information

Approved by:    portmgr (blanket)
commit hash: f8c5d3facf85ff6d07c884adf361c7eafcaaf465 commit hash: f8c5d3facf85ff6d07c884adf361c7eafcaaf465 commit hash: f8c5d3facf85ff6d07c884adf361c7eafcaaf465 commit hash: f8c5d3facf85ff6d07c884adf361c7eafcaaf465 f8c5d3f
Wednesday, 16 Jun 2021
08:17 Ruslan Makhmatkhanov (rm) search for other commits by this committer
net-p2p/deluge-cli: bump PORTREVISION

It was forgotten in previous commit.
commit hash: 513ae1e239a9c9c57d5e20817f964003f1dd739d commit hash: 513ae1e239a9c9c57d5e20817f964003f1dd739d commit hash: 513ae1e239a9c9c57d5e20817f964003f1dd739d commit hash: 513ae1e239a9c9c57d5e20817f964003f1dd739d 513ae1e
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 16 Nov 2020
08:25 rm search for other commits by this committer
net-p2p/deluge-cli: add upstream patch

Add patch for:
https://dev.deluge-torrent.org/ticket/3337

It fixes list of listen hosts:ports parsing.

Reported by:	Daniel O'Connor <darius@dons.net.au> (by email)
Original commitRevision:555454 
Friday, 24 Apr 2020
07:36 rm search for other commits by this committer
net-p2p/deluge-cli: bump PORTREVISION to attract package cluster attention
Original commitRevision:532739 
Thursday, 23 Apr 2020
06:18 rm search for other commits by this committer
net-p2p/deluge-cli: revert pillow dependency string

Bring back PY_PILLOW shortcut, that was accidentialy
reverted in last update.
Original commitRevision:532645 
Wednesday, 22 Apr 2020
15:04 rm search for other commits by this committer
net-p2p/deluge: update to 2.0.3

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
Original commitRevision:532483 
Tuesday, 24 Mar 2020
19:54 antoine search for other commits by this committer
Convert the tree to use PY_PILLOW

With hat:	portmgr
Originally submitted by:	kai
Original commitRevision:529063 
Sunday, 8 Mar 2020
16:24 yuri search for other commits by this committer
Remove net-p2p/py-libtorrent-rasterbar11 because net-p2p/py-libtorrent-rasterbar
is now fixed
Original commitRevision:528051 
Monday, 24 Feb 2020
11:36 kai search for other commits by this committer
graphics/py-pillow: Update to 7.0.0

* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
  backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
  dropped the support for Python 2.

* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
  consumers that can be built for Python 2 or newer.

* Exceptions are ports that can be built only for either Python 2 or
  Python 3.  For the first case, consumers are just assigned to the
  repo-copied graphics/py-pillow6.

* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
  listed in setup.py as a build dependency [1] and relax the version
  requirements of Pillow for www/py-wagtail.

Release Notes:

* https://pillow.readthedocs.io/en/latest/releasenotes/index.html

Backward Incompatible Changes (7.0.0):

*
https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes

Detailed Changelog:

* https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst

PR:		243665
Submitted by:	sunpoet (patch for 7.0.0 and repo-copied version)
Reviewed by:	koobs [1], sunpoet
Approved by:	koobs (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23713
Original commitRevision:526962 
Wednesday, 19 Feb 2020
17:59 antoine search for other commits by this committer
Clean up USES

With hat:	portmgr
Original commitRevision:526520 
Saturday, 1 Feb 2020
07:12 yuri search for other commits by this committer
Create forks of ports net-p2p/libtorrent-rasterbar and
net-p2p/py-libtorrent-rasterbar to unbreak net-p2p/deluge-cli

net-p2p/deluge-cli is broken with the latest version of libtorrent-rasterbar.

MFH:		2020Q1
Original commitRevision:524758 
Tuesday, 23 Apr 2019
09:18 rm search for other commits by this committer
net-p2p/deluge-cli: fix deluged rc-script

PR:		237389
Submitted by:	Delan Azabani <delan@azabani.com>
MFH:		2019Q2
Original commitRevision:499737 
Tuesday, 5 Mar 2019
21:13 rm search for other commits by this committer
net-p2p/deluge-cli: correct deluge_web rc-script

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>
Original commitRevision:494743 
Saturday, 6 Oct 2018
21:20 yuri search for other commits by this committer
Fix index (net-p2p/py-libtorrent-rasterbar users updated); Fix MOVED format
Original commitRevision:481402 
20:13 yuri search for other commits by this committer
net-p2p/libtorrent-rasterbar and net-p2p/libtorrent-rasterbar-python: Update
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>
Original commitRevision:481391 
Sunday, 2 Sep 2018
10:40 rm search for other commits by this committer
net-p2p/deluge-cli: add dependency upon pillow

This fixes icon resizing issue in web UI. Details:
https://dev.deluge-torrent.org/ticket/1361

PR:		230855
Submitted by:	pmlax@protonmail.com
Original commitRevision:478779 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Tuesday, 22 May 2018
13:15 mat search for other commits by this committer
Add PY_FLAVOR to Python module dependencies.

Sponsored by:	Absolight
Original commitRevision:470610 
Tuesday, 13 Mar 2018
20:44 rm search for other commits by this committer
net-p2p/deluge-cli: fix runtime

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
Original commitRevision:464430 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  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
Original commitRevision:455210 
Thursday, 12 Oct 2017
17:55 mat search for other commits by this committer
Regular USE_GITHUB cleanup.

Sponsored by:	Absolight
Original commitRevision:451921 
Thursday, 14 Sep 2017
21:31 cpm search for other commits by this committer
- Add explicit dependency on security/py-service_identity
- 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)
Original commitRevision:449856 
Sunday, 20 Aug 2017
12:30 sunpoet search for other commits by this committer
Update RUN_DEPENDS: use newer twisted

- Bump PORTREVISION for dependency change

PR:		221656
Submitted by:	sunpoet (myself)
Approved by:	rm (maintainer)
Original commitRevision:448418 
Saturday, 13 May 2017
05:48 rm search for other commits by this committer
net-p2p/deluge: update to 1.3.15

changelog:
http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1512May2017
Original commitRevision:440748 
Wednesday, 8 Mar 2017
06:12 rm search for other commits by this committer
net-p2p/deluge: update to 1.3.14

This is a routine bug-fix release.
Changelog:
http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.146March2017
Original commitRevision:435656 
Wednesday, 26 Oct 2016
16:52 rm search for other commits by this committer
net-p2p/deluge: split out CLI part

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
Original commitRevision:424719 

Number of commits found: 35