Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2025 11:03:36 +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: dd19ed2a572c - main - devel/lfcbase: 1.22.1 -> 1.22.2, databases/cego: 2.52.40 -> 2.52.42
Message-ID:  <6922ea08.3c5be.5d700eae@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=dd19ed2a572ca0ba9ae2bfc88b368b7ad51dfc65

commit dd19ed2a572ca0ba9ae2bfc88b368b7ad51dfc65
Author:     Björn Lemke <lemke@lemke-it.com>
AuthorDate: 2025-11-23 11:01:07 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2025-11-23 11:01:07 +0000

    devel/lfcbase: 1.22.1 -> 1.22.2, databases/cego: 2.52.40 -> 2.52.42
    
    lfcbase:
    - Added patch in File::hasData to check return code of pool library call
    - Added fix in basecheck ReplaceTest to return valid results
    
    cego:
    - For CegoClient and CegoAdmin changed argument evaluation to handle
      pipe input data in a better way.
      Pipe mode is just used, if no batch or command mode ist setup and
      if data is available at stdin.
    - This should also work for FreeBSD, when cgclt or cgadm is used
      via cronjob. It has been observed, that if a program is called by
      cron, poll returns data available at stdin also if there is no data
      available.
    - In CegoAdminThread, for tableset and table import procedure added
      switch to next backup branch.
      This is required, since during import, logging is disabled.
      So after import, a new backup is needed.
---
 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 e7b709c4e04a..2d777427cbd3 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cego
-PORTVERSION=	2.52.40
+PORTVERSION=	2.52.42
 
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 0ecbbe7bbc73..bccf62ec5c0b 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762591915
-SHA256 (cego-2.52.40.tar.gz) = 34991ee841581811b9671cf7efe2e74736ab434f0aefa1e3c1d0acd13f6f3794
-SIZE (cego-2.52.40.tar.gz) = 3309482
+TIMESTAMP = 1763891249
+SHA256 (cego-2.52.42.tar.gz) = 5a7a356b508ae040438d55c2bdcf9d727093e7e60a6cc5d876dbef14b6b3a596
+SIZE (cego-2.52.42.tar.gz) = 3309629
diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile
index bec8022ffe7f..0dea9cd00a65 100644
--- a/devel/lfcbase/Makefile
+++ b/devel/lfcbase/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	lfcbase
-PORTVERSION=	1.22.1
+PORTVERSION=	1.22.2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 
diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo
index 4d89c07c9cc3..5827d5a6be26 100644
--- a/devel/lfcbase/distinfo
+++ b/devel/lfcbase/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752778743
-SHA256 (lfcbase-1.22.1.tar.gz) = ddd0215050917bad278ca9741b04fbe53610e5615136e7db5f0eb98e9d8a4423
-SIZE (lfcbase-1.22.1.tar.gz) = 668483
+TIMESTAMP = 1763891235
+SHA256 (lfcbase-1.22.2.tar.gz) = df720c1be41c0c6104d9869b7e4fe43c52a8fa84e7f6da658c6f669428164037
+SIZE (lfcbase-1.22.2.tar.gz) = 668945


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6922ea08.3c5be.5d700eae>