Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2020 15:46:09 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555118 - head/databases/cego
Message-ID:  <202011141546.0AEFk9hj016461@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Nov 14 15:46:09 2020
New Revision: 555118
URL: https://svnweb.freebsd.org/changeset/ports/555118

Log:
  databases/cego: update 2.45.28 -> 2.45.31
  
  - Added case-cond support for aggregation queries
  - Fix in CegoCaseCond::evalField, all expression are evaluated now
    and are checked for type mismatch. Expressions must return the same
    type, otherwise this might lead to value evaluation problems. This
    fix also leads to fix in CegoFieldValue::getDim() and CegoFactor::evalField
    since now getDim ist used for field length specification which is
    also compared by CegoCaseCond::evalField
  
  Submitted by:	Björn Lemke <lemke@lemke-it.com>

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sat Nov 14 15:28:42 2020	(r555117)
+++ head/databases/cego/Makefile	Sat Nov 14 15:46:09 2020	(r555118)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.45.28
+PORTVERSION=	2.45.31
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Nov 14 15:28:42 2020	(r555117)
+++ head/databases/cego/distinfo	Sat Nov 14 15:46:09 2020	(r555118)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603643879
-SHA256 (cego-2.45.28.tar.gz) = f5fe85495c30e9fcc531454b69114f0f2c6bb3f69feae4264ed2101d922e110e
-SIZE (cego-2.45.28.tar.gz) = 3157069
+TIMESTAMP = 1605368252
+SHA256 (cego-2.45.31.tar.gz) = 64d2348c7321c3d9e75c022a0b02404a99988474c916516cde8a15a9a884d214
+SIZE (cego-2.45.31.tar.gz) = 3158145



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