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
This commit is contained in:
parent
c4f80928ae
commit
7fbf84c377
1 changed files with 1 additions and 1 deletions
2
UPDATING
2
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.
|
||||
|
|
Loading…
Reference in a new issue