Bugzilla Automation <bugzi...@freebsd.org> has asked freebsd-kde (Team) <k...@freebsd.org> for maintainer-feedback: Bug 259532: devel/kf5-solid: Correct broken UCL in pkg-message https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259532
--- Description --- The attached patch will fix devel/kf5-solid/pkg-message Unpatched: [pkg01 dan /usr/local/poudriere/ports/default] % /usr/local/bin/ucl_tool --format json --in devel/kf5-solid/pkg-message Failed to parse input file: error while parsing <unknown>: line: 27, column: 0 - 'unterminated multiline value', character: ']' Patched: [pkg01 dan ~/ports/head] % /usr/local/bin/ucl_tool --format json --in devel/kf5-solid/pkg-message 17:30:58 [ { "type": "install", "message": "Solid has UDisks2 backend turned on by default. If you want to use it, install\nsysutils/bsdisks package and **disable** hald (set hald_enable=\"NO\" in rc.conf or\njust remove the package). If you want to stay with hald, don't install bsdisks, as\nyou'll get duplicated entries for removable disks." }, { "type": "upgrade", "maximum_version": "5.65.0_1", "message": "Solid now has UDisks2 backend turned on by default. If you want to use it, install\nsysutils/bsdisks package and **disable** hald (set hald_enable=\"NO\" in rc.conf or\njust remove the package). If you want to stay with hald, don't install bsdisks, as\nyou'll get duplicated entries for removable disks." }, { "type": "upgrade", "maximum_version": "5.72.0", "message": "Solid now has the hald backend completely disabled." } ]