Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jan 2017 15:43:37 +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: r430257 - head/databases/cego
Message-ID:  <201701011543.v01Fhbbu058716@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Jan  1 15:43:37 2017
New Revision: 430257
URL: https://svnweb.freebsd.org/changeset/ports/430257

Log:
  databases/cego: update 2.32.4 -> 2.32.5
  
  - Added another performance patch to CegoBTreeCursor.
    The method compValue has been redesigned in a way, that comparison
    is prepared at cursor creation time and so could be executed in
    a optimized and faster way
    This speeds up queries with joined tables, where the joined table
    is traced many times ( e.g. select count(*) from t1, t2 where
    t1.a = t2.a )
  
  Submitted by:	Bjoern Lemke <lemke@lemke-it.com>

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sun Jan  1 14:34:53 2017	(r430256)
+++ head/databases/cego/Makefile	Sun Jan  1 15:43:37 2017	(r430257)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.32.4
+PORTVERSION=	2.32.5
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Jan  1 14:34:53 2017	(r430256)
+++ head/databases/cego/distinfo	Sun Jan  1 15:43:37 2017	(r430257)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483134754
-SHA256 (cego-2.32.4.tar.gz) = 8b5ebc092c758dd01891c0d1f8d6a3046780176ae247aa8fec92ad44d406a2f1
-SIZE (cego-2.32.4.tar.gz) = 1395960
+TIMESTAMP = 1483284921
+SHA256 (cego-2.32.5.tar.gz) = 26a1deef2be9f66addb059224384d558beaf76512aa0a712c1973f3a5ab0c833
+SIZE (cego-2.32.5.tar.gz) = 1396579



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701011543.v01Fhbbu058716>