FreeBSD ports you maintain which are out of date
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/k...@freebsd.org.html Port| Current version | New version +-+ devel/py-qtbuilder | 1.9.1 | 1.12.2 +-+ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by:portscout!
[Bug 259532] devel/kf5-solid: Correct broken UCL in pkg-message
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259532 Bug ID: 259532 Summary: devel/kf5-solid: Correct broken UCL in pkg-message Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: k...@freebsd.org Reporter: d...@freebsd.org Assignee: k...@freebsd.org Flags: maintainer-feedback?(k...@freebsd.org) Created attachment 229125 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=229125&action=edit add missing EOM to UCL 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 : 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." } ] -- You are receiving this mail because: You are the assignee for the bug.
maintainer-feedback requested: [Bug 259532] devel/kf5-solid: Correct broken UCL in pkg-message
Bugzilla Automation has asked freebsd-kde (Team) 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 : 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." } ]
[Bug 259435] x11/sddm: Install pam.d entries as samples
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259435 Dries Michiels changed: What|Removed |Added Attachment #229129|0 |1 is patch|| Attachment #229129|text/x-diff |text/plain mime type|| --- Comment #1 from Dries Michiels --- Created attachment 229129 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=229129&action=edit sddm.diff Poudriere testport looks good. Default sample files are installed as *.default instead of *.sample. This was borrowed from sudo which also installs *.default in pam.d. Of course this is an easy change if *.sample is preffered over the other. -- You are receiving this mail because: You are the assignee for the bug.