svn commit: r454234 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Wed Nov 15 12:32:36 UTC 2017


Author: pi
Date: Wed Nov 15 12:32:34 2017
New Revision: 454234
URL: https://svnweb.freebsd.org/changeset/ports/454234

Log:
  databases/cego: update 2.37.1 -> 2.37.3
  
  - Fix in CegoClient, the new comment logic by using Tokenizer does
    not work ( '-' characters are detected as comment tokens ). Code
    replaced by using posStr chain function
  - Adaption in CegoMain to also parse comment lines in a more
    sophisticated way ( same as in CegoMain ), just relevant for server
    batch mode
  - Optimization in CegoDistCuror::joinSetup, the join predicate is
    now analysed in a way, that a condition list is created ( via makeCNF
    and createCondition methods in CegoQueryHelper ). The condition
    list then is analysed to achieve a better cursor condition which
    results in improved index usage
  
  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	Wed Nov 15 11:35:47 2017	(r454233)
+++ head/databases/cego/Makefile	Wed Nov 15 12:32:34 2017	(r454234)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.37.1
+PORTVERSION=	2.37.3
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Wed Nov 15 11:35:47 2017	(r454233)
+++ head/databases/cego/distinfo	Wed Nov 15 12:32:34 2017	(r454234)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510339178
-SHA256 (cego-2.37.1.tar.gz) = 26b203bf0fc60acaf5ac6602806d5ee814edc728d5350f2349bb4bbc986df41f
-SIZE (cego-2.37.1.tar.gz) = 1440162
+TIMESTAMP = 1510726598
+SHA256 (cego-2.37.3.tar.gz) = 4bad7a9e060400842cc50f5905fe02d9670b3ae947bad7c41951553423bc4aa0
+SIZE (cego-2.37.3.tar.gz) = 1440511


More information about the svn-ports-head mailing list