Created attachment 262565 [details] devel/git-who.patch thanks in advance.
> % git-who > could not parse args: failed to run git rev-parse: failed to start subprocess: exec: "git": executable file not found in $PATH I suggest adding: RUN_DEPENDS= git:devel/git Would you agree?
No need to add new version of patch: just say "yes" if you agree, and I'll add it myself before commit :)
(In reply to Älven from comment #2) Yes, I think I've overlooked this part. I didn't think anyone would try to use this without devel/git installed. (In reply to Älven from comment #3) Thanks for your kindness! Yes.
Builds and runs OK. May commit when approved by my mentor. (In reply to Yusuf Yaman from comment #4) > Thanks for your kindness! Yes. I always like to be kind :) Especially after been so welcomed by this friendly community and even been trusted with committer duty :) Before I was happy enough to be supported by very kind committer - Vladimir Druzenko (vvd@). Now being a committer myself, I try to be kind and helpful with other developers to make them feel my care and support. :) You also may become a committer one day, if you would like so ;)
Hi Älven, Approved. Thanks, Yuri
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbeb51179c39b8aaf2f87871ac6f3780ededca88 commit dbeb51179c39b8aaf2f87871ac6f3780ededca88 Author: Yusuf Yaman <nxjoseph@protonmail.com> AuthorDate: 2025-07-30 18:51:15 +0000 Commit: Älven <alven@FreeBSD.org> CommitDate: 2025-07-31 17:36:16 +0000 devel/git-who: Update 1.1 => 1.2 Changelog: https://github.com/sinclairtarget/git-who/releases/tag/v1.2 While here, don't specify a go version since go is backwards-compatible, and fix unknown version problem on `git-who -version` command. Add devel/git to RUN_DEPENDS PR: 288557 Approved by: yuri@ (Mentor) devel/git-who/Makefile | 8 ++++++-- devel/git-who/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-)
Created attachment 262655 [details] 0001-devel-git-who-Fix-build-fail-due-to-distinfo-mismatc.patch Hi, upstream maintainer committed some more changes to v1.2 which caused my port to get build fails due to distinfo file size mismatch, so to fix this, i've had prepared a patch, thanks in advance.
re-opening the PR because of build fail fix patch.
OK, I'll look at it and will fix it ASAP.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=96cc69b9c1373f906f50f1e810833e93d79d1027 commit 96cc69b9c1373f906f50f1e810833e93d79d1027 Author: Yusuf Yaman <nxjoseph@protonmail.com> AuthorDate: 2025-08-03 08:17:47 +0000 Commit: Älven <alven@FreeBSD.org> CommitDate: 2025-08-03 09:34:24 +0000 devel/git-who: Fix build fail due to distinfo mismatch Fixes: dbeb51179c39b8aaf2f87871ac6f3780ededca88 PR: 288557 Approved by: yuri@ (Mentor, implicit) devel/git-who/distinfo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Committed. Thanks! Should work well now :)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=852ee8cfd4eb856e34dfce3db03f373f1cee64cf commit 852ee8cfd4eb856e34dfce3db03f373f1cee64cf Author: Älven <alven@FreeBSD.org> AuthorDate: 2025-08-03 14:55:39 +0000 Commit: Älven <alven@FreeBSD.org> CommitDate: 2025-08-03 14:55:39 +0000 devel/git-who: bump PORTREVISION after upstream silent distfile change PR: 288557 Approved by: yuri@ (Mentor, implicit) devel/git-who/Makefile | 1 + 1 file changed, 1 insertion(+)
Forgot to bump within previous commit. Think it should be done for safety.
(In reply to Älven from comment #14) Dear Älven, I'd like to humbly ask you to review section 9 of Committer's Guide, especially subsection 9.5 [0]. Thanks. [0]: https://docs.freebsd.org/en/articles/committers-guide/#_capitalize_the_first_letter_of_the_subject
(In reply to Anton Saietskii from comment #15) Thank you Anton! :) I like to know and follow the rules. Sure I will follow the one you so kindly and politely asked me to follow. :) Älven