Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2024 12:40:51 GMT
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 43a51802cc3f - main - databases/cego: update 2.48.44 -> 2.48.45
Message-ID:  <202403171240.42HCepKr034263@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=43a51802cc3f7bb231df4c9d6824f3dbc12db999

commit 43a51802cc3f7bb231df4c9d6824f3dbc12db999
Author:     Björn Lemke <lemke@lemke-it.com>
AuthorDate: 2024-03-17 12:39:33 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2024-03-17 12:39:33 +0000

    databases/cego: update 2.48.44 -> 2.48.45
    
    - Added patches for return on update handling to treat value handling
      in return list. The order in the return list must be stricter,
      otherwise field evaluation via FLA caching in CegoFactor fails.
    - returnList has been localized ( new method CegoQueryHelper::localizeFL )
      to ensure correct values after update cursor ist closed.
---
 databases/cego/Makefile | 2 +-
 databases/cego/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index 5b656aa55e15..8bc011caf2ff 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cego
-PORTVERSION=	2.48.44
+PORTVERSION=	2.48.45
 
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index ac1729e8fdd5..b2b928b2beed 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710508721
-SHA256 (cego-2.48.44.tar.gz) = f4fac5f9e3f5960ab9f35dc0ccd3416c79578a2f4ed4de716da9e174a640d539
-SIZE (cego-2.48.44.tar.gz) = 3230075
+TIMESTAMP = 1710677364
+SHA256 (cego-2.48.45.tar.gz) = ab30451f0ba5c00f565a7f4d6bc9442b98cc5beb32b7952bcff3cc4cbe6c5f49
+SIZE (cego-2.48.45.tar.gz) = 3893905



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403171240.42HCepKr034263>