From 9b9114f7e7c81d53d9dc1f261a6ff9cf92826176 Mon Sep 17 00:00:00 2001 From: Derek Schrock Date: Sat, 13 May 2023 17:20:07 -0400 Subject: www/tt-rss: Update to g20230509 and move database drivers to post config - Update to g20230509 11946f014 - Move php database drivers a post install operation allowing the port to support both databases without having to make option changes or rebuilds. - Update ttrssd to check for the configured driver PR: 271397 --- UPDATING | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index a547fac9a729..de937c8f811b 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,20 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20230513: + AFFECTS: users of www/tt-rss + AUTHOR: dereks@lifeofadishwasher.com + + www/tt-rss now expects the user to install the database drivers by hand + allowing the port to be database independent however it would be best if you + mark the php driver packages as a non-automatic package such that + pkg-autoremove doesn't uninstall them. + + Change 80 to your corresponding php version (80, 81, 82) + + mysql: pkg set -yA 0 php80-mysqli php80-pdo_mysql; + pgsql: pkg set -yA 0 php80-pgsql php80-pdo_pgsql; + 20230511: AFFECTS: users of net-mgmt/py-netbox-secretstore AUTHOR: kai@FreeBSD.org -- cgit v1.2.3