From owner-svn-ports-head@FreeBSD.ORG Mon Sep 15 06:42:49 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 4A172703; Mon, 15 Sep 2014 06:42:49 +0000 (UTC) Received: from mail-yh0-x22f.google.com (mail-yh0-x22f.google.com [IPv6:2607:f8b0:4002:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D621F1FC; Mon, 15 Sep 2014 06:42:48 +0000 (UTC) Received: by mail-yh0-f47.google.com with SMTP id f10so1902056yha.34 for ; Sun, 14 Sep 2014 23:42:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=5m3SXu5x/1qQwdpRQyi63rt0h2Pob7VL65Ovo+W2aSY=; b=JG55LTUfYWZMR9im49r2aDVZS3+DppKAURVjLpuxvRFTv/lzT2SJVzNFihND2Lemme 04OIu8hNn42PO1Vs6LJ96DNcE7rahEZ3qu4iQxQJDm+lpakC92d2WYtjQGvQHZ1urZFR u0aFK4FUJdm4e/iGgAayr5cODF4LA3DsPG/jj0C9ZU8FCsU/T0y06PSlonTafqGN1E9G bziHwkjt82mMeTtM3bO7Dl/RKc/1NVHEeyHo2NziqMGNZE7g/EWNFDPzDQCPVva+vTGr gYAvbnTeQHNOmUbQG/dMzV6UUrsn6+tDkgxEqRopRMuKzEPU3watCLuWdAj7uLukiiSu msTg== MIME-Version: 1.0 X-Received: by 10.236.121.44 with SMTP id q32mr31693563yhh.55.1410763367834; Sun, 14 Sep 2014 23:42:47 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.164.197 with HTTP; Sun, 14 Sep 2014 23:42:47 -0700 (PDT) In-Reply-To: <201409141755.s8EHtrxd039394@svn.freebsd.org> References: <201409141755.s8EHtrxd039394@svn.freebsd.org> Date: Mon, 15 Sep 2014 08:42:47 +0200 X-Google-Sender-Auth: 24M7TqEhTRk7GbIQhYKmrPtV21Y Message-ID: Subject: Re: svn commit: r368212 - head/databases/cego From: Antoine Brodin To: Kurt Jaeger Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" 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: Mon, 15 Sep 2014 06:42:49 -0000 On Sun, Sep 14, 2014 at 7:55 PM, Kurt Jaeger wrote: > 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 =3D=3D Index comparisons > corrected ( index can either match uindex, pindex or index, btree > can either match ubtree, pbtree or btree ) > > Submitted by: Bj=C3=B6rn Lemke > > Modified: > head/databases/cego/Makefile > head/databases/cego/distinfo Hi, Checksum and Size mismatch when trying to fetch. Cheers, Antoine > > Modified: head/databases/cego/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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=3D cego > -PORTVERSION=3D 2.20.13 > +PORTVERSION=3D 2.20.14 > CATEGORIES=3D databases > MASTER_SITES=3D http://www.lemke-it.com/ > > > Modified: head/databases/cego/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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) =3D 3234983949f741e2761cf607aa890b95517b53d= ed3f870ee5510ac5f621a17c8 > -SIZE (cego-2.20.13.tar.gz) =3D 921945 > +SHA256 (cego-2.20.14.tar.gz) =3D aa6ac38fb1336a6007860ee193d4c252f1bee56= 69146b5f3a7b3d20dc3f82c1e > +SIZE (cego-2.20.14.tar.gz) =3D 922637 >