From 2fdc7482d501161e32a6ec4bf41138f5fa45c2d7 Mon Sep 17 00:00:00 2001 From: pi Date: Sat, 29 Aug 2015 08:37:14 +0000 Subject: databases/cego: 2.23.12 -> 2.24.3 - Implemented query cache http://www.lemke-it.com/litexec?request=pubcegodoc&user=&lang=en§ion=cgdoc_cgadm.html#cgadm_querycache - SQL keywords can now be used case-insensitive, with proper CSMODE http://www.lemke-it.com/litexec?request=pubcegodoc&user=&lang=en§ion=cgdoc_database_running.html#compatattr Submitted by: Bjoern Lemke --- databases/cego/Makefile | 2 +- databases/cego/distinfo | 4 ++-- databases/cego/pkg-plist | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'databases') diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 0198a0728e34..976931736b79 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.23.12 +PORTVERSION= 2.24.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 9497c1579c61..b12348242022 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,2 +1,2 @@ -SHA256 (cego-2.23.12.tar.gz) = 16e067c4023125a15b2dbddfb0c630b89f04da309285eaaf2750b0e1b2d0fd2b -SIZE (cego-2.23.12.tar.gz) = 1086254 +SHA256 (cego-2.24.3.tar.gz) = 68e77a90fb2bc64b9317e0c3a6e56660df68e1f366676f6c6333185d4ea5b505 +SIZE (cego-2.24.3.tar.gz) = 1103993 diff --git a/databases/cego/pkg-plist b/databases/cego/pkg-plist index 8dc0c470359f..0c1bcae6343e 100644 --- a/databases/cego/pkg-plist +++ b/databases/cego/pkg-plist @@ -102,6 +102,7 @@ include/cego/CegoProcVar.h include/cego/CegoProcWhileStmt.h include/cego/CegoProcedure.h include/cego/CegoQuery.h +include/cego/CegoQueryCache.h include/cego/CegoQueryException.h include/cego/CegoQueryHelper.h include/cego/CegoRecoveryManager.h @@ -109,8 +110,8 @@ include/cego/CegoReturnVar.h include/cego/CegoSelect.h include/cego/CegoSerial.h include/cego/CegoSystemObject.h +include/cego/CegoTableCache.h include/cego/CegoTableCursor.h -include/cego/CegoTableDesc.h include/cego/CegoTableManager.h include/cego/CegoTableObject.h include/cego/CegoTerm.h -- cgit