Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2016 13:02:33 +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: r419038 - head/databases/cego
Message-ID:  <201607251302.u6PD2Xp4013234@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Jul 25 13:02:33 2016
New Revision: 419038
URL: https://svnweb.freebsd.org/changeset/ports/419038

Log:
  databases/cego: 2.30.19 -> 2.30.21
  
  - Fix in CegoProcedure::execute and CegoProcedure::getRetVal In the
    castTo method, the type dimension was still not treated. This might
    lead to wrong cast results especially for fixed values
  - Fixed cgadm online help for import command, the nologging option
    was not documented
  - In CegoRecoveryManager, added tableset argument line argument for
    calling the external log manager.
    This makes it more easy in the log manager code, to implement
    tableset dependent restore strategies
  
  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	Mon Jul 25 09:50:33 2016	(r419037)
+++ head/databases/cego/Makefile	Mon Jul 25 13:02:33 2016	(r419038)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.30.19
+PORTVERSION=	2.30.21
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Mon Jul 25 09:50:33 2016	(r419037)
+++ head/databases/cego/distinfo	Mon Jul 25 13:02:33 2016	(r419038)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468866550
-SHA256 (cego-2.30.19.tar.gz) = 333ec8fd54293dbb6b56488ad8bb7152f547713bf231a5bd5a4056a8bb02ce29
-SIZE (cego-2.30.19.tar.gz) = 1402590
+TIMESTAMP = 1469449487
+SHA256 (cego-2.30.21.tar.gz) = 3d29b13c3e7b89bc1bbb315ec17f9a7472fef73a30f0eb4f67a0ffb0e2e9e88b
+SIZE (cego-2.30.21.tar.gz) = 1401382



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