Date: Thu, 27 Jan 2022 03:34:25 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7fbf84c37722 - main - Fix entry for lang/php74 Message-ID: <202201270334.20R3YPI8070207@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201270334.20R3YPI8070207>