Date: Sun, 21 Feb 2021 19:14:37 +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: r566237 - in head: databases/cego devel/lfcbase Message-ID: <202102211914.11LJEbNJ079992@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Feb 21 19:14:36 2021 New Revision: 566237 URL: https://svnweb.freebsd.org/changeset/ports/566237 Log: devel/lfcbase: update 1.15.1 -> 1.16.0 databases/cego: update 2.46.8 -> 2.47.0 lfcbase: - Introduction of template class HashT cego: - Integration of HashT into QueryCache for faster access of cached query entries - Fix in CegoClient and CegoAction for comment parsing. Comment token in string are treated now. For this, a new method CegoQueryHelper::skipComment has been introduced - Improvements done for query cache handling ( more support for nested queries, stabilization fixes ) Submitted by: Björn 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 Feb 21 18:18:11 2021 (r566236) +++ head/databases/cego/Makefile Sun Feb 21 19:14:36 2021 (r566237) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.46.8 +PORTVERSION= 2.47.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Feb 21 18:18:11 2021 (r566236) +++ head/databases/cego/distinfo Sun Feb 21 19:14:36 2021 (r566237) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612193053 -SHA256 (cego-2.46.8.tar.gz) = 197fa4fe3fe4cca0b7c2c346517983fbc632059a433c9be977a1b321495de3f6 -SIZE (cego-2.46.8.tar.gz) = 3161566 +TIMESTAMP = 1613904124 +SHA256 (cego-2.47.0.tar.gz) = 1a2d0ec39e8123adcb69df33005000f7f7713255d7e16656c4ecb2acdf1d7168 +SIZE (cego-2.47.0.tar.gz) = 3162894 Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Sun Feb 21 18:18:11 2021 (r566236) +++ head/devel/lfcbase/Makefile Sun Feb 21 19:14:36 2021 (r566237) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.15.1 +PORTVERSION= 1.16.0 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Sun Feb 21 18:18:11 2021 (r566236) +++ head/devel/lfcbase/distinfo Sun Feb 21 19:14:36 2021 (r566237) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611744221 -SHA256 (lfcbase-1.15.1.tar.gz) = 2d505985e7b0830198467424f5f5b48f319d5c1581115caed9c70ba1dee1d611 -SIZE (lfcbase-1.15.1.tar.gz) = 647300 +TIMESTAMP = 1613904107 +SHA256 (lfcbase-1.16.0.tar.gz) = 9ffa9f2ba2fbd4f17234e7055eaa8ccdc771ca1c202d7407e4322fa84ea6a351 +SIZE (lfcbase-1.16.0.tar.gz) = 648579 Modified: head/devel/lfcbase/pkg-plist ============================================================================== --- head/devel/lfcbase/pkg-plist Sun Feb 21 18:18:11 2021 (r566236) +++ head/devel/lfcbase/pkg-plist Sun Feb 21 19:14:36 2021 (r566237) @@ -14,6 +14,7 @@ include/lfcbase/File.h include/lfcbase/GraphT.h include/lfcbase/GetLongOpt.h include/lfcbase/GetOpt.h +include/lfcbase/HashT.h include/lfcbase/Host.h include/lfcbase/ListT.h include/lfcbase/Logger.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102211914.11LJEbNJ079992>