git: 19a726c83bea - main - www/tt-rss: Update g20260501 => g20260622

From: Yusuf Yaman <nxjoseph_at_FreeBSD.org>
Date: Mon, 29 Jun 2026 09:31:35 UTC
The branch main has been updated by nxjoseph:

URL: https://cgit.FreeBSD.org/ports/commit/?id=19a726c83beaba2a5661662cf76a5bed0a5d1e9d

commit 19a726c83beaba2a5661662cf76a5bed0a5d1e9d
Author:     Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2026-06-28 21:38:06 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-06-29 09:31:12 +0000

    www/tt-rss: Update g20260501 => g20260622
    
    Commit log:
    https://github.com/tt-rss/tt-rss/compare/f88091ccc0f3d...87b42eb3db253
    
    PR:             296359
    Approved by:    osa, vvd (Mentors, implicit)
---
 www/tt-rss/Makefile  |  5 ++---
 www/tt-rss/distinfo  |  6 +++---
 www/tt-rss/pkg-plist | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+), 6 deletions(-)

diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile
index ce46b3639153..d5e0f7d67f71 100644
--- a/www/tt-rss/Makefile
+++ b/www/tt-rss/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	tt-rss
-DISTVERSION=	g20260501
-PORTREVISION=	1
+DISTVERSION=	g20260622
 PORTEPOCH=	2
 CATEGORIES=	www
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
@@ -16,7 +15,7 @@ RUN_DEPENDS=	git:devel/git
 USES=		gettext-tools php:cli,web,flavors shebangfix
 
 USE_GITHUB=	yes
-GH_TAGNAME=	f88091ccc0f3dc5e6d9f703995356f3ffb287bef
+GH_TAGNAME=	87b42eb3db253b233dc2c8df75d243705c12ee66
 # phe json/openssl extension is required but it's statically linked in default php
 USE_PHP=	ctype dom exif fileinfo filter iconv intl mbstring pcntl pdo \
 		pdo_pgsql phar posix session simplexml sockets sodium tokenizer \
diff --git a/www/tt-rss/distinfo b/www/tt-rss/distinfo
index a71c7ff02f62..6abad41affb3 100644
--- a/www/tt-rss/distinfo
+++ b/www/tt-rss/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1778264653
-SHA256 (tt-rss-tt-rss-g20260501-f88091ccc0f3dc5e6d9f703995356f3ffb287bef_GH0.tar.gz) = e8cc8b9cf63505aff3c738761662d4f05a972c719d31c4062ee3fb6acc572391
-SIZE (tt-rss-tt-rss-g20260501-f88091ccc0f3dc5e6d9f703995356f3ffb287bef_GH0.tar.gz) = 7298314
+TIMESTAMP = 1782679654
+SHA256 (tt-rss-tt-rss-g20260622-87b42eb3db253b233dc2c8df75d243705c12ee66_GH0.tar.gz) = 3083720689053cb53e03be58e03dc68636928a4a90ff9ac1c47c5a7625a37cd7
+SIZE (tt-rss-tt-rss-g20260622-87b42eb3db253b233dc2c8df75d243705c12ee66_GH0.tar.gz) = 7664019
diff --git a/www/tt-rss/pkg-plist b/www/tt-rss/pkg-plist
index b06394d31f7a..7741fc157e94 100644
--- a/www/tt-rss/pkg-plist
+++ b/www/tt-rss/pkg-plist
@@ -105,6 +105,9 @@
 %%WWWDIR%%/images/favicon-512px.png
 %%WWWDIR%%/images/favicon-72px.png
 %%WWWDIR%%/images/favicon.png
+%%WWWDIR%%/images/icon-192.png
+%%WWWDIR%%/images/icon-512.png
+%%WWWDIR%%/images/icon-maskable.png
 %%WWWDIR%%/images/indicator_tiny.gif
 %%WWWDIR%%/images/indicator_white.gif
 %%WWWDIR%%/images/information.png
@@ -2014,10 +2017,12 @@
 %%WWWDIR%%/locale/zh_CN/LC_MESSAGES/messages.po
 %%WWWDIR%%/locale/zh_TW/LC_MESSAGES/messages.mo
 %%WWWDIR%%/locale/zh_TW/LC_MESSAGES/messages.po
+%%WWWDIR%%/manifest.webmanifest
 %%WWWDIR%%/messages.pot
 %%WWWDIR%%/package-lock.json
 %%WWWDIR%%/package.json
 %%WWWDIR%%/phpstan.neon
+%%WWWDIR%%/phpunit.integration.xml
 %%WWWDIR%%/phpunit.xml
 %%WWWDIR%%/plugins/af_comics/af_comics_template.php
 %%WWWDIR%%/plugins/af_comics/filter_base.php
@@ -2242,6 +2247,45 @@
 %%WWWDIR%%/tests/mocked/SanitizerUnitTest.php
 %%WWWDIR%%/tests/mocked/TimeHelperTest.php
 %%WWWDIR%%/tests/mocked/UrlHelperTest.php
