svn commit: r556518 - in head: databases/cego databases/cegobridge devel/lfcbase devel/lfcxml
Kurt Jaeger
pi at FreeBSD.org
Sat Nov 28 19:28:24 UTC 2020
Author: pi
Date: Sat Nov 28 19:28:21 2020
New Revision: 556518
URL: https://svnweb.freebsd.org/changeset/ports/556518
Log:
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 at lemke-it.com>
Modified:
head/databases/cego/Makefile
head/databases/cego/distinfo
head/databases/cegobridge/Makefile
head/databases/cegobridge/distinfo
head/devel/lfcbase/Makefile
head/devel/lfcbase/distinfo
head/devel/lfcxml/Makefile
head/devel/lfcxml/distinfo
Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile Sat Nov 28 18:20:37 2020 (r556517)
+++ head/databases/cego/Makefile Sat Nov 28 19:28:21 2020 (r556518)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.45.35
+PORTVERSION= 2.46.0
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo Sat Nov 28 18:20:37 2020 (r556517)
+++ head/databases/cego/distinfo Sat Nov 28 19:28:21 2020 (r556518)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605718620
-SHA256 (cego-2.45.35.tar.gz) = 53a45c300249b0234d5965710ef0a1dafb806b59b43132acb5d3931bb312435e
-SIZE (cego-2.45.35.tar.gz) = 3159084
+TIMESTAMP = 1606588947
+SHA256 (cego-2.46.0.tar.gz) = 41295c5289bf07c039ac607e09efe94c1a436ec5700c9a5b6f5af9f170ccef82
+SIZE (cego-2.46.0.tar.gz) = 3247900
Modified: head/databases/cegobridge/Makefile
==============================================================================
--- head/databases/cegobridge/Makefile Sat Nov 28 18:20:37 2020 (r556517)
+++ head/databases/cegobridge/Makefile Sat Nov 28 19:28:21 2020 (r556518)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cegobridge
-PORTVERSION= 1.5.4
+PORTVERSION= 1.6.0
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
Modified: head/databases/cegobridge/distinfo
==============================================================================
--- head/databases/cegobridge/distinfo Sat Nov 28 18:20:37 2020 (r556517)
+++ head/databases/cegobridge/distinfo Sat Nov 28 19:28:21 2020 (r556518)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575231096
-SHA256 (cegobridge-1.5.4.tar.gz) = 323cc2fe523a9d11fe9ecd26186ddf9f6b6a87beaf9677aa4a1efaafab572eb4
-SIZE (cegobridge-1.5.4.tar.gz) = 700416
+TIMESTAMP = 1606588933
+SHA256 (cegobridge-1.6.0.tar.gz) = 29b3ad8d8e91e540355103b06838eb0523d14f7bc093bc117cf584e43de17ef6
+SIZE (cegobridge-1.6.0.tar.gz) = 700409
Modified: head/devel/lfcbase/Makefile
==============================================================================
--- head/devel/lfcbase/Makefile Sat Nov 28 18:20:37 2020 (r556517)
+++ head/devel/lfcbase/Makefile Sat Nov 28 19:28:21 2020 (r556518)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lfcbase
-PORTVERSION= 1.14.6
+PORTVERSION= 1.15.0
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
Modified: head/devel/lfcbase/distinfo
==============================================================================
--- head/devel/lfcbase/distinfo Sat Nov 28 18:20:37 2020 (r556517)
+++ head/devel/lfcbase/distinfo Sat Nov 28 19:28:21 2020 (r556518)
@@ -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
Modified: head/devel/lfcxml/Makefile
==============================================================================
--- head/devel/lfcxml/Makefile Sat Nov 28 18:20:37 2020 (r556517)
+++ head/devel/lfcxml/Makefile Sat Nov 28 19:28:21 2020 (r556518)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lfcxml
-PORTVERSION= 1.2.11
+PORTVERSION= 1.3.0
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
Modified: head/devel/lfcxml/distinfo
==============================================================================
--- head/devel/lfcxml/distinfo Sat Nov 28 18:20:37 2020 (r556517)
+++ head/devel/lfcxml/distinfo Sat Nov 28 19:28:21 2020 (r556518)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600326407
-SHA256 (lfcxml-1.2.11.tar.gz) = 073f0095e1df2f74f5a986e78aa86ed754a54e695126e47fd267ed6d4913a788
-SIZE (lfcxml-1.2.11.tar.gz) = 511601
+TIMESTAMP = 1606588978
+SHA256 (lfcxml-1.3.0.tar.gz) = a547fd7a02e4d106e3cb62f335575924a38d3b87fdcb587b81b45976846e0b78
+SIZE (lfcxml-1.3.0.tar.gz) = 512116
More information about the svn-ports-head
mailing list