Date: Sat, 29 Aug 2015 08:37:15 +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: r395533 - head/databases/cego Message-ID: <201508290837.t7T8bFEf087112@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat Aug 29 08:37:14 2015 New Revision: 395533 URL: https://svnweb.freebsd.org/changeset/ports/395533 Log: 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 <lemke@lemke-it.com> Modified: head/databases/cego/Makefile head/databases/cego/distinfo head/databases/cego/pkg-plist Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Aug 29 08:16:06 2015 (r395532) +++ head/databases/cego/Makefile Sat Aug 29 08:37:14 2015 (r395533) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.23.12 +PORTVERSION= 2.24.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Aug 29 08:16:06 2015 (r395532) +++ head/databases/cego/distinfo Sat Aug 29 08:37:14 2015 (r395533) @@ -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 Modified: head/databases/cego/pkg-plist ============================================================================== --- head/databases/cego/pkg-plist Sat Aug 29 08:16:06 2015 (r395532) +++ head/databases/cego/pkg-plist Sat Aug 29 08:37:14 2015 (r395533) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508290837.t7T8bFEf087112>