svn commit: r401478 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Fri Nov 13 06:35:50 UTC 2015


Author: pi
Date: Fri Nov 13 06:35:48 2015
New Revision: 401478
URL: https://svnweb.freebsd.org/changeset/ports/401478

Log:
  databases/cego: 2.26.11 -> 2.26.12
  
  - cgsimload with 3 mio ops and 2 processes passed
  - Fix in CegoBTreeCursor::getFirst, if pAttrCond == 0 and btree is empty,
    the method call tries to claim a zero datapointer
  - Reorganization of CegoDistManager and CegoTabelManager, all
    methods, which are calling useObject/unuseObject are located in
    CegoTableManager class now.
  
  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	Fri Nov 13 04:58:40 2015	(r401477)
+++ head/databases/cego/Makefile	Fri Nov 13 06:35:48 2015	(r401478)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.26.11
+PORTVERSION=	2.26.12
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Fri Nov 13 04:58:40 2015	(r401477)
+++ head/databases/cego/distinfo	Fri Nov 13 06:35:48 2015	(r401478)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.26.11.tar.gz) = 057abad2cb2c4f16ac774b0bcbb7c88252a1c284a1ddda1ea927979e4e6fca5d
-SIZE (cego-2.26.11.tar.gz) = 1241526
+SHA256 (cego-2.26.12.tar.gz) = d6aed26acea7f6026f918b8c63cec01f1780add083317520be0031d136f6d6b3
+SIZE (cego-2.26.12.tar.gz) = 1241865


More information about the svn-ports-all mailing list