summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDerek Schrock <dereks@lifeofadishwasher.com>2023-05-13 17:20:07 -0400
committerKoichiro Iwao <meta@FreeBSD.org>2023-05-15 13:34:57 +0900
commit9b9114f7e7c81d53d9dc1f261a6ff9cf92826176 (patch)
tree0358448651576dcd8c036294d164ec9bfd609bdc /UPDATING
parentebfe8d52734b841544b58faae7d952911fd31533 (diff)
downloadfreebsd-ports-9b9114f7e7c81d53d9dc1f261a6ff9cf92826176.zip
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
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
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