Bug 259324 - devel/kdbg: Update to 3.0.1
Summary: devel/kdbg: Update to 3.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/j6t/kdbg/blob/mast...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-20 17:54 UTC by Gian-Simon Purkert
Modified: 2022-02-04 08:07 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (thomas.sander)


Attachments
Update to 3.0.1 (2.96 KB, patch)
2021-10-20 17:54 UTC, Gian-Simon Purkert
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!