git: 2a5eca25c84b - main - x11/konsole: add upstream bug fix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Jun 2022 08:56:37 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2a5eca25c84bfb42eb2cd198bc54c80ea0a11532
commit 2a5eca25c84bfb42eb2cd198bc54c80ea0a11532
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-06-02 08:55:33 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-06-02 08:56:25 +0000
x11/konsole: add upstream bug fix
This commit fixes a regression that affected fixed-size scrollback, where the text in the
scrollback would keep moving even if the user has explicitly scrolled up.
Obtained from: https://invent.kde.org/utilities/konsole/-/commit/a6fce70f6c4e4d355c14475be8f5669a83c7023f
---
x11/konsole/Makefile | 4 ++++
x11/konsole/distinfo | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/x11/konsole/Makefile b/x11/konsole/Makefile
index 5c4bc371e777..87cbdc937556 100644
--- a/x11/konsole/Makefile
+++ b/x11/konsole/Makefile
@@ -1,7 +1,11 @@
PORTNAME= konsole
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde kde-applications # kde kde-applications-applications
+PATCH_SITES= https://invent.kde.org/utilities/konsole/-/commit/
+PATCHFILES= a6fce70f6c4e4d355c14475be8f5669a83c7023f.diff:-p1
+
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE terminal emulator
diff --git a/x11/konsole/distinfo b/x11/konsole/distinfo
index a6780ed8f85f..7e7d1eb95fd8 100644
--- a/x11/konsole/distinfo
+++ b/x11/konsole/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1652179603
+TIMESTAMP = 1654147064
SHA256 (KDE/release-service/22.04.1/konsole-22.04.1.tar.xz) = 8d049888a9be2464ec5c0c961fbab155fea679a714558f9ad6e13720c56822e3
SIZE (KDE/release-service/22.04.1/konsole-22.04.1.tar.xz) = 1466324
+SHA256 (KDE/release-service/22.04.1/a6fce70f6c4e4d355c14475be8f5669a83c7023f.diff) = a624dfba00fb711b57ec2af574a5080dce0183c936eb778c17ad41cd68443a39
+SIZE (KDE/release-service/22.04.1/a6fce70f6c4e4d355c14475be8f5669a83c7023f.diff) = 855