From owner-svn-ports-all@freebsd.org Sun Dec 10 20:36:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 566CEE9B22F; Sun, 10 Dec 2017 20:36:30 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FCB020C2; Sun, 10 Dec 2017 20:36:30 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAKaTZt019594; Sun, 10 Dec 2017 20:36:29 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAKaSWV019590; Sun, 10 Dec 2017 20:36:28 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201712102036.vBAKaSWV019590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 10 Dec 2017 20:36:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455910 - in head: databases/cego devel/lfcbase X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head: databases/cego devel/lfcbase X-SVN-Commit-Revision: 455910 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 20:36:30 -0000 Author: pi Date: Sun Dec 10 20:36:28 2017 New Revision: 455910 URL: https://svnweb.freebsd.org/changeset/ports/455910 Log: devel/lfcbase: update 1.11.3 -> 1.11.4 databases/cego: update 2.38.9 -> 2.38.10 lfcbase: - Fixes in TreeT class, changed methods First, Next, isEmpty and compare operators to const cego: - Fix in CegoDistManager, we have to use a dedicated parser for loadView and loadProc methods. Otherwise compilation may fail in case of nested objects ( e.g. a view which references another view object) - Fix in CegoBTreeCursor, CegoAttrCond and CegoAttrComp, for conflicting cursor conditions ( e.g. a = 4 and a < 1 ), the cursor evaluation failed, since just the primary condition was treated. - For CegoBTreeCursor, the method fullMatch has been introduced, to make an final evalution in case of multi conditions. - Also introduced: a ordering for CegoAttrComp set in CegoAttrCond to treat more constraint conditions at the beginning ( EQUAL before LESS_THAN before NOT_EQUAL and so on ) - Changed CegoAttrCond compSet from SetT to TreeT. This is required, since we need the ordering in the set. Submitted by: Bjoern Lemke 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 Sun Dec 10 20:01:34 2017 (r455909) +++ head/databases/cego/Makefile Sun Dec 10 20:36:28 2017 (r455910) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.38.9 +PORTVERSION= 2.38.10 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Dec 10 20:01:34 2017 (r455909) +++ head/databases/cego/distinfo Sun Dec 10 20:36:28 2017 (r455910) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512812987 -SHA256 (cego-2.38.9.tar.gz) = ffa712ec8c3fa365b737968670c74c50583e5c664fc5c70ddc2744bb07c9296b -SIZE (cego-2.38.9.tar.gz) = 1451437 +TIMESTAMP = 1512937688 +SHA256 (cego-2.38.10.tar.gz) = 1d6f6f3a9af98637b7e1b79bac0ba731e6677e92c153861352aa126742f2e7b9 +SIZE (cego-2.38.10.tar.gz) = 1453860 Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Sun Dec 10 20:01:34 2017 (r455909) +++ head/devel/lfcbase/Makefile Sun Dec 10 20:36:28 2017 (r455910) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.11.3 +PORTVERSION= 1.11.4 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Sun Dec 10 20:01:34 2017 (r455909) +++ head/devel/lfcbase/distinfo Sun Dec 10 20:36:28 2017 (r455910) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512210612 -SHA256 (lfcbase-1.11.3.tar.gz) = 1586ee2abd4c98c33a30ae82445d13764e26c4b6b823906e757226dcd9183704 -SIZE (lfcbase-1.11.3.tar.gz) = 639426 +TIMESTAMP = 1512937670 +SHA256 (lfcbase-1.11.4.tar.gz) = 086f109e563c46984a301509b3ef42d7d732d520522170b74174e7bd4f29026a +SIZE (lfcbase-1.11.4.tar.gz) = 639419