svn commit: r418182 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Thu Jul 7 13:30:55 UTC 2016


Author: pi
Date: Thu Jul  7 13:30:54 2016
New Revision: 418182
URL: https://svnweb.freebsd.org/changeset/ports/418182

Log:
  databases/cego: 2.30.12 -> 2.30.14
  
  - Added alter table modify command just for default values.
      alter table t1 modify column a default 42;
  - Improvement for hash calculation in CegoBufferPool::calcSegement.
    For a better page spreading, the segment calculation was changed
    to a more linear approach
  - Added more cast cases to CegoField::castTo, still not completed
  - Cast handling in CegoFieldValue::castTo completed.
    This allows an any to any value casting, except lob values and
    some unsupported datetime casts ( e.g. bool to datetime really
    makes no sense )
  - Fix in CegoBufferPool::poolInfo, the spread rate calculation was
    not done correctly
  
  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	Thu Jul  7 13:29:45 2016	(r418181)
+++ head/databases/cego/Makefile	Thu Jul  7 13:30:54 2016	(r418182)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.30.12
+PORTVERSION=	2.30.14
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Thu Jul  7 13:29:45 2016	(r418181)
+++ head/databases/cego/distinfo	Thu Jul  7 13:30:54 2016	(r418182)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1467005489
-SHA256 (cego-2.30.12.tar.gz) = 73bdceea9e7cd40032b64c99cf4795f400b8518634ed7a4cfd548e380f7aa6b8
-SIZE (cego-2.30.12.tar.gz) = 1399988
+TIMESTAMP = 1467896783
+SHA256 (cego-2.30.14.tar.gz) = f37fcd7ab9063937e44ff28ddae5c3f24352c8891e0a3a0e826173d2b14d2cea
+SIZE (cego-2.30.14.tar.gz) = 1406196


More information about the svn-ports-all mailing list