git: 7fbf84c37722 - main - Fix entry for lang/php74
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Jan 2022 03:34:25 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7fbf84c377221eb17a8ea16e33a6d8d31ed0d046
commit 7fbf84c377221eb17a8ea16e33a6d8d31ed0d046
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-01-27 03:30:30 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-01-27 03:30:30 +0000
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.