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: multimedia/tautulli/Makefile

Number of commits found: 30

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
Tuesday, 21 Mar 2023
07:34 Fernando Apesteguía (fernape) search for other commits by this committer Author: Michiel van Baak Jansen
multimedia/tautulli: Update to 2.12.2

ChangeLog: https://github.com/Tautulli/Tautulli/releases/tag/v2.12.2

PR:		270306
Reported by:	michiel@vanbaak.eu
Approved by:	christer.edwards@gmail.com (maintainer)
commit hash: f7eb609dcd1645d717aea6ea16a9f45c13a90831 commit hash: f7eb609dcd1645d717aea6ea16a9f45c13a90831 commit hash: f7eb609dcd1645d717aea6ea16a9f45c13a90831 commit hash: f7eb609dcd1645d717aea6ea16a9f45c13a90831 f7eb609
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
Saturday, 13 Aug 2022
17:05 Fernando Apesteguía (fernape) search for other commits by this committer Author: Christer Edwards
multimedia/tautulli: Update to 2.10.3

ChangeLog: https://github.com/Tautulli/Tautulli/releases/tag/v2.10.3

 * Added JSON support for MQTT notifications.
 * Added show year notification parameter.
 * Added guids to artist, album, and track metadata export fields.
 * Added languageTag to stream media info export fields.
 * Long channel identifier overflowing activity card.
 * Use the last played item's artwork for library statistics cards.
 * Username log filter causing database to lock up.
 * Username log filter only applies to usernames longer than 3 characters.
 * Added parent_year and grandparent_year to get_metadata_details API command.
 * Added last played metadata to top_libraries and top_users in get_home_stats
   API command.
 * Allow fallback to another PMS image in pms_image_proxy API command.

PR:	265754
Reported by:	christer.edwards@gmail.com (maintainer)
commit hash: be4595751b50b154611ba4dba1e1c4a5e7f3337a commit hash: be4595751b50b154611ba4dba1e1c4a5e7f3337a commit hash: be4595751b50b154611ba4dba1e1c4a5e7f3337a commit hash: be4595751b50b154611ba4dba1e1c4a5e7f3337a be45957
Thursday, 21 Jul 2022
15:20 Fernando Apesteguía (fernape) search for other commits by this committer Author: Christer Edwards
multimedia/tautulli: Update to 2.10.2

ChangeLog:https://github.com/Tautulli/Tautulli/releases/tag/v2.10.2

 * Incorrect audio stream info shown on the activity card when
   playing a secondary audio track.
 * Usernames not showing on the home statistics cards.
 * Do not save a user's friendly name if it is the same as the username.
 * Update library icons to the latest Plex style.

