svn commit: r419038 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Mon Jul 25 13:02:34 UTC 2016


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


More information about the svn-ports-head mailing list