Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2015 08:05:08 +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: r401682 - head/databases/cego
Message-ID:  <201511150805.tAF858RY059674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Nov 15 08:05:08 2015
New Revision: 401682
URL: https://svnweb.freebsd.org/changeset/ports/401682

Log:
  databases/cego: 2.26.12 -> 2.26.13
  
  - Fix in CegoAttrDesc::evalReferences. In case of join objects, the
    refCount was not calculated correcty, since just the join object
    was analysed but not the sub content object. For this, a new method
    was introduced ( evalTableReferences ) and in case of join object,
    evalReferences is called recursive for all sub content objects
  
  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 Nov 15 03:57:20 2015	(r401681)
+++ head/databases/cego/Makefile	Sun Nov 15 08:05:08 2015	(r401682)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.26.12
+PORTVERSION=	2.26.13
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Nov 15 03:57:20 2015	(r401681)
+++ head/databases/cego/distinfo	Sun Nov 15 08:05:08 2015	(r401682)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.26.12.tar.gz) = d6aed26acea7f6026f918b8c63cec01f1780add083317520be0031d136f6d6b3
-SIZE (cego-2.26.12.tar.gz) = 1241865
+SHA256 (cego-2.26.13.tar.gz) = e5e1bc11952776c8527bbaeca79106225a4306cf619b97795cd18c1d99b6b984
+SIZE (cego-2.26.13.tar.gz) = 1242026



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