svn commit: r500086 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Fri Apr 26 07:35:56 UTC 2019


Author: pi
Date: Fri Apr 26 07:35:54 2019
New Revision: 500086
URL: https://svnweb.freebsd.org/changeset/ports/500086

Log:
  databases/cego: update 2.44.6 -> 2.44.7
  
  - In CegoSelect::evalSelection, optimization provided in a way,
    that schema is not evaluated explizit anymore. Rather the previous
    analysed schema ( prepare method, _evalSchema ) is used. Since for
    dynamic field length, the resulting schema must be estiamated, this
    approach is ok.
  - Fix added in CegoFunction::getReturnTypeLen, evalFieldValue for
    expression values could fail, since FLA ist still not set up. For
    this case, now the cont value RETVAL_LEN is returned as an estimation.
  
  Submitted by:	Bjoern Lemke <lemke at lemke-it.com>

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Fri Apr 26 06:23:14 2019	(r500085)
+++ head/databases/cego/Makefile	Fri Apr 26 07:35:54 2019	(r500086)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.44.6
+PORTVERSION=	2.44.7
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Fri Apr 26 06:23:14 2019	(r500085)
+++ head/databases/cego/distinfo	Fri Apr 26 07:35:54 2019	(r500086)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556020020
-SHA256 (cego-2.44.6.tar.gz) = 2b15e0c0b16e73588cf1b500fd2137ea83135d02c6ee6efe7ebe0b8991887c3d
-SIZE (cego-2.44.6.tar.gz) = 2798303
+TIMESTAMP = 1556263131
+SHA256 (cego-2.44.7.tar.gz) = 7d52760dd784fa5e945fc93294e221ff1166712a8f7277d6dd90258bc3ad12eb
+SIZE (cego-2.44.7.tar.gz) = 2797948


More information about the svn-ports-head mailing list