From owner-svn-ports-head@freebsd.org Mon Jun 27 05:36:46 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 1D714B842B3; Mon, 27 Jun 2016 05:36:46 +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 E3BE428C7; Mon, 27 Jun 2016 05:36:45 +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 u5R5ajDg055998; Mon, 27 Jun 2016 05:36:45 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5R5ajvX055996; Mon, 27 Jun 2016 05:36:45 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201606270536.u5R5ajvX055996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 27 Jun 2016 05:36:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417633 - head/databases/cego 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: Mon, 27 Jun 2016 05:36:46 -0000 Author: pi Date: Mon Jun 27 05:36:44 2016 New Revision: 417633 URL: https://svnweb.freebsd.org/changeset/ports/417633 Log: databases/cego: 2.30.11 -> 2.30.12 - Added cast improvements to CegoFieldValue::castTo method, which are also checked now with check050 - Evaluation of locale to find out decimal point character. E.g. for english locales this is ., for german this is ,. The character is used for float value handling in CegoFieldValue methods. Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Mon Jun 27 05:34:53 2016 (r417632) +++ head/databases/cego/Makefile Mon Jun 27 05:36:44 2016 (r417633) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.30.11 +PORTVERSION= 2.30.12 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Mon Jun 27 05:34:53 2016 (r417632) +++ head/databases/cego/distinfo Mon Jun 27 05:36:44 2016 (r417633) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466621042 -SHA256 (cego-2.30.11.tar.gz) = 4cf0c1d7e7d65d1ef33f01b7ccd4df80bee78006699b38cf66a2d409dab071fe -SIZE (cego-2.30.11.tar.gz) = 1399013 +TIMESTAMP = 1467005489 +SHA256 (cego-2.30.12.tar.gz) = 73bdceea9e7cd40032b64c99cf4795f400b8518634ed7a4cfd548e380f7aa6b8 +SIZE (cego-2.30.12.tar.gz) = 1399988