diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-12-10 20:36:28 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-12-10 20:36:28 +0000 |
commit | 133458ad7fd3694ec97663c7db5ef3acbd001e0d (patch) | |
tree | abaa6a9841561233740b2298da7e4cede5e07fec /databases/cego | |
parent | 1ad1f75c70c72de7c8a4682deb5c8efade963c51 (diff) |
devel/lfcbase: update 1.11.3 -> 1.11.4
databases/cego: update 2.38.9 -> 2.38.10
lfcbase:
- Fixes in TreeT class, changed methods First, Next, isEmpty and
compare operators to const
cego:
- Fix in CegoDistManager, we have to use a dedicated parser for
loadView and loadProc methods. Otherwise compilation may fail in
case of nested objects ( e.g. a view which references another view
object)
- Fix in CegoBTreeCursor, CegoAttrCond and CegoAttrComp, for
conflicting cursor conditions ( e.g. a = 4 and a < 1 ), the cursor
evaluation failed, since just the primary condition was treated.
- For CegoBTreeCursor, the method fullMatch has been introduced,
to make an final evalution in case of multi conditions.
- Also introduced: a ordering for CegoAttrComp set in
CegoAttrCond to treat more constraint conditions at the beginning
( EQUAL before LESS_THAN before NOT_EQUAL and so on )
- Changed CegoAttrCond compSet from SetT to TreeT.
This is required, since we need the ordering in the set.
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Notes
Notes:
svn path=/head/; revision=455910
Diffstat (limited to 'databases/cego')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 046acb35033f..fbd74b9e953f 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.38.9 +PORTVERSION= 2.38.10 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index e703c5990f86..0f7e1f0b5fcc 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512812987 -SHA256 (cego-2.38.9.tar.gz) = ffa712ec8c3fa365b737968670c74c50583e5c664fc5c70ddc2744bb07c9296b -SIZE (cego-2.38.9.tar.gz) = 1451437 +TIMESTAMP = 1512937688 +SHA256 (cego-2.38.10.tar.gz) = 1d6f6f3a9af98637b7e1b79bac0ba731e6677e92c153861352aa126742f2e7b9 +SIZE (cego-2.38.10.tar.gz) = 1453860 |