svn commit: r426054 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sun Nov 13 14:35:37 UTC 2016


Author: pi
Date: Sun Nov 13 14:35:36 2016
New Revision: 426054
URL: https://svnweb.freebsd.org/changeset/ports/426054

Log:
  databases/cego: update 2.31.1 -> 2.31.2
  
  - Fix in CegoClient for escape character handling in batch mode
  - Fix in CegoClient for dumpfile generation. Default values handling corrected
  - Join optimizer fix in CegoSelect, CegoAttrCond and CegoBtreeCursor.
    join attributes are checked now in a more sophisticed way, which
    leads to improved execution performace for advanced joins
  
  PR:		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	Sun Nov 13 14:14:59 2016	(r426053)
+++ head/databases/cego/Makefile	Sun Nov 13 14:35:36 2016	(r426054)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.31.1
+PORTVERSION=	2.31.2
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Nov 13 14:14:59 2016	(r426053)
+++ head/databases/cego/distinfo	Sun Nov 13 14:35:36 2016	(r426054)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1478808710
-SHA256 (cego-2.31.1.tar.gz) = dd07b1a09d7a1a3693c7a5a2602c2b9c6985b2247eacb3fd596d5ad55ecc8d5e
-SIZE (cego-2.31.1.tar.gz) = 1398092
+TIMESTAMP = 1479046552
+SHA256 (cego-2.31.2.tar.gz) = 8c9c93d983f1018a43735b8ca5ba13afc93790e58c0fe8a40076375a532249b2
+SIZE (cego-2.31.2.tar.gz) = 1398334


More information about the svn-ports-all mailing list