diff options
author | Vidar Karlsen <vidar@karlsen.tech> | 2025-01-14 13:54:49 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2025-01-17 12:45:34 +0000 |
commit | 2c1530032566cf09c979b93b9a137e5233367f37 (patch) | |
tree | 09419dcbfc08c8c8c8260bf97c8dd106029a0b27 | |
parent | caacd6f039f43a7b0514b2107a81c51a8b33b3b1 (diff) |
x11/rofi-calc: update 2.2.1 → 2.3.0
Changelog: https://github.com/svenstaro/rofi-calc/blob/v2.3.0/CHANGELOG.md
Changes:
- Fix multiline outputs only showing the first line #128 (thanks @jdholtz)
- Error Message Color #121 (thanks @sornig)
QA:
- Builds and runs on 14.2-amd64
- poudriere testport 14.1-amd64 ok
PR: 284060
MFH: 2025Q1
(cherry picked from commit 923f66dbdd34b74069a69a89697a757a1b8e41d8)
-rw-r--r-- | x11/rofi-calc/Makefile | 3 | ||||
-rw-r--r-- | x11/rofi-calc/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/x11/rofi-calc/Makefile b/x11/rofi-calc/Makefile index 7824d7fa24df..d9b421fddd88 100644 --- a/x11/rofi-calc/Makefile +++ b/x11/rofi-calc/Makefile @@ -1,7 +1,6 @@ PORTNAME= rofi-calc DISTVERSIONPREFIX= v -DISTVERSION= 2.2.1 -PORTREVISION= 1 +DISTVERSION= 2.3.0 CATEGORIES= x11 MAINTAINER= vidar@karlsen.tech diff --git a/x11/rofi-calc/distinfo b/x11/rofi-calc/distinfo index f4104c2d3f44..a8801dbd56b7 100644 --- a/x11/rofi-calc/distinfo +++ b/x11/rofi-calc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712844602 -SHA256 (svenstaro-rofi-calc-v2.2.1_GH0.tar.gz) = 7b3e69c7d743cc1b8c0a8e45f5d5ae7e36e99c470d538ef5d8a0031109f34b6c -SIZE (svenstaro-rofi-calc-v2.2.1_GH0.tar.gz) = 1696532 +TIMESTAMP = 1736862524 +SHA256 (svenstaro-rofi-calc-v2.3.0_GH0.tar.gz) = 8c2c3aeda31fce84577e0e7246a7888e5428c31ae6350c191e77654597f9ff41 +SIZE (svenstaro-rofi-calc-v2.3.0_GH0.tar.gz) = 1697081 |