Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2017 19:33:22 +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: r435953 - in head: databases/cego devel/lfcbase
Message-ID:  <201703111933.v2BJXMPh019198@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Mar 11 19:33:22 2017
New Revision: 435953
URL: https://svnweb.freebsd.org/changeset/ports/435953

Log:
  devel/lfcbase: update 1.9.0 -> 1.9.1
  databases/cego: update 2.32.11 -> 2.32.14
  
  lfcbase:
  - Small fix for Monitor::showFormBox, in case of menu elements,
    delete key is disabled
  
  cego:
  - Correstion for distinct clause. With the current grammar implemention,
    queries with nested selects and using the distinct operator might
    fail. Cego.def grammar and CegoAction implementation has been changed
    in way, that distinct option is just allowed at the beginning ( e.g.
    select distinct count(a) from t1 and NOT select count(distinct a) from t1 )
    This should simplify usage, since by using the distinct clause,
    distinct tuples are retrieved either for plain queries or for
    aggregation
    Confusing sample not allowed anymore : select count(distinct a),
    count(distinct b) from t1 ... now select distinct count(a), count(b)
    from t1 )
  - Fix in CegoBTreeValue::valueFromSchema added.
    In case of multidimension btree objects, the insert of new values
    might fail, if string bases attributes occur at the beginning
  - Fix in CegoDistManager::registerObjects, registration of btree
    objects was still missing. This might lead to wrong results for
    drop if exists btree statements
  - Added check to CegoXMLSpace::addArchLog to verify, that directory
    for new archive location really exists
  - Added archive log management to curses based CegoAdmMon administration
    console
  
  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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sat Mar 11 18:54:45 2017	(r435952)
+++ head/databases/cego/Makefile	Sat Mar 11 19:33:22 2017	(r435953)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.32.11
+PORTVERSION=	2.32.14
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Mar 11 18:54:45 2017	(r435952)
+++ head/databases/cego/distinfo	Sat Mar 11 19:33:22 2017	(r435953)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488708824
-SHA256 (cego-2.32.11.tar.gz) = 684fa8c239bc6fbe61b575c59aa4ea0f3a2a130c8fc0498b7d7238ffbc3e2e6c
-SIZE (cego-2.32.11.tar.gz) = 1394544
+TIMESTAMP = 1489255793
+SHA256 (cego-2.32.14.tar.gz) = 5dae07c4a70d0b028f00148f953a59f3778545675c77a02bd414759c70fc071a
+SIZE (cego-2.32.14.tar.gz) = 1395204

Modified: head/devel/lfcbase/Makefile
==============================================================================
--- head/devel/lfcbase/Makefile	Sat Mar 11 18:54:45 2017	(r435952)
+++ head/devel/lfcbase/Makefile	Sat Mar 11 19:33:22 2017	(r435953)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	lfcbase
-PORTVERSION=	1.9.0
+PORTVERSION=	1.9.1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/devel/lfcbase/distinfo
==============================================================================
--- head/devel/lfcbase/distinfo	Sat Mar 11 18:54:45 2017	(r435952)
+++ head/devel/lfcbase/distinfo	Sat Mar 11 19:33:22 2017	(r435953)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488708749
-SHA256 (lfcbase-1.9.0.tar.gz) = 6952bcfd6144b4a6be315729f9669f829fa5461a73e4f41db28695447e609f6f
-SIZE (lfcbase-1.9.0.tar.gz) = 613129
+TIMESTAMP = 1489255759
+SHA256 (lfcbase-1.9.1.tar.gz) = 24ed0fc469d4fe66a7eb82c7ae5c6605a0069e5bd73af7b5b62911fe6ff7ff86
+SIZE (lfcbase-1.9.1.tar.gz) = 613830



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