Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Oct 2021 17:37:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259533] devel/kyua: Correct URCL in pkg-message
Message-ID:  <bug-259533-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259533

            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=3D229126&action=
=3Dedit
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"
    }
]

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259533-7788>