Bug 271137 - x11/rofi-calc: update to 2.2.0
Summary: x11/rofi-calc: update to 2.2.0
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: Robert Clausecker
URL: https://github.com/svenstaro/rofi-cal...
Keywords: patch
Depends on:
Blocks:
 
Reported: 2023-04-29 20:35 UTC by Vidar Karlsen
Modified: 2023-04-30 18:49 UTC (History)
1 user (show)

See Also:


Attachments
git format-patch (1.34 KB, patch)
2023-04-29 20:35 UTC, Vidar Karlsen
vidar: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vidar Karlsen 2023-04-29 20:35:20 UTC
Created attachment 241861 [details]
git format-patch

Changelog:
- Fix high CPU usage when input isn't empty #66 (thanks @bootstrap-prime)
- Add -automatic-save-to-history option #87 (thanks @matejdro)

QA:
portlint ok
portclippy ok
poudriere testport ok:
  13.2-amd64
  12.4-amd64
  12.4-i386
Cannot test on arm64 because rust fails to build.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-04-30 18:44:20 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=567ae26b5fddf8b28646daaccfd2455cb34b026d

commit 567ae26b5fddf8b28646daaccfd2455cb34b026d
Author:     Vidar Karlsen <vidar@karlsen.tech>
AuthorDate: 2023-04-29 20:33:56 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-04-30 18:41:42 +0000

    x11/rofi-calc: update to 2.2.0

    Changelog: https://github.com/svenstaro/rofi-calc/blob/v2.2.0/CHANGELOG.md

     - Fix high CPU usage when input isn't empty #66 (thanks @bootstrap-prime)
     - Add -automatic-save-to-history option #87 (thanks @matejdro)

    PR:             271137

 x11/rofi-calc/Makefile | 3 +--
 x11/rofi-calc/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-04-30 18:49:55 UTC
Thank you for your contribution.