Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Apr 2016 07:52:02 +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: r412452 - in head: databases/cego devel/lfcbase
Message-ID:  <201604030752.u337q26V033064@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Apr  3 07:52:02 2016
New Revision: 412452
URL: https://svnweb.freebsd.org/changeset/ports/412452

Log:
  devel/lfcbase: 1.8.0 -> 1.8.1
  databases/cego: 2.29.3 -> 2.30.2
  
  Changes:
  - Fix in CegoAction and CegoDbHandler to handle query abort requests correctly
    ( initiated by cgadm via abort db thread command )
  - Fix in CegoDistCursor for query plan calculation ( join objects )
  - Fix in CegoAdminThreadPool and CegoLogThreadPool for thread load
    calculation
  - Major change for tablecache and querycache management,
    for both dedicated tableset entries are managed. Cache enabling,
    cache size and num entries can be controlled now on tableset level.
  - Fixes for date format handling. The format string whihc is specified
    for the server is also used now for client formatting. This results
    in some network protocol fixes for serial but also xml network
    protocol.
  - Changed default protocol from xml to serial. Date format handling
    completely implemented
  
  Submitted by:	Bjoern Lemke <lemke@lemke-it.com>

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo
  head/devel/lfcbase/Makefile
  head/devel/lfcbase/distinfo
  head/devel/lfcbase/pkg-plist

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sun Apr  3 07:30:52 2016	(r412451)
+++ head/databases/cego/Makefile	Sun Apr  3 07:52:02 2016	(r412452)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.29.3
+PORTVERSION=	2.30.2
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Apr  3 07:30:52 2016	(r412451)
+++ head/databases/cego/distinfo	Sun Apr  3 07:52:02 2016	(r412452)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.29.3.tar.gz) = 2237b0ce55217dd14874f4e7f2fb71d0806e179c5359fd999f368dba0e336aea
-SIZE (cego-2.29.3.tar.gz) = 1366180
+SHA256 (cego-2.30.2.tar.gz) = 12ecbc329695e6dd5bbda8edb66babf2ce2bb02ab2f82f1ae7ce3d99816d209b
+SIZE (cego-2.30.2.tar.gz) = 1366964

Modified: head/devel/lfcbase/Makefile
==============================================================================
--- head/devel/lfcbase/Makefile	Sun Apr  3 07:30:52 2016	(r412451)
+++ head/devel/lfcbase/Makefile	Sun Apr  3 07:52:02 2016	(r412452)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	lfcbase
-PORTVERSION=	1.8.0
+PORTVERSION=	1.8.1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/devel/lfcbase/distinfo
==============================================================================
--- head/devel/lfcbase/distinfo	Sun Apr  3 07:30:52 2016	(r412451)
+++ head/devel/lfcbase/distinfo	Sun Apr  3 07:52:02 2016	(r412452)
@@ -1,2 +1,2 @@
-SHA256 (lfcbase-1.8.0.tar.gz) = 9aa8b3e3be5dcac55be7e1fd8774143bce66cb6ef807aa9201c71099117dcc0d
-SIZE (lfcbase-1.8.0.tar.gz) = 594802
+SHA256 (lfcbase-1.8.1.tar.gz) = af86f88ae99af3c8ebdc7d8855c1bd219884a4a8b801e3de678103532a220ac1
+SIZE (lfcbase-1.8.1.tar.gz) = 594704

Modified: head/devel/lfcbase/pkg-plist
==============================================================================
--- head/devel/lfcbase/pkg-plist	Sun Apr  3 07:30:52 2016	(r412451)
+++ head/devel/lfcbase/pkg-plist	Sun Apr  3 07:52:02 2016	(r412452)
@@ -27,6 +27,7 @@ include/lfcbase/SharedMemory.h
 include/lfcbase/SigHandler.h
 include/lfcbase/Sleeper.h
 include/lfcbase/StackT.h
+include/lfcbase/TextIndex.h
 include/lfcbase/Thread.h
 include/lfcbase/ThreadLock.h
 include/lfcbase/Timer.h



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