svn commit: r557082 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sat Dec 5 20:25:00 UTC 2020


Author: pi
Date: Sat Dec  5 20:24:59 2020
New Revision: 557082
URL: https://svnweb.freebsd.org/changeset/ports/557082

Log:
  databases/cego: update 2.46.0 -> 2.46.5
  
  - Fix in CegoExpr::evalField, fixed dimension was still not handled
    here for ADD and SUB cases
  - Added error msg improvement in CegoProcBlock
  - Added MAXDELETEPAGE parameter to show parameter admin command
  - set default checkpoint value for new defined tablesets
  - added function check in CegoFunction::evalFieldValue to ensure, this is
    not a procedure without return value
  - Fix in CegoTableManager for table altering. No type conversion
    allowed with alter modify and no length shrinking
  
  Submitted by:	Björn Lemke <lemke at lemke-it.com>

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sat Dec  5 20:23:17 2020	(r557081)
+++ head/databases/cego/Makefile	Sat Dec  5 20:24:59 2020	(r557082)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.46.0
+PORTVERSION=	2.46.5
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Dec  5 20:23:17 2020	(r557081)
+++ head/databases/cego/distinfo	Sat Dec  5 20:24:59 2020	(r557082)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1606588947
-SHA256 (cego-2.46.0.tar.gz) = 41295c5289bf07c039ac607e09efe94c1a436ec5700c9a5b6f5af9f170ccef82
-SIZE (cego-2.46.0.tar.gz) = 3247900
+TIMESTAMP = 1607179590
+SHA256 (cego-2.46.5.tar.gz) = 2e8b2a6b6a97ecb4d9f74b53c2aa5153a5456a8424d05fac5666254863879f69
+SIZE (cego-2.46.5.tar.gz) = 3160924


More information about the svn-ports-head mailing list