Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2020 20:53:43 +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: r553291 - head/databases/cego
Message-ID:  <202010252053.09PKrhsH055362@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Oct 25 20:53:43 2020
New Revision: 553291
URL: https://svnweb.freebsd.org/changeset/ports/553291

Log:
  databases/cego: update 2.45.25 -> 2.45.28
  
  - Fix in CegoTableManager::insertDataTable, before call
    getObjectListByTable, type must be checked ( must be CegoObject::TABLE
    ), otherwise ( for system objects ) not found exception arises.
    This error may appear with the admin commands begin backup and end
    back ( stat information is written to bustat system table )
  - Added format fix to CegoAction::formatTableInfo, to treat very
    long object names, max name length of all corresponding objects is
    now calculated and output is printed in appropriate format
  - Change in CegoAction::execProcCall and CegoAction::execFuncCall,
    procedure/function arguments are evaluated and cast in this methods
    now. This is needed, to support string to clob casting for procedure
    arguments. As a consequence the CegoProcedure::execute method has
    been changed to receive ListT instead of ListT.
  
  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	Sun Oct 25 20:27:32 2020	(r553290)
+++ head/databases/cego/Makefile	Sun Oct 25 20:53:43 2020	(r553291)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.45.25
+PORTVERSION=	2.45.28
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Oct 25 20:27:32 2020	(r553290)
+++ head/databases/cego/distinfo	Sun Oct 25 20:53:43 2020	(r553291)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600412245
-SHA256 (cego-2.45.25.tar.gz) = 6f678f44686acdcc1a7db13987461eb1924266a460df6073c419da8d04c45998
-SIZE (cego-2.45.25.tar.gz) = 3155875
+TIMESTAMP = 1603643879
+SHA256 (cego-2.45.28.tar.gz) = f5fe85495c30e9fcc531454b69114f0f2c6bb3f69feae4264ed2101d922e110e
+SIZE (cego-2.45.28.tar.gz) = 3157069



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