PR:	265315
Reported by:	christer.edwards@gmail.com (maintainer)
commit hash: b79dd930cf865085baac75c3b486131e7146e636 commit hash: b79dd930cf865085baac75c3b486131e7146e636 commit hash: b79dd930cf865085baac75c3b486131e7146e636 commit hash: b79dd930cf865085baac75c3b486131e7146e636 b79dd93
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
multimedia: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron LI <aly@aaronly.me>
  *  Alexander Botero-Lowry <alexbl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <andy@fud.org.nz>
  *  Andrew Thompson <thompsa@FreeBSD.org>
  *  Angel Carpintero <ack@telefonica.net>
  *  Anish Mistry (with help from mean)
  *  Anonymous <swell.k@gmail.com>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Ashish Shukla <wahjava@gmail.com>
  *  Ben Woods <woodsb02@FreeBSD.org>
  *  Brian Somers <brian@FreeBSD.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Byung-Hee HWANG <bh@izb.knu.ac.kr>
  *  Charlie Kester <corky1951@comcast.net>
  *  Chess Griffin <chess@chessgriffin.com>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Hein <chein@FreeBSD.org> & Jim Overholt <overholt@isdw.net>
  *  Daniel Morante <daniel@morante.net>
  *  Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
  *  Dierk Sacher <dierk@blaxxtarz.de>
  *  Dreamcat4 <dreamcat4@gmail.com>
  *  Earl Gay <earl@eeg3.net>
  *  Ed Schouten <ed@FreeBSD.org>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Felix Palmen <felix@palmen-it.de>
  *  Franz Bettag <franz@bett.ag>
  *  FreeBSD GNOME Team <gnome@freebsd.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Harold Gutch <logix@foobar.franken.de>
  *  Heiner <h.eichmann@gmx.de>
  *  Heiner Eichmann <h.eichmann@gmx.de>
  *  Hendrik Scholz <hendrik@scholz.net>
  *  Herbert J. Skuhra <h.skuhra@gmail.com>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Holger Lamm
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jason Harmening <jason.harmening@gmail.com>
  *  Jille Timmermans (jille@quis.cx)
  *  Juergen Lock <nox@FreeBSD.org>
  *  Juergen Lock <nox@jelal.kn-bremen.de>
  *  KalleDK <plexmaintainer@k-moeller.dk>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Koop Mast <kwm@rainbow-runner.nl>
  *  Kozlov Sergey <kozlov.sergey.404@gmail.com>
  *  Kris Moore
  *  Kuan-Chung Chiu <buganini@gmail.com>
  *  Lars Eggert <lars.eggert@gmx.net>
  *  Leinier Cruz Salfran <salfrancl@yahoo.es>
  *  MANTANI Nobutaka <nobutaka@nobutaka.com>
  *  Manuel Creach <manuel.creach@icloud.com>
  *  Marc van Woerkom <3d@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Neubauer <m.ne@gmx.net>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Nottebrock <michaelnottebrock@gmx.net>
  *  Michael Nottebrock <michaelnottebrock@gmx.net> et al
  *  Mina Naguib <webmaster@topfx.com>
  *  Mykola Dzham <i@levsha.me>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Pascal Vizeli <pvizeli@yahoo.de>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Petar Zhivkov Petrov <pesho.petrov@gmail.com>
  *  Phil Oleson
  *  Phil Oleson <oz@nixil.net>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Raaf <freebsd@luna.afraid.org>
  *  Randall Hopper <aa8vb@nc.rr.com>
  *  Rodrigo OSORIO <rodrigo@FreeBSD.org>
  *  Rozhuk Ivan 2018 <rozhuk.im@gmail.com>
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Rozhuk Ivan rozhuk.im@gmail.com
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Stacey Son <mythdev@son.org>, Ari Maniatis <ari@ish.com.au>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas E. Zander
  *  Thomas E. Zander with help from Vladimir Kushnir
  *  Vladimir Kondratiev <wulf@mail.mipt.ru>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Grzybowski <william88@gmail.com>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Zastupov Stepan [RedChrom] <redchrom@mail.ru>
  *  adamw
  *  alex
  *  arved
  *  erich@FreeBSD.org
  *  freebsd-ports@evilcode.net
  *  giffunip@asme.org
  *  ijliao
  *  kamikaze@bsdforen.de
  *  michael johnson <ahze@ahze.net>
  *  mikael.urankar@gmail.com
  *  mm
  *  nox@FreeBSD.org
  *  osa
  *  pb@FreeBSD.org
  *  piero
  *  se@FreeBSD.org
  *  sumikawa

With hat:	portmgr
commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 63f36d3
Saturday, 23 Apr 2022
19:30 Neel Chauhan (nc) search for other commits by this committer Author: Christer Edwards
multimedia/tautulli: Update 2.9.7

PR:	263482
commit hash: 156e67688e3e1d53c3814799727d5bf10ef6a8df commit hash: 156e67688e3e1d53c3814799727d5bf10ef6a8df commit hash: 156e67688e3e1d53c3814799727d5bf10ef6a8df commit hash: 156e67688e3e1d53c3814799727d5bf10ef6a8df 156e676
Thursday, 6 Jan 2022
09:01 Guangyuan Yang (ygy) search for other commits by this committer Author: Christer Edwards
multimedia/tautulli: Update to 2.8.1

