Date: Thu, 22 Sep 2022 13:00:29 GMT From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3da7b521739b - main - devel/lfcbase,databases/cego: update 1.16.5 -> 1.16.6, 2.47.27 -> 2.47.29 Message-ID: <202209221300.28MD0Th8011154@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=3da7b521739bc5e37d6a0b978cb4550865cb8ae1 commit 3da7b521739bc5e37d6a0b978cb4550865cb8ae1 Author: Björn Lemke <lemke@lemke-it.com> AuthorDate: 2022-09-22 12:56:32 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2022-09-22 12:56:32 +0000 devel/lfcbase,databases/cego: update 1.16.5 -> 1.16.6, 2.47.27 -> 2.47.29 lfcbase: - Added new method BigDecimal::scaleTo to change scaling for an instance. This includes an appropriate rounding, if scaling is reduced cego: - In CegoFieldValue::castTo, cast from varchar to fixed is done now with newly introduced BigDecimal::scaleTo method This includes an appropriate rounding in case of precision reduction. - Fix in CegoCaseCondition to allow null types in condition see dbcheck/check106.sql for a sample --- databases/cego/Makefile | 2 +- databases/cego/distinfo | 6 +++--- devel/lfcbase/Makefile | 2 +- devel/lfcbase/distinfo | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/databases/cego/Makefile b/databases/cego/Makefile index ef076aec9942..52be8ab3b3d6 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.47.27 +PORTVERSION= 2.47.29 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 8b045a66e65b..a373f961e104 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660657582 -SHA256 (cego-2.47.27.tar.gz) = 3a1141990401a0bf5fe8c8441ef22152234bc824e899a024761f121a8a0148b9 -SIZE (cego-2.47.27.tar.gz) = 3473000 +TIMESTAMP = 1663837175 +SHA256 (cego-2.47.29.tar.gz) = 6fcc040cd24dd4d184cac8f6c4c7554a9e678729856088b7b4a6011e7117d955 +SIZE (cego-2.47.29.tar.gz) = 3473181 diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index dfce8bae972b..38c721694e18 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,5 +1,5 @@ PORTNAME= lfcbase -PORTVERSION= 1.16.5 +PORTVERSION= 1.16.6 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index 4204c2448713..47fbc095272d 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660657505 -SHA256 (lfcbase-1.16.5.tar.gz) = 6ff76a3322ac2c69c269fe4c6820e2f652223da0c2024016d9f306a2d3dedcc5 -SIZE (lfcbase-1.16.5.tar.gz) = 649395 +TIMESTAMP = 1663837149 +SHA256 (lfcbase-1.16.6.tar.gz) = 2b3a342fe24cdd4479d15320f52432f4a50e1666bd605356e8f2130a98bd585f +SIZE (lfcbase-1.16.6.tar.gz) = 649646
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209221300.28MD0Th8011154>