svn commit: r445730 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Fri Jul 14 06:22:07 UTC 2017


Author: pi
Date: Fri Jul 14 06:22:06 2017
New Revision: 445730
URL: https://svnweb.freebsd.org/changeset/ports/445730

Log:
  databases/cego: update 2.33.16 -> 2.33.18
  
  - Method cleanup in CegoSelect.cc, also some irrelevant case is
    treated for grouping clauses in combination with distinct operator
  - Added tablemanager parameter to CegoProcWhileStmt to catch query
    abort. In case of infinite while loops, this enables the db admin
    to abort procedure execution
  - Optimization for CegoFunction::SETCOUNT procedure implementation
    added. Now this is an atomic operation, instead of calling
    getCounterValue.
  - For this, also the CegoXMLSpace::setCounterValue method has been
    changed to return the current counter value return the current
    counter value
  
  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 Jul 14 06:16:30 2017	(r445729)
+++ head/databases/cego/Makefile	Fri Jul 14 06:22:06 2017	(r445730)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.33.16
+PORTVERSION=	2.33.18
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Fri Jul 14 06:16:30 2017	(r445729)
+++ head/databases/cego/distinfo	Fri Jul 14 06:22:06 2017	(r445730)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498713568
-SHA256 (cego-2.33.16.tar.gz) = c85937f08d947f84b6f5cee292e438b412c6e41503302005ceb0c1f9d6d2e771
-SIZE (cego-2.33.16.tar.gz) = 1410093
+TIMESTAMP = 1499977796
+SHA256 (cego-2.33.18.tar.gz) = d897a59fae19d88ea371e7a917ddf9ed5638e1550c871439827d662a3721490d
+SIZE (cego-2.33.18.tar.gz) = 1407615


More information about the svn-ports-all mailing list