From owner-svn-ports-head@freebsd.org Sun Aug 30 08:39:33 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 1EE5C9C338C; Sun, 30 Aug 2015 08:39:33 +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 0FE97808; Sun, 30 Aug 2015 08:39:33 +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 t7U8dWYI020074; Sun, 30 Aug 2015 08:39:32 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U8dWCB020072; Sun, 30 Aug 2015 08:39:32 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201508300839.t7U8dWCB020072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 30 Aug 2015 08:39:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395602 - 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: Sun, 30 Aug 2015 08:39:33 -0000 Author: pi Date: Sun Aug 30 08:39:31 2015 New Revision: 395602 URL: https://svnweb.freebsd.org/changeset/ports/395602 Log: databases/cego: 2.24.3 -> 2.24.4 - Fix in CegoAction::execViewCreate. Views must be compiled successful now immediately after creation. Otherwise, the calculated schema is not stored correctly into dictionary. - Fix in CegoFactor::getId. If sysdate is used in queries, it should be resolved, otherwise query couldbe used from cache which returns invalid result Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sun Aug 30 08:16:43 2015 (r395601) +++ head/databases/cego/Makefile Sun Aug 30 08:39:31 2015 (r395602) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.24.3 +PORTVERSION= 2.24.4 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Aug 30 08:16:43 2015 (r395601) +++ head/databases/cego/distinfo Sun Aug 30 08:39:31 2015 (r395602) @@ -1,2 +1,2 @@ -SHA256 (cego-2.24.3.tar.gz) = 68e77a90fb2bc64b9317e0c3a6e56660df68e1f366676f6c6333185d4ea5b505 -SIZE (cego-2.24.3.tar.gz) = 1103993 +SHA256 (cego-2.24.4.tar.gz) = 307b0452bcd8157814f040140c2d7191b4d402df5e7997e99392adfa9bf56ad8 +SIZE (cego-2.24.4.tar.gz) = 1103992