From owner-svn-ports-head@freebsd.org Thu Aug 11 10:54:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 043D3BB0F42; Thu, 11 Aug 2016 10:54:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1356157A; Thu, 11 Aug 2016 10:54:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7BAsH7R051354; Thu, 11 Aug 2016 10:54:17 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7BAsHPA051350; Thu, 11 Aug 2016 10:54:17 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608111054.u7BAsHPA051350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 11 Aug 2016 10:54:17 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2016 10:54:19 -0000 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 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