aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-01-27 03:30:30 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-01-27 03:30:30 +0000
commit7fbf84c377221eb17a8ea16e33a6d8d31ed0d046 (patch)
treec5a6513f486caa60f9651f0e09d998bcb3ae5cd8 /UPDATING
parentc4f80928aed6891068ad6cf9be8c4aaff2a62e24 (diff)
downloadports-7fbf84c377221eb17a8ea16e33a6d8d31ed0d046.tar.gz
ports-7fbf84c377221eb17a8ea16e33a6d8d31ed0d046.zip
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
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING2
1 files changed, 1 insertions, 1 deletions
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.