svn commit: r555517 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Mon Nov 16 21:15:57 UTC 2020


Author: pi
Date: Mon Nov 16 21:15:56 2020
New Revision: 555517
URL: https://svnweb.freebsd.org/changeset/ports/555517

Log:
  databases/cego: 2.45.31 -> 2.45.32
  
  - CegoObjectManager has been modified to check tableset run state
    for several methods. For this, method
    CegoObjectManager::checkTableSetRunState has been introduced.
  - Added check in CegoDatabaseManager::objectExists to verify, if
    corresponding tableset is online. So instead of "invalid object"
    exception, a tableset offline exception is thrown, which might be
    more useful
  
  Submitted by:	Björn 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 Nov 16 20:39:13 2020	(r555516)
+++ head/databases/cego/Makefile	Mon Nov 16 21:15:56 2020	(r555517)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.45.31
+PORTVERSION=	2.45.32
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Mon Nov 16 20:39:13 2020	(r555516)
+++ head/databases/cego/distinfo	Mon Nov 16 21:15:56 2020	(r555517)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605368252
-SHA256 (cego-2.45.31.tar.gz) = 64d2348c7321c3d9e75c022a0b02404a99988474c916516cde8a15a9a884d214
-SIZE (cego-2.45.31.tar.gz) = 3158145
+TIMESTAMP = 1605560924
+SHA256 (cego-2.45.32.tar.gz) = 3a0ef614bd5faf326ee9f513e79e0acd297d735d3a3675cf3f5627d669247d52
+SIZE (cego-2.45.32.tar.gz) = 3158304


More information about the svn-ports-head mailing list