diff options
author | pi <pi@FreeBSD.org> | 2017-12-11 04:36:28 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-12-11 04:36:28 +0800 |
commit | f9425c3d27acf6a667ed06cd25098e53045ba94e (patch) | |
tree | abaa6a9841561233740b2298da7e4cede5e07fec /devel/lfcbase | |
parent | 4286c5405f7bd1254043a399ed69d3ec85012104 (diff) | |
download | freebsd-ports-gnome-f9425c3d27acf6a667ed06cd25098e53045ba94e.tar.gz freebsd-ports-gnome-f9425c3d27acf6a667ed06cd25098e53045ba94e.tar.zst freebsd-ports-gnome-f9425c3d27acf6a667ed06cd25098e53045ba94e.zip |
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>
Diffstat (limited to 'devel/lfcbase')
-rw-r--r-- | devel/lfcbase/Makefile | 2 | ||||
-rw-r--r-- | devel/lfcbase/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index c05daaeca75c..893677d6d21f 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.11.3 +PORTVERSION= 1.11.4 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index ca0354e69616..22a14561ceb6 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512210612 -SHA256 (lfcbase-1.11.3.tar.gz) = 1586ee2abd4c98c33a30ae82445d13764e26c4b6b823906e757226dcd9183704 -SIZE (lfcbase-1.11.3.tar.gz) = 639426 +TIMESTAMP = 1512937670 +SHA256 (lfcbase-1.11.4.tar.gz) = 086f109e563c46984a301509b3ef42d7d732d520522170b74174e7bd4f29026a +SIZE (lfcbase-1.11.4.tar.gz) = 639419 |