svn commit: r395602 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sun Aug 30 08:39:33 UTC 2015


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 at 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


More information about the svn-ports-all mailing list