Date: Thu, 11 Aug 2016 10:54:17 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420058 - in head: databases/cego devel/lfcbase Message-ID: <201608111054.u7BAsHPA051350@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Aug 11 10:54:17 2016 New Revision: 420058 URL: https://svnweb.freebsd.org/changeset/ports/420058 Log: devel/lfcbase: 1.8.9 -> 1.8.10 databases/cego: 2.30.21 -> 2.30.23 lfcbase: - Improvements for BigDecimal class All values are normalized now and stored now with non trailing zeros cego: - Fixes for cast operations regarding values for type fixed - Fix in CegoClient, global vars __currencySymbol and __decimalPoint still have not been set up correctly, done in the same way as for CegoMain on server side - Added verify005.sql to dbcheck suite to verify cast operations Submitted by: Bjoern Lemke <lemke@lemke-it.com> Modified: head/databases/cego/Makefile head/databases/cego/distinfo head/devel/lfcbase/Makefile head/devel/lfcbase/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Thu Aug 11 10:32:56 2016 (r420057) +++ head/databases/cego/Makefile Thu Aug 11 10:54:17 2016 (r420058) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.30.21 +PORTVERSION= 2.30.23 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Thu Aug 11 10:32:56 2016 (r420057) +++ head/databases/cego/distinfo Thu Aug 11 10:54:17 2016 (r420058) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469449487 -SHA256 (cego-2.30.21.tar.gz) = 3d29b13c3e7b89bc1bbb315ec17f9a7472fef73a30f0eb4f67a0ffb0e2e9e88b -SIZE (cego-2.30.21.tar.gz) = 1401382 +TIMESTAMP = 1470911704 +SHA256 (cego-2.30.23.tar.gz) = 45c37afa960276eb3567229bb696e8aa29f1d069eb0f8cdb28d7530bda9b9a31 +SIZE (cego-2.30.23.tar.gz) = 1401651 Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Thu Aug 11 10:32:56 2016 (r420057) +++ head/devel/lfcbase/Makefile Thu Aug 11 10:54:17 2016 (r420058) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.8.9 +PORTVERSION= 1.8.10 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Thu Aug 11 10:32:56 2016 (r420057) +++ head/devel/lfcbase/distinfo Thu Aug 11 10:54:17 2016 (r420058) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468866517 -SHA256 (lfcbase-1.8.9.tar.gz) = 2db4de32467ae960b2ec35e276c9ff3ac9d43acb6ada0dcac378f52bf9513acd -SIZE (lfcbase-1.8.9.tar.gz) = 607466 +TIMESTAMP = 1470911683 +SHA256 (lfcbase-1.8.10.tar.gz) = cf2edfffe16f2a0622e672a8e2f0073745ffe0454b95cf9c31118af5830588bc +SIZE (lfcbase-1.8.10.tar.gz) = 607610
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608111054.u7BAsHPA051350>