Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2016 16:21:20 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410465 - in head: databases/cego devel/lfcbase
Message-ID:  <201603061621.u26GLKJX042904@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Mar  6 16:21:20 2016
New Revision: 410465
URL: https://svnweb.freebsd.org/changeset/ports/410465

Log:
  devel/lfcbase: 1.7.2 -> 1.8.0
  databases/cego: 2.29.1 -> 2.29.3
  
  Changes to lfcbase:
  - Fix in Chain for truncleft, truncRight and cutTrailing. In case
    of single character strings, the methods might return wrong results.
  - Started with implementation of TextIndex class ( utility class
    for full text index creation )
  
  Changes to cego:
  - Fixes for table and query cache handling
  - Fix in CegoDistManager::dropDistObject, table and query cache
    have been checked for cleanup, if a table is dropped
  - Fix in CegoQuery.cc, added table and query cache cleanup for alter
    and rename queries
  - Fix in CegoClient to parse multi line statements correctly. Further
    multi line merge token ( \ ) has been added to merge long string or
    clob values. Now the following statements are possible:
  
    insert into t1 values ( 1, 'this is\
    a multi line \
    message \
    with four lines');
  - Added include of string.h in CegoAction.c ( compile error occured
    on Suse Linux )
  
  Submitted by:	Bjoern Lemke <lemke@lemke-it.com>

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo
  head/devel/lfcbase/Makefile
  head/devel/lfcbase/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sun Mar  6 16:20:40 2016	(r410464)
+++ head/databases/cego/Makefile	Sun Mar  6 16:21:20 2016	(r410465)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.29.1
+PORTVERSION=	2.29.3
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Mar  6 16:20:40 2016	(r410464)
+++ head/databases/cego/distinfo	Sun Mar  6 16:21:20 2016	(r410465)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.29.1.tar.gz) = 1549e6a19b8339582792d5f14fb47e37d2a6640e46d92641e62905ac0ef631df
-SIZE (cego-2.29.1.tar.gz) = 1365783
+SHA256 (cego-2.29.3.tar.gz) = 2237b0ce55217dd14874f4e7f2fb71d0806e179c5359fd999f368dba0e336aea
+SIZE (cego-2.29.3.tar.gz) = 1366180

Modified: head/devel/lfcbase/Makefile
==============================================================================
--- head/devel/lfcbase/Makefile	Sun Mar  6 16:20:40 2016	(r410464)
+++ head/devel/lfcbase/Makefile	Sun Mar  6 16:21:20 2016	(r410465)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	lfcbase
-PORTVERSION=	1.7.2
+PORTVERSION=	1.8.0
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/devel/lfcbase/distinfo
==============================================================================
--- head/devel/lfcbase/distinfo	Sun Mar  6 16:20:40 2016	(r410464)
+++ head/devel/lfcbase/distinfo	Sun Mar  6 16:21:20 2016	(r410465)
@@ -1,2 +1,2 @@
-SHA256 (lfcbase-1.7.2.tar.gz) = ac1327d6c5fc12d4a1aa7e78f9a6708bbb1f27a7bd12c89c59611adc051c67d6
-SIZE (lfcbase-1.7.2.tar.gz) = 586240
+SHA256 (lfcbase-1.8.0.tar.gz) = 9aa8b3e3be5dcac55be7e1fd8774143bce66cb6ef807aa9201c71099117dcc0d
+SIZE (lfcbase-1.8.0.tar.gz) = 594802



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603061621.u26GLKJX042904>