git: 314ad8b61a98 - main - databases/cego: 2.48.10 -> 2.48.14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Jan 2023 10:49:22 UTC
The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=314ad8b61a980fe77aeb170b6742af1503aad7dc commit 314ad8b61a980fe77aeb170b6742af1503aad7dc Author: Björn Lemke <lemke@lemke-it.com> AuthorDate: 2023-01-24 09:16:44 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2023-01-24 10:49:11 +0000 databases/cego: 2.48.10 -> 2.48.14 - Fix added in CegoObjectManager::alterObject, after freeing old page entry, page should be unfixed with marked as dirty. In the main loop, unfix has been changed to dirty = false - Added function dateformat which can be feeded with two expressions to return a datetime value from a given format and value string ( analog to date(x,y) which expects constant input values ) - Added more date functions to the datefunc package. Now there are the following date functions available int second(datetime d) int minute(datetime d) int hour(datetime d) int day(datetime d) int month(datetime d) int year(datetime d) datetime plusHour(datetime d, int hr) datetime plusDay(datetime d, int dy) datetime plusMonth(datetime d, int mt) datetime plusYear(datetime d, int yr) datetime minusHour(datetime d, int hr) datetime minusDay(datetime d, int dy) datetime minusMonth(datetime d, int mt) datetime minusYear(datetime d, int yr) - In CegoMain, added DEFAULTDATETIMEFORMAT1 to dateFormat list to also parse this format for native cast from string to datetime - Added Query Cache menu to CegoAdmScreen to manage query cache parameters --- databases/cego/Makefile | 2 +- databases/cego/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/cego/Makefile b/databases/cego/Makefile index a4a5bca39f27..d26041d54430 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.48.10 +PORTVERSION= 2.48.14 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 957f951eb1dd..758b06a2014c 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672738126 -SHA256 (cego-2.48.10.tar.gz) = bcd28bb6d0d56ea0e9e93a8130c3dd04620c0409ebfffcb810a720e26ec2f555 -SIZE (cego-2.48.10.tar.gz) = 3219807 +TIMESTAMP = 1674549974 +SHA256 (cego-2.48.14.tar.gz) = 02c67d50e45ec0c9d7273d9244af899851f8b65bc88f30063fe8b13b7ff90b0b +SIZE (cego-2.48.14.tar.gz) = 3222605