git: e577c12f185d - main - databases/cego: update 2.51.5 -> 2.51.7

From: Kurt Jaeger <pi_at_FreeBSD.org>
Date: Mon, 21 Apr 2025 12:04:49 UTC
The branch main has been updated by pi:

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

commit e577c12f185d39a483865ec84ee338db52cc5b73
Author:     Björn Lemke <lemke@lemke-it.com>
AuthorDate: 2025-04-21 12:02:32 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2025-04-21 12:02:32 +0000

    databases/cego: update 2.51.5 -> 2.51.7
    
    - Fix added in CegoFactor::getAggregationList:
      for case QUERY and case FETCH, the not-supported exceptions
      have been removed, otherwise this leads a useless exception
      in CegoAttrCond::asConjunctionList where aggregations are just checked
    - Added grammer change in Cego.def to ensure operator precedence
      for AND and OR condition operator.
      AND has higher precedence if no enclosing braces are given.
      The result for the following queries should be the same
      select * from t1 where a = 42 or a = 1 and  b = 'X' ;
      select * from t1 where a = 1 and  b = 'X' or a = 42;
      select * from t1 where a = 42 or ( a = 1 and  b = 'X' );
    - With cego version before 2.51.7, braces have been mandatory to
      ensure operator precedence.
      With the new grammar extension, the AND operator has a higher presedence
---
 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 71ace9e194c2..62d8a21679e2 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cego
-PORTVERSION=	2.51.5
+PORTVERSION=	2.51.7
 
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 5eb24fba000e..3842086df5bc 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1744529594
-SHA256 (cego-2.51.5.tar.gz) = 8d1c19aae89f2d325c38f89c636fbe26e4c191dd24f031437173d1771402f84a
-SIZE (cego-2.51.5.tar.gz) = 3300673
+TIMESTAMP = 1745234929
+SHA256 (cego-2.51.7.tar.gz) = 68c12337b6af58b0bff8271ef53f633dca12b28a906c2f61a962793f687cd825
+SIZE (cego-2.51.7.tar.gz) = 3301078