mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
*/*: 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
This commit is contained in:
parent
ef324dcb1c
commit
0fdd0ce675
7 changed files with 14 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= cego
|
||||
PORTVERSION= 2.50.6
|
||||
PORTVERSION= 2.51.0
|
||||
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.lemke-it.com/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= cegobridge
|
||||
PORTVERSION= 1.8.1
|
||||
PORTVERSION= 1.9.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.lemke-it.com/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= lfcbase
|
||||
PORTVERSION= 1.18.11
|
||||
PORTVERSION= 1.19.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.lemke-it.com/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue