diff --git GIDs GIDs
index 124c911b94a..50727c43468 100644
--- GIDs
+++ GIDs
@@ -317,9 +317,9 @@ _wsdd:*:370:
 # free: 374
 # free: 375
 # free: 376
-# free: 377
-# free: 378
-# free: 379
+hostd:*:377:
+walletd:*:378:
+renterd:*:379:
 spoofdpi:*:380:
 hydroxide:*:381:
 # free: 382
diff --git MOVED MOVED
index 162aa5a8107..9704df25bd0 100644
--- MOVED
+++ MOVED
@@ -4020,7 +4020,6 @@ devel/raknet||2025-01-15|Has expired: Unmaintained upstream, only builds with EO
 devel/pas2dox||2025-01-15|Has expired: doesn't compile with moddern clang and gcc, upstream last updated it in 2003
 x11-toolkits/kirigami-addons|x11-toolkits/kirigami-addons-qt5|2025-01-16|Moved to have symmetric names with Qt6
 x11-toolkits/kirigami-addons-devel|x11-toolkits/kirigami-addons-qt6|2025-01-16|Moved to have symmetric names with Qt6
-audio/guitarix-lv2||2025-01-18|Has expired: Broken for more than a year
 net/libproxy-duktape||2025-01-19|Completely rewritten, plugins now built directly into the library
 net/libproxy-gnome3||2025-01-19|Completely rewritten, plugins now built directly into the library
 net/libproxy-kde||2025-01-19|Completely rewritten, plugins now built directly into the library
@@ -4218,5 +4217,5 @@ www/sogo-activesync|www/sogo|2025-03-22|Use sogo-mysqlactivesync or sogo-pgsqlac
 net/clash|net/mihomo|2025-03-23|Project is renamed
 x11-toolkits/Xaw3d|x11-toolkits/libXaw3d|2025-03-23|Rename in preparation to rebase the port forom Slackware to freedesktop.org
 sysutils/pprotectd||2025-03-24|Has expired: Obsolete utility, superseded by protect in base
-www/ytdl|www/yt-dlp|2025-03-24|ytdl doesn't work and is archived upstream, www/yt-dlpld be used instead
+www/ytdl|www/yt-dlp|2025-03-24|ytdl doesn't work and is archived upstream, www/yt-dlp be used instead
 textproc/py-docstring-parser|textproc/py-docstring_parser|2025-03-25|Renamed to match upstream naming
diff --git Mk/Uses/tex.mk Mk/Uses/tex.mk
index a9658b7d650..ce9213f80f5 100644
--- Mk/Uses/tex.mk
+++ Mk/Uses/tex.mk
@@ -91,8 +91,8 @@ TEXMFVARDIR?=	share/texmf-var
 TEXMFCONFIGDIR?=share/texmf-config
 FMTUTIL_CNF?=	${TEXMFCONFIGDIR}/web2c/fmtutil.cnf
 TEXHASHDIRS?=	${TEXMFDIR} ${TEXMFDISTDIR} ${TEXMFLOCALDIR} ${TEXMFVARDIR} ${TEXMFCONFIGDIR}
-TEXLIVE_YEAR?=	2024
-TEXLIVE_VERSION?=	${TEXLIVE_YEAR}0312
+TEXLIVE_YEAR?=	2025
+TEXLIVE_VERSION?=	${TEXLIVE_YEAR}0308
 DISTNAME_TEXMF=	texlive-${TEXLIVE_VERSION}-texmf
 
 .for V in TEXMFDIR TEXMFDISTDIR TEXMFLOCALDIR TEXMFVARDIR TEXMFCONFIGDIR FMTUTIL_CNF
diff --git UIDs UIDs
index a4dd1f676f7..22e31647144 100644
--- UIDs
+++ UIDs
@@ -323,9 +323,9 @@ _wsdd:*:370:370::0:0:Web Service Discovery Daemon:/nonexistent:/usr/sbin/nologin
 # free: 374
 # free: 375
 # free: 376
-# free: 377
-# free: 378
-# free: 379
+hostd:*:377:377::0:0:hostd Daemon:/nonexistent:/usr/sbin/nologin
+walletd:*:378:378::0:0:walletd Daemon:/nonexistent:/usr/sbin/nologin
+renterd:*:379:379::0:0:renterd Daemon:/nonexistent:/usr/sbin/nologin
 spoofdpi:*:380:380::0:0:SpoofDPI Daemon:/nonexistent:/usr/sbin/nologin
 hydroxide:*:381:381::0:0:Hydroxide Daemon:/var/db/hydroxide:/usr/sbin/nologin
 # free: 382
diff --git UPDATING UPDATING
index b39df4c2ff8..0e38367e946 100644
--- UPDATING
+++ UPDATING
@@ -5,6 +5,29 @@ 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.
 
+20250327:
+  AFFECTS: users of thunderbird
+  AUTHOR: cmt@FreeBSD.org
+
+  The mail/thunderbird port switched to Thunderbird's new release train,
+  with frequent major releases (ca. 4-weeks-cycle). Users wanting to
+  stay with the 128-releases for now and the ESR releases in general
+  should switch to the mail/thunderbird-esr port.
+
+20250325:
+  AFFECTS: users of TeX*
+  AUTHOR: bofh@FreeBSD.org
+
+  TeX system has been updated to 2025 from 2024. Normal pkg upgrade or
+  portmaster -a should handle all the upgrade properly. In case not please
+  create a ticket or send a mail to tex@FreeBSD.org
+
+  Previously users have reported to delete texlive-texmf prior to
+  starting update, or pkg-static will indicate there is a conflict
+  during the upgrade of texlive-base :
+
+  # pkg remove texlive-texmf
+
 20250321:
   AFFECTS: users of mail/oama
   AUTHOR: nivit@FreeBSD.org