svn commit: r453262 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Wed Nov 1 06:44:06 UTC 2017


Author: pi
Date: Wed Nov  1 06:44:04 2017
New Revision: 453262
URL: https://svnweb.freebsd.org/changeset/ports/453262

Log:
  databases/cego: update 2.36.2 -> 2.36.3
  
  - Changed recovery strategy for existing btree / avl index objects.
    Before creating an index object, it is checked if exists. If exists,
    it is dropped and recreated. This seems to be a more stable strategy,
    since it may occur, that index objects still exist for several
    reasons.
  
  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	Wed Nov  1 03:48:30 2017	(r453261)
+++ head/databases/cego/Makefile	Wed Nov  1 06:44:04 2017	(r453262)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.36.2
+PORTVERSION=	2.36.3
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Wed Nov  1 03:48:30 2017	(r453261)
+++ head/databases/cego/distinfo	Wed Nov  1 06:44:04 2017	(r453262)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509390874
-SHA256 (cego-2.36.2.tar.gz) = 57ac1c2e099ce003c16b03f4ca4f0e757b47da9800bab017d47adde73ac3d563
-SIZE (cego-2.36.2.tar.gz) = 1416561
+TIMESTAMP = 1509463380
+SHA256 (cego-2.36.3.tar.gz) = a89b21e35fc98e5b70c2cf6c01b9e3bde9577c55f79a86c7f82c95f601cee3a3
+SIZE (cego-2.36.3.tar.gz) = 1417002


More information about the svn-ports-head mailing list