svn commit: r380139 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sat Feb 28 12:29:20 UTC 2015


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


More information about the svn-ports-all mailing list