Created attachment 273461 [details] Diff between portfind 1.6.3 and 1.6.4 Hi, please update 'ports-mgmt/portfind' port to version 1.6.4 with attached diff. Changelog between 1.6.3 and 1.6.4 --------------------------------- Fix: Now portfind is able to search in the combined name+version string, so that uv- does also list ports which ends with uv. Thank you, Thorsten
Maintainer informed via mail
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d5aad2430d2d9914e75b00492a32366cd5d4ac6 commit 4d5aad2430d2d9914e75b00492a32366cd5d4ac6 Author: Thorsten Geppert <thorsten@tgeppert.de> AuthorDate: 2026-08-04 20:08:01 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-08-04 20:12:41 +0000 ports-mgmt/portfind: Update 1.6.3 => 1.6.4 Port changes: - Remove perl5 from CATEGORIES. - Update maintainer address. - Update WWW and MASTER_SITES. - Update pkg-descr. - Sort PLIST_FILES (pet portfmt). Commit log: https://github.com/Thorsten-Geppert/portfind/compare/v1.6.3...v1.6.4 PR: 297281 Reported by: Thorsten Geppert <thorsten@tgeppert.de> (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q3 ports-mgmt/portfind/Makefile | 14 +++++++------- ports-mgmt/portfind/distinfo | 6 +++--- ports-mgmt/portfind/pkg-descr | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-)
A commit in branch 2026Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5567ff9d97a74b85e1727f02ce5b63a7c208531f commit 5567ff9d97a74b85e1727f02ce5b63a7c208531f Author: Thorsten Geppert <thorsten@tgeppert.de> AuthorDate: 2026-08-04 20:08:01 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-08-04 20:13:14 +0000 ports-mgmt/portfind: Update 1.6.3 => 1.6.4 Port changes: - Remove perl5 from CATEGORIES. - Update maintainer address. - Update WWW and MASTER_SITES. - Update pkg-descr. - Sort PLIST_FILES (pet portfmt). Commit log: https://github.com/Thorsten-Geppert/portfind/compare/v1.6.3...v1.6.4 PR: 297281 Reported by: Thorsten Geppert <thorsten@tgeppert.de> (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q3 (cherry picked from commit 4d5aad2430d2d9914e75b00492a32366cd5d4ac6) ports-mgmt/portfind/Makefile | 14 +++++++------- ports-mgmt/portfind/distinfo | 6 +++--- ports-mgmt/portfind/pkg-descr | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-)
Hi, Thank you for your submission. I have tested build in Poudriere on 14.4-RELEASE-amd64-main-3830c47cc9e1 and it seems OK. Committed, thanks.