svn commit: r430257 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sun Jan 1 15:43:38 UTC 2017


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 at 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


More information about the svn-ports-head mailing list