diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2020-11-29 03:28:21 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2020-11-29 03:28:21 +0800 |
commit | 609b3ea635464ff1d3385cf8fee80989549e9153 (patch) | |
tree | b890ff59d4e2d8dacb5ce4375f4a4dfcf4948dcf /devel/lfcbase | |
parent | 3efddcaba91d3f3d48b8ce967cd50b9a2e663ce6 (diff) | |
download | freebsd-ports-gnome-609b3ea635464ff1d3385cf8fee80989549e9153.tar.gz freebsd-ports-gnome-609b3ea635464ff1d3385cf8fee80989549e9153.tar.zst freebsd-ports-gnome-609b3ea635464ff1d3385cf8fee80989549e9153.zip |
devel/lfcbase: update 1.14.6 -> 1.15.0
devel/lfcxml: update 1.2.11 -> 1.3.0
databases/cego: update 2.45.35 -> 2.46.0
databases/cegobridge: update 1.5.4 -> 1.6.0
Please note: database updates from 2.45.x to version 2.46.x require
a xml tableset export and import, since table structure information
has been changed!
lfcbase:
- Added template class GraphT for dependency graph implementations
- Fix in BigInteger::mul and BigInteger::div, signing was not treated
( e.g. -12 * 12 => -144 ( was 144 ) )
lfcxml: get in sync with lfcbase
cego:
- Added fix in CegoViewObject::getId. Since it cannot be decided,
if the underlying query result has been changed, we have to
throw MOD_QUERY_ID
- Another query cache fix in CegoFunction:getId, rand and liob
functions have been added to throw MOD_QUERY_ID exception, since
for those function it can not be ad hoc decided, if the result is
modified
- Added type dimension information for CegoField class. This enables the
database to define length and dim information for fixed and decimal
data types. For this the syntax has been expanded. Instead of storing
RESERVED_BTREE_FLOATLEN for btrees on fixed or decimal columns,
the specified length information is used now.
Submitted by: Björn 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 c2d9880104a1..8c82c5565b57 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.14.6 +PORTVERSION= 1.15.0 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index 4bc0b8a8c9bf..4acdc9482638 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605368787 -SHA256 (lfcbase-1.14.6.tar.gz) = bcf6ca3e9044a591b4ac81d56f3dbe710fd98a88b9dd7be000387ecb41ddb91a -SIZE (lfcbase-1.14.6.tar.gz) = 645877 +TIMESTAMP = 1606590837 +SHA256 (lfcbase-1.15.0.tar.gz) = 5f4983f2302f4384c198099be807994ffd834676ea0832a74b1529cf4740f0c0 +SIZE (lfcbase-1.15.0.tar.gz) = 647131 |