Commit graph

5156 commits

Author SHA1 Message Date
Ralf van der Enden
118d96b554 net-p2p/jackett: update to 0.21.993
Changelog: https://github.com/Jackett/Jackett/releases

PR:		274368
2023-10-11 02:02:18 -04:00
Carlo Strub
f46649df38 net-p2p/nomadnet: Update to 0.3.9 2023-10-09 20:24:44 +02:00
Carlo Strub
670ab96599 net-p2p/lxmf: Update to 0.3.4 2023-10-09 20:24:15 +02:00
Carlo Strub
73961914b6 net-p2p/reticulum: Update to 0.6.2 2023-10-09 20:21:36 +02:00
Anton Saietskii
6c856cc4a9 net-p2p/tremotesf: enable "test" make target and cleanup
www/cpp-httplib cannot be used for tests as CMake explicitly checks for
version not higher than 0.12, so pull in latest supported from GitHub
instead.

While here:
* Switch to full commit hash for libtremotesf to reduce potential risk
  of collisions
* Switch "Concurrent" Qt dependency from "build+lib" to "build" type as
  bin/tremotesf doesn't link against it; bump PORTREVISION as package
  dependencies changed
* Process Makefile with portfmt once more

PR:		274328
2023-10-09 03:40:30 -04:00
Jason E. Hale
a183016bcd security/cryptopp: Update to 8.9.0
Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release890.html
2023-10-05 08:13:51 -04:00
Po-Chuan Hsieh
724f68fe43
net-p2p/py-vertex: Update version requirement of RUN_DEPENDS 2023-10-05 10:00:24 +08:00
Anton Saietskii
b32bba6b23 net-p2p/tremotesf: add new port
Tremotesf is yet another, but modern (first-released in 2016) cross-platfom GUI
for Transmission daemon written in C++ and Qt.

Features include, but not necessarily limited to:
* View torrent list
* Sort torrents
* Filter torrents by name, status and trackers
* Start/stop/verify/remove torrents with multi-selection
* Add torrents from torrent files and magnet links
* Select which files to download when adding torrent
* Manage torrent files
* Add and remove torrent trackers
* View torrent peers
* Set torrent limits
* Change remote server settings
* View server statistics
* Multiple servers
* Supports HTTPS connection
* Can connect to servers with self-signed certificates (you need to add
  certificate to server settings)
* Client certificate authentication

WWW: https://github.com/equeim/tremotesf2/

PR:		274236
2023-10-04 16:01:38 -04:00
Anton Saietskii
2cf92bc0a6 net-p2p/transmission-components: fix typo in "WEB" option description
PR:		274212
Approved by:	mondo.debater_0q@icloud.com (maintainer)
MFH:		2023Q4
2023-10-04 15:59:57 -04:00
Vasil Dimov
6206813152
net-p2p/c-lightning: Upgrade from 23.08 to 23.08.1 2023-10-03 13:11:38 +02:00
Robert Clausecker
595bb4a537 net-p2p/transmission{,-components}: bump PORTREVISION
This prevents the PKGVERSION from going backwards after the extensive
reshuffling of the ports.