+%%WWWDIR%%/tests_functional/ConfigTest.php
+%%WWWDIR%%/tests_functional/CryptTest.php
+%%WWWDIR%%/tests_functional/FeedItemAtomTest.php
+%%WWWDIR%%/tests_functional/FeedItemCommonTest.php
+%%WWWDIR%%/tests_functional/FeedParserTest.php
+%%WWWDIR%%/tests_functional/FeedsTest.php
+%%WWWDIR%%/tests_functional/FunctionsTest.php
+%%WWWDIR%%/tests_functional/LabelsTest.php
+%%WWWDIR%%/tests_functional/RSSUtilsTest.php
+%%WWWDIR%%/tests_functional/SanitizerTest.php
+%%WWWDIR%%/tests_functional/TemplatorTest.php
+%%WWWDIR%%/tests_functional/UrlHelperTest.php
+%%WWWDIR%%/tests_functional/bootstrap.php
+%%WWWDIR%%/tests_integration/ApiTest.php
+%%WWWDIR%%/tests_integration/ArticleHandlerTest.php
+%%WWWDIR%%/tests_integration/ArticleTest.php
+%%WWWDIR%%/tests_integration/DbTestCase.php
+%%WWWDIR%%/tests_integration/DiskCacheTest.php
+%%WWWDIR%%/tests_integration/FeedsCountersIntegrationTest.php
+%%WWWDIR%%/tests_integration/FeedsHeadlinesIntegrationTest.php
+%%WWWDIR%%/tests_integration/FeedsIntegrationTest.php
+%%WWWDIR%%/tests_integration/HandlerTestCase.php
+%%WWWDIR%%/tests_integration/IntegrationTestCase.php
+%%WWWDIR%%/tests_integration/LabelsIntegrationTest.php
+%%WWWDIR%%/tests_integration/LoggerSqlTest.php
+%%WWWDIR%%/tests_integration/PluginHostTest.php
+%%WWWDIR%%/tests_integration/PrefsTest.php
+%%WWWDIR%%/tests_integration/RPCTest.php
+%%WWWDIR%%/tests_integration/SanitizerTest.php
+%%WWWDIR%%/tests_integration/SchedulerIntegrationTest.php
+%%WWWDIR%%/tests_integration/SessionsIntegrationTest.php
+%%WWWDIR%%/tests_integration/TimeHelperTest.php
+%%WWWDIR%%/tests_integration/UpdateRssFeedIntegrationTest.php~
+%%WWWDIR%%/tests_integration/UserHelperTest.php
+%%WWWDIR%%/tests_integration/bootstrap.php
+%%WWWDIR%%/tests_integration/feed.xml
+%%WWWDIR%%/tests_integration/pg_helper.sh
+%%WWWDIR%%/tests_integration/run.sh
+%%WWWDIR%%/tests_integration/seed.sql
 %%WWWDIR%%/themes/compact.css
 %%WWWDIR%%/themes/compact.less
 %%WWWDIR%%/themes/compact_base.less
@@ -2396,10 +2440,13 @@
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlShareHandleState.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlVersion.php
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/ProxyEnvironment.php
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/HandlerStack.php
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/MessageFormatter.php
@@ -2411,11 +2458,13 @@
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/RequestOptions.php
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/TransferStats.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/TransportSharing.php
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Utils.php
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/functions.php
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/functions_include.php
 %%WWWDIR%%/vendor/guzzlehttp/promises/CHANGELOG.md
 %%WWWDIR%%/vendor/guzzlehttp/promises/README.md
+%%WWWDIR%%/vendor/guzzlehttp/promises/UPGRADING.md
 %%WWWDIR%%/vendor/guzzlehttp/promises/composer.json
 %%WWWDIR%%/vendor/guzzlehttp/promises/src/AggregateException.php
 %%WWWDIR%%/vendor/guzzlehttp/promises/src/CancellationException.php
@@ -2435,6 +2484,7 @@
 %%WWWDIR%%/vendor/guzzlehttp/promises/src/Utils.php
 %%WWWDIR%%/vendor/guzzlehttp/psr7/CHANGELOG.md
 %%WWWDIR%%/vendor/guzzlehttp/psr7/README.md
+%%WWWDIR%%/vendor/guzzlehttp/psr7/UPGRADING.md
 %%WWWDIR%%/vendor/guzzlehttp/psr7/composer.json
 %%WWWDIR%%/vendor/guzzlehttp/psr7/src/AppendStream.php
 %%WWWDIR%%/vendor/guzzlehttp/psr7/src/BufferStream.php
@@ -2456,6 +2506,7 @@
 %%WWWDIR%%/vendor/guzzlehttp/psr7/src/Query.php
 %%WWWDIR%%/vendor/guzzlehttp/psr7/src/Request.php
 %%WWWDIR%%/vendor/guzzlehttp/psr7/src/Response.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Rfc3986.php
 %%WWWDIR%%/vendor/guzzlehttp/psr7/src/Rfc7230.php
 %%WWWDIR%%/vendor/guzzlehttp/psr7/src/ServerRequest.php
 %%WWWDIR%%/vendor/guzzlehttp/psr7/src/Stream.php
@@ -2704,4 +2755,14 @@
 %%WWWDIR%%/vendor/symfony/deprecation-contracts/README.md
 %%WWWDIR%%/vendor/symfony/deprecation-contracts/composer.json
 %%WWWDIR%%/vendor/symfony/deprecation-contracts/function.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/Php80.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/PhpToken.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/README.md
+%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/bootstrap.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/composer.json
 %%WWWDIR%%/version_static.txt