git: 6af6045d84d5 - main - databases/cego,devel/lfcbase: 2.52.2 -> 2.52.4, 1.21.3 -> 1.21.6

From: Kurt Jaeger <pi_at_FreeBSD.org>
Date: Sun, 11 May 2025 08:21:50 UTC
The branch main has been updated by pi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6af6045d84d53e113eb4b985b781fb8ca94d95c1

commit 6af6045d84d53e113eb4b985b781fb8ca94d95c1
Author:     Björn Lemke <lemke@lemke-it.com>
AuthorDate: 2025-05-11 08:19:13 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2025-05-11 08:19:13 +0000

    databases/cego,devel/lfcbase: 2.52.2 -> 2.52.4, 1.21.3 -> 1.21.6
    
    lfcbase:
    - To support several keyboard layouts, changed some window control
      sequences from Cntrl-Key to ESC key
    - Added virtual method hasData to Pager class. The method must be
      implemented to indicate, if an execution returns a result set. If
      no result set is returned, just a message box is shown and edit
      mode is left ). This seems to be useful for DML queries ( insert,
      udate, delete, create, drop, ...)
    - In Pager class, added buffer scrolling in editor part. Preparation
      started for Pager command history management
    - Added history feature to Pager class. Command history can be loaded
      and saved with readHistory and writeHistory methods.
      Navigation through command history in Edit mode with Cntrl-P and Cntrl-N
    
    cego:
    - Adaptions made for pager and pager history feature
---
 databases/cego/Makefile | 2 +-
 databases/cego/distinfo | 6 +++---
 devel/lfcbase/Makefile  | 2 +-
 devel/lfcbase/distinfo  | 6 +++---
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index c146f81d18f0..75be63c00327 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cego
-PORTVERSION=	2.52.2
+PORTVERSION=	2.52.4
 
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 8e51c29045c1..d87d2d1ab232 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1746213576
-SHA256 (cego-2.52.2.tar.gz) = 6caf5e6b5e6f6e9ee35cbdab41c0fcfa2c85a7b5da927cdf979971420df22927
-SIZE (cego-2.52.2.tar.gz) = 3318284
+TIMESTAMP = 1746947556
+SHA256 (cego-2.52.4.tar.gz) = 871ac8308ef346ebe0360a7354b5179a28781a4d9e3f5b6c9cebd5843bb5dfee
+SIZE (cego-2.52.4.tar.gz) = 3318384
diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile
index 763f54288232..a71102cdf74f 100644
--- a/devel/lfcbase/Makefile
+++ b/devel/lfcbase/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	lfcbase
-PORTVERSION=	1.21.3
+PORTVERSION=	1.21.6
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 
diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo
index 68522ab6fe90..295ffeba0dea 100644
--- a/devel/lfcbase/distinfo
+++ b/devel/lfcbase/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1746213556
-SHA256 (lfcbase-1.21.3.tar.gz) = 6e6426e995a95a6f55554e7c69d5371d4a04b888d78caf3a2605921b2435e030
-SIZE (lfcbase-1.21.3.tar.gz) = 721579
+TIMESTAMP = 1746947541
+SHA256 (lfcbase-1.21.6.tar.gz) = 21c5970dccbc641a30f7c41dc16b9abe2abced6b42a2691dd6bae1c85aed5c2a
+SIZE (lfcbase-1.21.6.tar.gz) = 868460