Reported by:	Anton Saietskii <vsasjason@gmail.com>
PR:		274065
2023-10-01 12:35:59 -04:00
Michiel van Baak Jansen
0dd4888766 net-p2p/*rr: switch to USES=iconv
PR:	274169
2023-10-01 13:25:30 +02:00
Rafe
ac3e39992e net-p2p/transmission: Reorganize as a metaport
Port reorganized as a metaport. Each component can be installed
separately or selected as an option via the metaport.  Components
were moved to net-p2p/transmission-components.
See MOVED for additional information.

Also fixes log-level typo in rc file and description errors

PR:		273841, 274054 274065
Reported by:	Anton Saietskii <vsasjason@gmail.com>
Reported by:	Matt <lazeraman@gmail.com>
Reported by:	Benjamin Takacs <nimaje+fbz@bureaucracy.de>
Differential Revision: https://reviews.freebsd.org/D41975
2023-09-30 16:00:01 -04:00
Michiel van Baak Jansen
217b88961f net-p2p/sonarr-devel: Update version 4.0.0.682=>4.0.0.686
- Utilize USES=iconv

PR:		274173
2023-09-30 17:10:21 +02:00
Michiel van Baak Jansen
379a07b9b8 net-p2p/sonarr-devel: add new port
Main updates to sonarr:
* Switched from mono to .NET
* Release profiles have been deleted in favour of Custom Formats
* Authentication is now mandatory to prevent open instances on the internet that leak access to indexers
* dark theme included by default

Changes:	https://wiki.servarr.com/sonarr/faq-v4
PR:		273898
2023-09-29 17:31:36 +02:00
Po-Chuan Hsieh
3754fc5f19
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk

PR:		273727
Approved by:	tcberner (portmgr)
Exp-run by:	antoine
2023-09-29 22:19:56 +08:00
Ralf van der Enden
042ce64e43
net-p2p/jackett: update to 0.21.919
PR:		274130
2023-09-28 16:07:07 +08:00
Dima Panov
21d8008e86
devel/boost*: bump all consumers after 1.83.0 2023-09-27 17:36:30 +03:00
Michiel van Baak Jansen
4a41a3defb net-p2p/readarr: Update to 0.3.6.2232
ChangeLog: https://github.com/Readarr/Readarr/releases/tag/v0.3.6.2232

 * Add health check for dl clients removing completed downloads + enable for sab
   and qbit
 * Fixed: Don't try to create metadata images if source files doesn't exist
 * New: Don't treat 400 responses from Notifiarr as errors
 * Log request failures in Notifiarr
 * Check for empty description as well in ParseQuality
 * Fix use of empty Author SortName in filename
 * Multiple Translations updated by Weblate
 * Fixed: Release Push api broken when no indexer id is specified
 * Fixed: Show correct error on unauthorized caps call
 * Fixed: Skip parsing releases without title

PR:		274076
Reported by:	michiel@vanbaak.eu (maintainer)
2023-09-26 16:37:31 +02:00
Daniel Engberg
3c066fcda4 net-p2p/transmission: Fix log level option again
Previously attempt only applied submitted patch partially,
option is also named --log-level not --loglevel

PR:		274054
Reported by:	Matt <lazeraman@gmail.com>
2023-09-26 01:37:06 +02:00
Matt
c4dfbd3671 net-p2p/transmission: Fix log level option
Syntax for option is "--log-level n" and not "--log-level=n"

PR:		274054
Reviewed by:	Rafe <mondo.debater_0q@icloud.com> (maintainer)
2023-09-24 23:16:11 +02:00
Rafe
1ee58e3d9f net-p2p/transmission: Fix pkg-plist.default
This fixes a plist issue when the port is built in
default flavour with DOCS disabled.

PR:		274025
Reported by:	t.weustink@outlook.com
2023-09-24 14:57:14 -04:00
Keith Chiem
5cf4242d5f .NET ports: improve IPv6 detection in rc script
An IPv6 address on the localhost does not mean a jail has IPv6.
Also remove two credit lines as he is now credited in the git log.

PR:		273542
Reported by:	michiel@vanbaak.eu
Approved by:	michiel@vanbaak.eu (maintainer)
2023-09-24 19:24:33 +02:00
Carlo Strub
70bc615393 net-p2p/nomadnet: Fix license for GPLv3 2023-09-22 21:00:12 +02:00
Carlo Strub
f22c5cfb85 net-p2p/nomadnet: Update to 0.3.8 2023-09-22 20:57:01 +02:00
Rafe
f40cba02c2 net-p2p/transmission: Refine flavors, port fixes
*Fixes flavor conflicts in Bug 273841
 *Patches to build with libfmt>=10.0. Bug 273887
 *Adds log-location and log-level options. Bug 269392
 *Fixes build errors arising from pkg-plist issues. Bug 273836

 See UPDATING for additional information on the usage of flavors.

PR:		273841, 273887, 269392, 273836
Reported by:	Benjamin Takacs <nimaje+fbz@bureaucracy.de>
Reported by:	diizzy, dereckson@gmail.com
Reported by:	Igor Pavlov <igor.arabesc.pavlov@gmail.com>
2023-09-22 00:56:47 -04:00
Carlo Strub
700a5b74cd net-p2p/reticulum: Update to 0.6.0 2023-09-21 22:53:32 +02:00
Carlo Strub
da3a630d7d net-p2p/nomadnet: Update to 0.3.7 2023-09-20 21:10:40 +02:00
Carlo Strub
9f42fa0a0f net-p2p/lxmf: Update to 0.3.3 2023-09-20 21:08:09 +02:00
Carlo Strub
a162c9e64e net-p2p/reticulum: Update to 0.5.9 2023-09-20 21:03:43 +02:00
Michiel van Baak Jansen
3927636f02 net-p2p/readarr: Update to v0.3.5.2217
ChangeLog: https://github.com/Readarr/Readarr/releases/tag/v0.3.5.2217

 * Fixed: Ignore inaccessible mount points
 * Add housekeeping task to unmonitor multiple monitored editions
 * Multiple Translations updated by Weblate
 * Bump version to 0.3.5
 * Multiple Translations updated by Weblate
 * Fixed: macOS version detection

PR:		273896
Reported by:	michiel@vanbaak.eu (maintainer)
2023-09-19 09:00:03 +02:00
Michiel van Baak Jansen
691005f32a net-p2p/prowlarr: Update to 1.8.6.3946
ChangeLog: https://github.com/Prowlarr/Prowlarr/releases/tag/v1.8.6.3946

PR:		273897
Reported by:	michiel@vanbaak.eu (maintainer)
2023-09-19 08:59:20 +02:00
Ralf van der Enden
64fd5cac1e net-p2p/jackett: update to 0.21.826
ChangeLog: https://github.com/Jackett/Jackett/releases

 * gay-torrents: add config option to strip release date from query.
 * mazepa: add new cat
 * megamixtracker: lint
 * megamixtracker: new MR and MST

PR:		273921
Reported by:	tremere@cainites.net (maintainer)
2023-09-19 08:56:59 +02:00
Michiel van Baak Jansen
3633f954ad net-p2p/autoscan: Update to 1.4.0
Changelog: https://github.com/Cloudbox/autoscan/releases/tag/v1.4.0

PR:		273857
2023-09-17 11:26:47 -04:00
Michiel van Baak Jansen
8328eafe19 net-p2p/bazarr: Update to 1.3.0
* Switched ORM from peewee to SQLAlchemy
 * big updates to the embedded subtitles and opensubtitles providers

Changelog: https://github.com/morpheus65535/bazarr/releases/tag/v1.3.0

PR:		273852
2023-09-17 11:26:47 -04:00
Carlo Strub
3cf8c91fa8 net-p2p/reticulum: Update to 0.5.8 2023-09-16 18:26:07 +02:00
Tobias C. Berner
e2097f455b KDE: Update KDE Gear to 23.08.1
Thursday, 14 September 2023. Over 120 individual programs plus dozens of
programmer libraries and feature plugins are released simultaneously as
part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

* gwenview: Fix navigation with side mouse buttons
* kio-extras: Thumbnail: Fix heap-use-after-free in AudioCreator::create
* akonadi-calendar: Use correct identity when sending iTIP counter-proposal

Changelog: https://kde.org/announcements/changelogs/gear/23.08.1/
2023-09-14 12:42:47 +02:00
Jan Beich
f47c6d2447 net-p2p/py-transmission-rpc: update to 4.3.1
Changes:	https://github.com/Trim21/transmission-rpc/releases/tag/v4.3.1
Reported by:	GitHub (watch releases)
2023-09-14 08:55:26 +02:00
Ralf van der Enden
7a624676d4 net-p2p/jackett: update to 0.21.768
Changelog: https://github.com/Jackett/Jackett/releases

PR:		273707
2023-09-12 10:54:16 -04:00
Alexandre C. Guimarães
53feed73dd
Returning all my ports to the pool.
- Unfortunately I have no time to maintain them anymore.
2023-09-10 20:13:40 -03:00
Rafe
8da970ab75 net-p2p/transmission: Update 3.00 -> 4.0.4 & modernize port
This turns previous slave-ports net-p2p/transmission-{cli,daemon,gtk,qt,utils}
and www/transmission-web into flavours of net-p2p/transmission.

What's new in 4.0.4 (vis-a-vis 3.00)
* Resource Efficiency: code profiled and improved
* Code Modernization: standardization on C++ tools
* Support for BitTorrent v2 torrents & hybrid torrents
* New web client
* Lots of bug fixes

Changelog: https://github.com/transmission/transmission/releases/tag/4.0.4

PR:		269504
Reported by:	dutchman01@quicknet.nl
Approved by:	rigoletto, tcberner (maintainer timeout)
Reviewed By:	fcharlier_ploup.net
Differential Revision: https://reviews.freebsd.org/D40910
2023-09-10 12:12:57 -04:00
Rafe
e5731e2bf4 net-p2p/libutp: update to g20230213
In preparation of the following net-p2p/transmission update.
The library must be updated in lockstep.

PR:		269504
Reported by:	dutchman01@quicknet.nl
Approved by:	rigoletto, tcberner (maintainer timeout)
Reviewed By:	fcharlier_ploup.net
Differential Revision: https://reviews.freebsd.org/D40910
2023-09-10 12:12:57 -04:00
Dmitri Goutnik
8e4bc57934 all: Bump PORTREVISION after lang/go* update 2023-09-08 09:34:56 -05:00
Mikael Urankar
aba8da2be1 lang/rust: Bump revisions after 1.72.0
PR:		273331
2023-09-08 11:06:24 +02:00
Po-Chuan Hsieh
93c225c50a
net-p2p/bazarr: Clean up USES=python
- While I'm here, add NO_ARCH

Approved by:	portmgr (blanket)
With hat:	python
2023-09-07 04:50:42 +08:00
Ralf van der Enden
3db77c06df net-p2p/jackett: update to 0.21.741
PR:		273567
2023-09-06 13:46:49 +09:00
Ralf van der Enden
8674439561 net-p2p/qbittorrent: Remove USE_QT=svg from the nox flavor 2023-09-04 10:18:31 -07:00
Yuri Victorovich
5aa1d3cdf9 net-p2p/qbittorrent: Small improvents
* correct COMMENT
* enable DBUS option via patch
* clearly disable WEBUI in GUI mode
* remove unnecessary SUFFIX line

Reported by:	Nuno Teixeira <eduardo@freebsd.org> (comment, suffix)
2023-09-03 10:00:18 -07:00
Michiel van Baak Jansen
cb211ec567 net-p2p/lidarr: Update to 1.3.5.3530
ChangeLog: https://github.com/Lidarr/Lidarr/releases/tag/v1.3.5.3530

 * Fix tests for ImportListSyncService
 * Use All() for import lists in ImportListSyncService
 * New: Less logging when no import lists are enabled
 * Automated API Docs update
 * Add info box to Remote Path Mappings Settings
 * Fixed: Allow decimals for Custom Format size
 * New: Success check mark on blue buttons is now white instead of green
 * Fixed: Ignore IOException deleting download folder after import
 * New: Status message when downloading metadata in qBittorrent
 * Fix flaky automation tests

PR:		273448
Reported by:	michiel@vanbaak.eu (maintainer)
2023-09-02 17:35:10 +02:00
Michiel van Baak Jansen
15db2c9ba3 net-p2p/radarr: Update to 4.7.5.7809
ChangeLog: https://github.com/Radarr/Radarr/releases/tag/v4.7.5.7809

 * New: Add options to show ratings in movie poster info
 * Add one minute back-off level for all providers
 * Update FluentAssertions
 * Automated API Docs update
 * New: Show Custom Format Score for movies in Files tab
 * New: Async HttpClient
 * New: Use HTTP/2 in HttpClient
 * Align DownloadService with upstream
 * Multiple Translations updated by Weblate
 * bump Npgsql to 7.0.4
 * Adds Pipeline testing for Postgres15 Databases
 * New: Add additional logging when renaming extra files
 * New: Show successful grabs in Interactive Search with green icon
 * Fixed: Ensure failing providers are marked as failed when testing all
 * Fix FileList test
 * Fixed: (FileList) Switch to Basic Auth
 * Multiple Translations updated by Weblate
 * Fixed: Allow Original Language in Custom Format
 * Fixed border for actions in health status
 * Fixed: Detect Docker when using control group v2
 * Fixed: Allow Unknown Language in Custom Format
 * New: Performance tweaks to MovieLookup endpoint
 * Fixed: Error trying to notify user when process not UserInteractive
 * Cleanup MovieService
 * Fixed: Add translations for import list movies in Discover

PR:		273446
Reported by:	michiel@vanbaak.eu (maintainer)
2023-09-02 17:34:19 +02:00