From 0fdd0ce6756f0f55939d35b5e4498295d7a0b858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lemke?= Date: Sat, 5 Apr 2025 18:07:10 +0200 Subject: [PATCH] */*: update several cego related ports devel/lfcbase 1.18.11 -> 1.19.0 - Changed Datetime::asLong to return signed long values ( long long ). This is needed to support timestamp values before 01.01.1970, which are signed negative databases/cego 2.50.6 -> 2.51.0 - consolidate grammar productions for query conditions and procedure conditions - Since CegoPredicate::CompType has received new type EXPRONLY, this requires a tableset export/import for upgrading to this version ( for predicate encoding / decoding ) - Several changed in CegoFieldValue to switch from Datetime integer type unsigned long long to long long. This is required to support datetime comparison for values before 01.01.1970 databases/cegobridge 1.8.1 -> 1.9.0 - adapt to cego 2.51.0 --- databases/cego/Makefile | 2 +- databases/cego/distinfo | 6 +++--- databases/cego/pkg-plist | 8 ++------ databases/cegobridge/Makefile | 2 +- databases/cegobridge/distinfo | 6 +++--- devel/lfcbase/Makefile | 2 +- devel/lfcbase/distinfo | 6 +++--- 7 files changed, 14 insertions(+), 18 deletions(-) diff --git a/databases/cego/Makefile b/databases/cego/Makefile index e032fbbaaaa8..a3ec923647da 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.50.6 +PORTVERSION= 2.51.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index d619fca57a92..2bd1769800fd 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743348790 -SHA256 (cego-2.50.6.tar.gz) = 5f07bcc3b761e31aa0d5d34121564a551a56684b12ee66c27e7300cd7183830b -SIZE (cego-2.50.6.tar.gz) = 3221065 +TIMESTAMP = 1743839528 +SHA256 (cego-2.51.0.tar.gz) = 7066ec88d765b59ddda0fc1a5d897b28f331d47f7eba38f7221659e85a0de0f0 +SIZE (cego-2.51.0.tar.gz) = 3301094 diff --git a/databases/cego/pkg-plist b/databases/cego/pkg-plist index a53d1c68647e..ab84ff44a849 100644 --- a/databases/cego/pkg-plist +++ b/databases/cego/pkg-plist @@ -50,7 +50,7 @@ include/cego/CegoCheckpoint.h include/cego/CegoCheckpointDump.h include/cego/CegoClob.h include/cego/CegoComparison.h -include/cego/CegoCondDesc.h +include/cego/CegoCondition.h include/cego/CegoContentObject.h include/cego/CegoDataPointer.h include/cego/CegoDataType.h @@ -75,8 +75,6 @@ include/cego/CegoFunction.h include/cego/CegoGroupCursor.h include/cego/CegoGroupNode.h include/cego/CegoGroupSpace.h -include/cego/CegoHavingCond.h -include/cego/CegoHavingDesc.h include/cego/CegoImpInStream.h include/cego/CegoJDBCInfo.h include/cego/CegoJoinObject.h @@ -97,11 +95,10 @@ include/cego/CegoOrderCursor.h include/cego/CegoOrderNode.h include/cego/CegoOrderSpace.h include/cego/CegoOutput.h -include/cego/CegoPredDesc.h +include/cego/CegoPredicate.h include/cego/CegoProcAssignStmt.h include/cego/CegoProcBlock.h include/cego/CegoProcBlockStmt.h -include/cego/CegoProcCond.h include/cego/CegoProcCursor.h include/cego/CegoProcCursorCloseStmt.h include/cego/CegoProcCursorCreateStmt.h @@ -110,7 +107,6 @@ include/cego/CegoProcFetch.h include/cego/CegoProcIfStmt.h include/cego/CegoProcNoopStmt.h include/cego/CegoProcObject.h -include/cego/CegoProcPred.h include/cego/CegoProcQueryStmt.h include/cego/CegoProcReturnStmt.h include/cego/CegoProcStmt.h diff --git a/databases/cegobridge/Makefile b/databases/cegobridge/Makefile index 1afbd3feb9c6..b5d392ae07cb 100644 --- a/databases/cegobridge/Makefile +++ b/databases/cegobridge/Makefile @@ -1,5 +1,5 @@ PORTNAME= cegobridge -PORTVERSION= 1.8.1 +PORTVERSION= 1.9.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cegobridge/distinfo b/databases/cegobridge/distinfo index dd5303229e7c..0e6a6e38153e 100644 --- a/databases/cegobridge/distinfo +++ b/databases/cegobridge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738243430 -SHA256 (cegobridge-1.8.1.tar.gz) = bc4778f4b20bff04dec24d163cadc157467a4f79aebe453ea83abe8b749e7781 -SIZE (cegobridge-1.8.1.tar.gz) = 617984 +TIMESTAMP = 1743839586 +SHA256 (cegobridge-1.9.0.tar.gz) = 0ac52240d8461ec60f394027ab3fe0d15df7e99e5dbe87dfab7d24d0f6a1a101 +SIZE (cegobridge-1.9.0.tar.gz) = 616967 diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index 1e33d5cc0759..2612c95da3ca 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,5 +1,5 @@ PORTNAME= lfcbase -PORTVERSION= 1.18.11 +PORTVERSION= 1.19.0 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index 736d87ce9195..41745511a318 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733592963 -SHA256 (lfcbase-1.18.11.tar.gz) = a65902bc34a19ccd399958c504e4e997b011997038e02a4c83fc0ebbf7a129ce -SIZE (lfcbase-1.18.11.tar.gz) = 707223 +TIMESTAMP = 1743839571 +SHA256 (lfcbase-1.19.0.tar.gz) = 91e9e17a7d3b17f430586f6920ce8a4de5ae18b02ebe0c83478e8d5bdf436e2f +SIZE (lfcbase-1.19.0.tar.gz) = 705067