diff options
author | Björn Lemke <lemke@lemke-it.com> | 2023-11-16 20:25:44 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2023-11-16 20:25:44 +0000 |
commit | 914f3cfd15a6d3d09af6fcb6d26036050ae7d09b (patch) | |
tree | f5c3348ba113ee353bea67a703dd0c2c7e62e84b | |
parent | 10f67df6e99133a47ed38b9473bd7f14662a04e6 (diff) | |
download | ports-914f3cfd15a6d3d09af6fcb6d26036050ae7d09b.tar.gz ports-914f3cfd15a6d3d09af6fcb6d26036050ae7d09b.zip |
databases/cego: update 2.48.32 -> 2.48.34
- Add patch in CegoFactor::setFieldListArray, _flaCached again is
set to false since the field list in the the array may change
( e.g. for outer join queries used in views )
- In CegoDistCursor::getTuple, the tuple retrievel has been changed
for view objects. Complicated reasons...
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 68c43b2d0199..61c34d242c2d 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.48.32 +PORTVERSION= 2.48.34 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 9d268871541b..9fa4319e6e01 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699971266 -SHA256 (cego-2.48.32.tar.gz) = 86f89a913d7f45ed99a005a707fff8194f0c91c20af238678cfbb50ce6240d0c -SIZE (cego-2.48.32.tar.gz) = 3269360 +TIMESTAMP = 1700152089 +SHA256 (cego-2.48.34.tar.gz) = 8f427f43796e9dfc1d97172d4b463507f7c79139ccbd8d976b724425f854d7e1 +SIZE (cego-2.48.34.tar.gz) = 3278954 |