diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-26 21:30:30 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-26 21:30:30 -0600 |
commit | 7fbf84c377221eb17a8ea16e33a6d8d31ed0d046 (patch) | |
tree | c5a6513f486caa60f9651f0e09d998bcb3ae5cd8 /UPDATING | |
parent | c4f80928aed6891068ad6cf9be8c4aaff2a62e24 (diff) | |
download | freebsd-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-- | UPDATING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |