Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2015 08:39:32 +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: r395602 - head/databases/cego
Message-ID:  <201508300839.t7U8dWCB020072@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <lemke@lemke-it.com>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508300839.t7U8dWCB020072>