mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user