svn commit: r501228 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sat May 11 07:44:39 UTC 2019


Author: pi
Date: Sat May 11 07:44:38 2019
New Revision: 501228
URL: https://svnweb.freebsd.org/changeset/ports/501228

Log:
  databases/cego: upgrade 2.44.11 -> 2.44.12
  
  - Fix added in CegoTransactionManager::commitUpdate, btree must be
    inserted with insertBTreeWithCommit
  - Fix added in CegoTransactionManager::getCrashAffectedTables,
    schema entry must be searched with Find(CegoField(Chain(),
    SYS_RB_TABLE))
  
  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	Sat May 11 06:06:54 2019	(r501227)
+++ head/databases/cego/Makefile	Sat May 11 07:44:38 2019	(r501228)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.44.11
+PORTVERSION=	2.44.12
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat May 11 06:06:54 2019	(r501227)
+++ head/databases/cego/distinfo	Sat May 11 07:44:38 2019	(r501228)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557474839
-SHA256 (cego-2.44.11.tar.gz) = a1a9628a71321b21290a0553d3bca4f6598f5299b9cb087ae84041de4099af7f
-SIZE (cego-2.44.11.tar.gz) = 3144629
+TIMESTAMP = 1557559844
+SHA256 (cego-2.44.12.tar.gz) = 42b4dbcc8114df13a39fecaa0d42a0013762cac7a761e3fa3e27fca751cee60b
+SIZE (cego-2.44.12.tar.gz) = 3179740


More information about the svn-ports-all mailing list