Summary: | devel/py-buildbot-worker: Fix python version | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | László Károlyi <laszlo-rdr-keethu9thi> | ||||
Component: | Individual Port(s) | Assignee: | Muhammad Moinur Rahman <bofh> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | pi | ||||
Priority: | --- | Flags: | pi:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279502 | ||||||
Bug Depends on: | 279502 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Committed, thanks! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e2e1eee043e36a2311028d74abadd280a73f015 commit 9e2e1eee043e36a2311028d74abadd280a73f015 Author: László Károlyi <laszlo@karolyi.hu> AuthorDate: 2024-07-02 18:20:42 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2024-07-02 18:20:42 +0000 devel/py-buildbot-worker: fix rcfile reference to command PR: 279500 Approved: bofh Author: László Károlyi <laszlo@karolyi.hu> devel/py-buildbot-worker/files/buildbot-worker.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |
Created attachment 251197 [details] rcfile fix with the 3.11 update, the rcfile is wrong, referring an older python version. included you'll find a patch for it.