Changelog:	https://github.com/Tautulli/Tautulli/releases/tag/v2.8.1

PR:		260948
commit hash: 72862a374040e509d200299cf7d19ba5293c9bc3 commit hash: 72862a374040e509d200299cf7d19ba5293c9bc3 commit hash: 72862a374040e509d200299cf7d19ba5293c9bc3 commit hash: 72862a374040e509d200299cf7d19ba5293c9bc3 72862a3
Saturday, 18 Dec 2021
05:53 Hiroki Tagato (tagattie) search for other commits by this committer Author: Christer Edwards
multimedia/tautulli: update to 2.8.0

Changelog: https://github.com/Tautulli/Tautulli/releases/tag/v2.8.0

PR:		260465
Reported by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
commit hash: 29b441349f99bb42d70670b44f769e79113e8a18 commit hash: 29b441349f99bb42d70670b44f769e79113e8a18 commit hash: 29b441349f99bb42d70670b44f769e79113e8a18 commit hash: 29b441349f99bb42d70670b44f769e79113e8a18 29b4413
Thursday, 9 Dec 2021
18:16 Dries Michiels (driesm) search for other commits by this committer Author: Michiel van Baak
multimedia/tautulli: Update to 2.7.7

While here switch to DISTVERSION, pet portclippy and portfmt.

Changes:		https://github.com/Tautulli/Tautulli/releases/tag/v2.7.7
PR:			259479
Approved by:		portmgr (maintainer timeout), philip (mentor)
Differential Revision:	https://reviews.freebsd.org/D33336
commit hash: 849bacb55c2c38a41c485181bdb270dd46df60d2 commit hash: 849bacb55c2c38a41c485181bdb270dd46df60d2 commit hash: 849bacb55c2c38a41c485181bdb270dd46df60d2 commit hash: 849bacb55c2c38a41c485181bdb270dd46df60d2 849bacb
Monday, 13 Sep 2021
03:31 Guangyuan Yang (ygy) search for other commits by this committer Author: Michiel van Baak
multimedia/tautulli: Update to 2.7.5

Changelog:	https://github.com/Tautulli/Tautulli/releases/tag/v2.7.5

PR:		257636
Approved by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
commit hash: ea48959a8e2dd03db6bdb10d3b7ec3bf1dc89285 commit hash: ea48959a8e2dd03db6bdb10d3b7ec3bf1dc89285 commit hash: ea48959a8e2dd03db6bdb10d3b7ec3bf1dc89285 commit hash: ea48959a8e2dd03db6bdb10d3b7ec3bf1dc89285 ea48959
Sunday, 29 Aug 2021
19:31 Bernhard Froehlich (decke) search for other commits by this committer
multimedia/tautulli: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 49698d74e0fec612c429df029266b691b56ed969 commit hash: 49698d74e0fec612c429df029266b691b56ed969 commit hash: 49698d74e0fec612c429df029266b691b56ed969 commit hash: 49698d74e0fec612c429df029266b691b56ed969 49698d7
Thursday, 10 Jun 2021
02:12 Guangyuan Yang (ygy) search for other commits by this committer Author: Michiel van Baak
multimedia/tautulli: Update to 2.7.3

PR:		256480
Approved by:	maintainer, lwhsu (mentor, implicit)
commit hash: 04548d47a5b44e8c89f530d8f2b2b2f1e97a34df commit hash: 04548d47a5b44e8c89f530d8f2b2b2f1e97a34df commit hash: 04548d47a5b44e8c89f530d8f2b2b2f1e97a34df commit hash: 04548d47a5b44e8c89f530d8f2b2b2f1e97a34df 04548d4
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, 25 Jan 2021
16:31 amdmi3 search for other commits by this committer
- Fix LICENSE
- Simplify installation and silence unrelevant commands
- Install CHANGELOG into WWWDIR unconditionally, for it's referenced from the
application

