svn commit: r563242 - head/databases/cego
Kurt Jaeger
pi at FreeBSD.org
Fri Jan 29 19:37:31 UTC 2021
Author: pi
Date: Fri Jan 29 19:37:30 2021
New Revision: 563242
URL: https://svnweb.freebsd.org/changeset/ports/563242
Log:
databases/cego: update 2.46.6 -> 2.46.7
- Added fix in CegoTableManager::createBTree
For btree value extraction, we also have to use
valueFromSchema(tableSchema, btreeSchema)
Otherwise, in case if inverted index attributes, the values are
not extraced correctly
Example:
create table t1 ( a int, b string(10));
insert into t1 values ( 1, 'alpha');
create btree b1 on t1(b,a); -- inverted, value for a would be
not setup correctly
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 Fri Jan 29 19:33:27 2021 (r563241)
+++ head/databases/cego/Makefile Fri Jan 29 19:37:30 2021 (r563242)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.46.6
+PORTVERSION= 2.46.7
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo Fri Jan 29 19:33:27 2021 (r563241)
+++ head/databases/cego/distinfo Fri Jan 29 19:37:30 2021 (r563242)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611482222
-SHA256 (cego-2.46.6.tar.gz) = cfba50791a46703b465b2aa9ddf2eed520f92939dce510c6d432c8765587f9b1
-SIZE (cego-2.46.6.tar.gz) = 3160870
+TIMESTAMP = 1611946677
+SHA256 (cego-2.46.7.tar.gz) = d8155a77a5a88cadf2072d34a9ef13c5cf2be3f6b48987c973e4b90a2ce637cb
+SIZE (cego-2.46.7.tar.gz) = 3161095
More information about the svn-ports-all
mailing list