Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2015 12:29:19 +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: r380139 - head/databases/cego
Message-ID:  <201502281229.t1SCTJJG039434@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Feb 28 12:29:19 2015
New Revision: 380139
URL: https://svnweb.freebsd.org/changeset/ports/380139
QAT: https://qat.redports.org/buildarchive/r380139/

Log:
  databases/cego: 2.20.21 -> 2.20.22
  
  - Added command line parameter validation for poolsize, numdbthread,
    numadminthread and numlogthread parameters
  - Fix in CegoFactor::evalFieldValue : For the QUERY case, the select
    instance was not reset. Since the query starts from a undefined point,
    this might lead to "list position exceeded" exceptions
  - Fix in CegoQueryHelper::evalSelection for isAgg-case
  
  Submitted by:	Björn Lemke <lemke@lemke-it.com> (author)

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sat Feb 28 12:25:18 2015	(r380138)
+++ head/databases/cego/Makefile	Sat Feb 28 12:29:19 2015	(r380139)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.20.21
+PORTVERSION=	2.20.22
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Feb 28 12:25:18 2015	(r380138)
+++ head/databases/cego/distinfo	Sat Feb 28 12:29:19 2015	(r380139)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.20.21.tar.gz) = d00fdc70bce0552bade37d4878a4761437a307172ddc0c1aaf48d38dc2fc8af9
-SIZE (cego-2.20.21.tar.gz) = 924292
+SHA256 (cego-2.20.22.tar.gz) = 7a73c78caa98e7b05170ea2df49fba893b289900cdcccf5fc21e9306a79cc62d
+SIZE (cego-2.20.22.tar.gz) = 924520



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