[Bug 259533] devel/kyua: Correct URCL in pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Oct 2021 17:37:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259533 Bug ID: 259533 Summary: devel/kyua: Correct URCL in pkg-message Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: jmmv@FreeBSD.org Reporter: dvl@FreeBSD.org Flags: maintainer-feedback?(jmmv@FreeBSD.org) Assignee: jmmv@FreeBSD.org Created attachment 229126 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=229126&action=edit Corrects the broken UCL in pkg-message The existing UCL is invalid (see below) The patch assumes you want the same message on install and upgrade. I am not sure that is the intent. Unpatched: [pkg01 dan /usr/local/poudriere/ports/default] % /usr/local/bin/ucl_tool --format json --in devel/kyua/pkg-message Failed to parse input file: error while parsing <unknown>: line: 15, column: 0 - 'unexpected terminating symbol detected', character: '}' Patched: [pkg01 dan ~/ports/head] % /usr/local/bin/ucl_tool --format json --in devel/kyua/pkg-message [ { "type": [ "install", "upgrade" ], "maximum_version": "0.13_5,3", "message": "A tests group has been added and the tests user should be a member\nof it by default rather than nobody. You should update your password\ndatabase to match (change the group from 65534 to 977 after updating).\n\nTo do it, please run the following command:\n\npw usermod -n tests -g tests" } ] -- You are receiving this mail because: You are the assignee for the bug.