Created attachment 228884 [details] Update to 0.5.1
This change is OK.
Hi, I got the following message in stage-qa phase when building the port using poudriere. ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/portrac is linked to /usr/local/lib/qt5/libQt5Gui.so.5 from x11-toolkits/qt5-gui but it is not declared as a dependency Warning: you need USES=qt:5 and USE_QT+=gui Error: /usr/local/bin/portrac is linked to /usr/local/lib/qt5/libQt5Core.so.5 from devel/qt5-core but it is not declared as a dependency Warning: you need USES=qt:5 and USE_QT+=core Error: /usr/local/bin/portrac is linked to /usr/local/lib/libGL.so.1 from graphics/libglvnd but it is not declared as a dependency Warning: you need USE_GL+=gl Would you care to update the patch to silence these errors/warnings?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2f584ecd802918df53c01149e20d6642bb460cd commit c2f584ecd802918df53c01149e20d6642bb460cd Author: Gian-Simon Purkert <gspurki@gmail.com> AuthorDate: 2021-12-23 10:18:38 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2021-12-23 10:20:46 +0000 ports-mgmt/portrac: update to 0.5.1 While here, add missing dependencies and make portclippy happy. PR: 259313 Approved by: mario.g.pavlov@gmail.com (maintainer) ports-mgmt/portrac/Makefile | 12 ++++++------ ports-mgmt/portrac/distinfo | 5 +++-- 2 files changed, 9 insertions(+), 8 deletions(-)
Committed with the suggested changes by the stage-qa phase. Thanks for your contribution!