From owner-svn-ports-head@FreeBSD.ORG Sun Sep 14 17:55:54 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1813F6DC; Sun, 14 Sep 2014 17:55:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 038EC1E9; Sun, 14 Sep 2014 17:55:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8EHtrfo039398; Sun, 14 Sep 2014 17:55:53 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8EHtrxd039394; Sun, 14 Sep 2014 17:55:53 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201409141755.s8EHtrxd039394@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 14 Sep 2014 17:55:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368212 - 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.18-1 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: Sun, 14 Sep 2014 17:55:54 -0000 Author: pi Date: Sun Sep 14 17:55:53 2014 New Revision: 368212 URL: http://svnweb.freebsd.org/changeset/ports/368212 QAT: https://qat.redports.org/buildarchive/r368212/ Log: databases/cego: 2.20.13 -> 2.20.14 - Fix in CegoQueryHelper::decodeFVL to treat also decodings for field value list in switched order ( btree or index fvl ) - Fix in CegoAction::execIndexCheck to conform to new object comparison in CegoDatabaseManager::ObjectRecord - Fix in CegoTableManager::deleteDataTable to check for inappropriate AttrCond before executing tablecursor setup - Fix in CegoDatabaseManager::Object::operator == Index comparisons corrected ( index can either match uindex, pindex or index, btree can either match ubtree, pbtree or btree ) Submitted by: Björn Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sun Sep 14 17:53:59 2014 (r368211) +++ head/databases/cego/Makefile Sun Sep 14 17:55:53 2014 (r368212) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.20.13 +PORTVERSION= 2.20.14 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Sep 14 17:53:59 2014 (r368211) +++ head/databases/cego/distinfo Sun Sep 14 17:55:53 2014 (r368212) @@ -1,2 +1,2 @@ -SHA256 (cego-2.20.13.tar.gz) = 3234983949f741e2761cf607aa890b95517b53ded3f870ee5510ac5f621a17c8 -SIZE (cego-2.20.13.tar.gz) = 921945 +SHA256 (cego-2.20.14.tar.gz) = aa6ac38fb1336a6007860ee193d4c252f1bee5669146b5f3a7b3d20dc3f82c1e +SIZE (cego-2.20.14.tar.gz) = 922637