From 7fbf84c377221eb17a8ea16e33a6d8d31ed0d046 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 26 Jan 2022 21:30:30 -0600 Subject: Fix entry for lang/php74 - 'pkg info php7\*' captures ports starting with portnames php74 only while there are other ports like icingaweb2-php74 or nextcloud-php74. This modification captures the later too. Reported by: mfechner --- UPDATING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 9a0acdfe78ba..93e0f858eae2 100644 --- a/UPDATING +++ b/UPDATING @@ -29,7 +29,7 @@ you update your ports collection, before attempting any port upgrades. If you use binary packages you should make a list of php packages before running 'pkg upgrade': - # pkg info php7\* > ~/installed-php-ports-list + # pkg info \*php7\* > ~/installed-php-ports-list After the upgrade, check with such list if all your php extensions are still installed, and reinstall them if needed. -- cgit v1.2.3