Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Jul 2026 19:09:57 +0000
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        =?utf-8?Q?Bj=C3=B6rn?= Lemke <lemke@lemke-it.com>
Subject:   git: 3355938f088d - main - databases/cego: 2.54.29 -> 2.54.38, devel/lfcbase: 1.23.5 -> 1.23.6
Message-ID:  <6a46b785.33635.4ebb7ee4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3355938f088deeeef722a10d4ad2cc722bf69bf1

commit 3355938f088deeeef722a10d4ad2cc722bf69bf1
Author:     Björn Lemke <lemke@lemke-it.com>
AuthorDate: 2026-07-02 19:04:09 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2026-07-02 19:04:09 +0000

    databases/cego: 2.54.29 -> 2.54.38, devel/lfcbase: 1.23.5 -> 1.23.6
    
    lfcbase:
    - compiler warnings fixed for class Chain::toUpper and toLower
      ( dynamic wText allocation )
    
    cego:
    - procedure cache
    - Added admin command set maxpagedelete to set up maximum number
      of pages marked for delete before forcing a checkpoint.
    - CegoQueryManager: _authUser has to be stored locally,
      otherwise setUser method looses user information, if auth was not enabled
    - new admin command object usage to show usage of tableset objects
      to detect any usage leaks and to get an overview of objects in
      use by running database threads
    - backupManager: indicate number of logs to recover up to crash
      for the corresponding backup id.
    - Fix added in CegoRecoveryManager::recoverCurrentTransactionLog
    - Added list transaction command
    - Added cgclt command show transaction to indicate detailed
      transaction information
    - in CegoPredicate::Constructor, for LIKE-Constructor, the case
      ISNOTLIKE was not treated with the right condition
      ( ! isNegated && isCaseSensitive => isNegated && isCaseSensitive )
---
 databases/cego/Makefile  | 6 +++---
 databases/cego/distinfo  | 6 +++---
 databases/cego/pkg-plist | 1 +
 devel/lfcbase/Makefile   | 4 ++--
 devel/lfcbase/distinfo   | 6 +++---
 5 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index 30802c85b1fd..b6521d056f71 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	cego
-PORTVERSION=	2.54.29
+PORTVERSION=	2.54.38
 
 CATEGORIES=	databases
-MASTER_SITES=	http://www.lemke-it.com/
+MASTER_SITES=	https://www.lemke-it.com/
 
 MAINTAINER=	pi@FreeBSD.org
 COMMENT=	Relational and transactional database system
@@ -15,7 +15,7 @@ LIB_DEPENDS=	liblfcbase.so:devel/lfcbase \
 		liblfcxml.so:devel/lfcxml
 RUN_DEPENDS=	bash:shells/bash
 
-USES=		libtool localbase ncurses readline shebangfix sudo
+USES=		libtool localbase ncurses readline shebangfix sudo tar:bz2
 SHEBANG_FILES=	tools/backupExecuter tools/backupManager \
 		tools/cgbackup tools/cgrecover tools/cgsimload \
 		tools/logManager \
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 6253cf5ddf35..7935c974cc24 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1781377358
-SHA256 (cego-2.54.29.tar.gz) = 75b7db0d21485e79e164ca6597c68e8345c1630799532781b7e3f5c28cee6053
-SIZE (cego-2.54.29.tar.gz) = 3165511
+TIMESTAMP = 1783015748
+SHA256 (cego-2.54.38.tar.bz2) = 538e362f58ba75e40100545ca82bec9d932bb90d5412e8e75b21356cd76656ef
+SIZE (cego-2.54.38.tar.bz2) = 2457635
diff --git a/databases/cego/pkg-plist b/databases/cego/pkg-plist
index 693e7cdf7c3f..5e4d16ef1d7f 100644
--- a/databases/cego/pkg-plist
+++ b/databases/cego/pkg-plist
@@ -86,6 +86,7 @@ include/cego/CegoNet.h
 include/cego/CegoObject.h
 include/cego/CegoObjectCursor.h
 include/cego/CegoObjectManager.h
+include/cego/CegoObjectUsage.h
 include/cego/CegoOrderCursor.h
 include/cego/CegoOrderNode.h
 include/cego/CegoOrderSpace.h
diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile
index cf3c96a2bfd0..e3def4d7a76a 100644
--- a/devel/lfcbase/Makefile
+++ b/devel/lfcbase/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	lfcbase
-PORTVERSION=	1.23.5
+PORTVERSION=	1.23.6
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 
@@ -11,7 +11,7 @@ LICENSE=	GPLv3
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		libtool ncurses
+USES=		libtool ncurses tar:bz2
 INSTALL_TARGET=	install-strip
 
 post-patch:
diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo
index a426e189a436..1b8d8722a666 100644
--- a/devel/lfcbase/distinfo
+++ b/devel/lfcbase/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1775714565
-SHA256 (lfcbase-1.23.5.tar.gz) = e8715f0a440e9a424fffad545888d3a283e1ae352d5fe01aea69c025a1ca8b7c
-SIZE (lfcbase-1.23.5.tar.gz) = 653695
+TIMESTAMP = 1782205317
+SHA256 (lfcbase-1.23.6.tar.bz2) = 3ef85560688f13d711bd9d9e6031cd2529d305b9cc7fb60234b376f9782a09b9
+SIZE (lfcbase-1.23.6.tar.bz2) = 514530


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a46b785.33635.4ebb7ee4>