svn commit: r368212 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sun Sep 14 17:55:54 UTC 2014


Author: pi
Date: Sun Sep 14 17:55:53 2014
New Revision: 368212
URL: http://svnweb.freebsd.org/changeset/ports/368212
QAT: https://qat.redports.org/buildarchive/r368212/

Log:
  databases/cego: 2.20.13 -> 2.20.14
  
  - Fix in CegoQueryHelper::decodeFVL to treat also decodings for
    field value list in switched order ( btree or index fvl )
  - Fix in CegoAction::execIndexCheck to conform to new object comparison
    in CegoDatabaseManager::ObjectRecord
  - Fix in CegoTableManager::deleteDataTable to check for inappropriate
    AttrCond before executing tablecursor setup
  - Fix in CegoDatabaseManager::Object::operator == Index comparisons
    corrected ( index can either match uindex, pindex or index, btree
    can either match ubtree, pbtree or btree )
  
  Submitted by:	Björn 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 Sep 14 17:53:59 2014	(r368211)
+++ head/databases/cego/Makefile	Sun Sep 14 17:55:53 2014	(r368212)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.20.13
+PORTVERSION=	2.20.14
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Sep 14 17:53:59 2014	(r368211)
+++ head/databases/cego/distinfo	Sun Sep 14 17:55:53 2014	(r368212)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.20.13.tar.gz) = 3234983949f741e2761cf607aa890b95517b53ded3f870ee5510ac5f621a17c8
-SIZE (cego-2.20.13.tar.gz) = 921945
+SHA256 (cego-2.20.14.tar.gz) = aa6ac38fb1336a6007860ee193d4c252f1bee5669146b5f3a7b3d20dc3f82c1e
+SIZE (cego-2.20.14.tar.gz) = 922637


More information about the svn-ports-head mailing list