PR:		252920
Submitted by:	amdmi3
Approved by:	christer.edwards@gmail.com (maintainer)
Original commitRevision:562578 
Sunday, 13 Sep 2020
07:54 lwhsu search for other commits by this committer
multimedia/tautulli: Update to 2.5.5

- Updated to use python3
- There is now a build step that runs 'python -m compileall' on all python code
- Tautulli supports libraries with the new and improved plex movie scanner

PR:		249161
Submitted by:	Michiel van Baak <michiel@vanbaak.eu>
Approved by:	Christer Edwards <christer.edwards@gmail.com>
Original commitRevision:548464 
Sunday, 28 Jun 2020
13:47 lwhsu search for other commits by this committer
Update to 2.2.4

PR:		243889
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
Original commitRevision:540712 
Sunday, 8 Mar 2020
17:01 antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
Original commitRevision:528058 
Wednesday, 8 Jan 2020
10:50 joneum search for other commits by this committer
Update to 2.1.41

PR:		243020
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:522371 
Tuesday, 5 Nov 2019
16:06 decke search for other commits by this committer
multimedia/tautulli: Update to 2.1.37

PR:		241514
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
Original commitRevision:516805 
Monday, 2 Sep 2019
23:08 swills search for other commits by this committer
multimedia/tautulli: Update to 2.1.33

PR:		239500
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
Original commitRevision:510891 
Saturday, 6 Jul 2019
18:18 swills search for other commits by this committer
multimedia/tautulli: update to 2.1.32

PR:		238957
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
Original commitRevision:506021 
Thursday, 23 May 2019
22:57 swills search for other commits by this committer
multimedia/tautulli: update to 2.1.29

PR:		237967
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
Original commitRevision:502400 
Monday, 18 Mar 2019
11:56 swills search for other commits by this committer
multimedia/tautulli: Update to 2.1.28

PR:		236552
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
Original commitRevision:496138 
Tuesday, 18 Dec 2018
11:35 joneum search for other commits by this committer
Update to 2.1.26

Give Maintainership to Submitter

Changelog:
 - Monitoring: Fix: Resume event not being triggered after buffering.
 - Notifications: New: Added user email as a notification parameter.
 - Graphs: Fix: History model showing no results for stream info graph.
 - API: Fix: API returning error when missing a cmd.

PR:		233984
Reported by:	Christer Edwards <christer.edwards@gmail.com>
Sponsored by:	Netzkommune GmbH
Original commitRevision:487750 
Thursday, 18 Oct 2018
23:15 swills search for other commits by this committer
multimedia/tautulli: fix PORTDOCS and install

Reported by:	tobik
Pointyhat to:	swills
Original commitRevision:482390 
19:55 swills search for other commits by this committer
multimedia/tautulli: Update to 2.1.22

PR:		232364
Submitted by:	Nathan <ndowens@yahoo.com>
Original commitRevision:482373 
Tuesday, 2 Oct 2018
19:21 feld search for other commits by this committer
Reset maintainer for misc ports I do not interact with anymore
Original commitRevision:481130 
Saturday, 7 Apr 2018
14:14 feld search for other commits by this committer
multimedia/tautulli: Update to 2.0.28

- Now runs as dedicated tautulli user

Changelog:	https://github.com/Tautulli/Tautulli/releases/tag/v2.0.28
Original commitRevision:466727 
Saturday, 17 Mar 2018
15:11 feld search for other commits by this committer
multimedia/plexpy: Move to new project name, Tautulli

Due to Copyright infringement, the upstream project was renamed.

The software has also been updated from version 1.x to 2.x. Notable
changes and improvements:

- Automated pkg-plist
- No hardcoded user in the package. You can now more easily run the
software as another user
- Files have been moved to WWWDIR instead of PREFIX/plexpy
- Software no longer needs write access to the web root: all data is now
in /var/db/tautulli  (backups, cache, logs, database)

Upgrade instructions:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:464823 

Number of commits found: 30