diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-06 16:21:20 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-06 16:21:20 +0000 |
commit | 3e3bc466ccd6f089454aa762fe13b757ce84bdf2 (patch) | |
tree | 7f06a0da1193366ac7a1c85261789ea4037dfe71 | |
parent | Update to 4.2.3. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=410465
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 4 | ||||
-rw-r--r-- | devel/lfcbase/Makefile | 2 | ||||
-rw-r--r-- | devel/lfcbase/distinfo | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 3a5e6752b79d..7ae3f67a5cbd 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.29.1 +PORTVERSION= 2.29.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 2b8dd22b2b46..670c231e4d9d 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -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 diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index 1cb8bd388329..9fd89c3845cc 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.7.2 +PORTVERSION= 1.8.0 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index 719c8338a445..a15aadaf9e7d 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -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 |