Bug 259324

Summary: devel/kdbg: Update to 3.0.1
Product: Ports & Packages Reporter: Gian-Simon Purkert <gspurki>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape, thomas.sander
Priority: --- Flags: bugzilla: maintainer-feedback? (thomas.sander)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/j6t/kdbg/blob/master/ReleaseNotes-3.0.1
Attachments:
Description Flags
Update to 3.0.1 none

Description Gian-Simon Purkert 2021-10-20 17:54:19 UTC
Created attachment 228896 [details]
Update to 3.0.1

KDbg Release Notes for version 3.0.1
====================================

Changes since 3.0.0
-------------------

Enhancements

- Use a color of the selected line with better contrast depending on
  the UI theme being used.

Bug fixes

- Recognize parameter names of variadic function templates.

- Show char16_t and char32_t string values.

- No longer install individual frame images of the pulse animation.

https://github.com/j6t/kdbg/blob/master/ReleaseNotes-3.0.1
Comment 1 Gian-Simon Purkert 2021-12-20 10:14:43 UTC
Ping
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-02-04 08:03:07 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=978ea7c59d75340ca1f80d98269466285f1cb2c1

commit 978ea7c59d75340ca1f80d98269466285f1cb2c1
Author:     Gian-Simon Purkert <gspurki@gmail.com>
AuthorDate: 2022-02-03 11:30:42 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-02-04 08:00:52 +0000

    devel/kdbg: Update to 3.0.1

    ChangeLog: https://github.com/j6t/kdbg/blob/master/ReleaseNotes-3.0.1

    PR:     259324
    Reported by:    gspurki@gmail.com
    Approved by:    thomas.sander@gmx.de (maintainer, timeout 2 weeks)

 devel/kdbg/Makefile  |  3 +--
 devel/kdbg/distinfo  |  6 +++---
 devel/kdbg/pkg-plist | 29 -----------------------------
 3 files changed, 4 insertions(+), 34 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-02-04 08:07:33 UTC
Committed,

Thanks!