From owner-svn-ports-head@freebsd.org Sat Aug 29 08:37:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D5539C3565; Sat, 29 Aug 2015 08:37:16 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0437B894; Sat, 29 Aug 2015 08:37:16 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7T8bF4H087115; Sat, 29 Aug 2015 08:37:15 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7T8bFEf087112; Sat, 29 Aug 2015 08:37:15 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201508290837.t7T8bFEf087112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 29 Aug 2015 08:37:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395533 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Aug 2015 08:37:16 -0000 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 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