Date: Mon, 16 May 2016 08:19:25 +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: r415313 - in head: databases/cego devel/lfcbase devel/lfcxml Message-ID: <201605160819.u4G8JPVr094873@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Mon May 16 08:19:25 2016 New Revision: 415313 URL: https://svnweb.freebsd.org/changeset/ports/415313 Log: devel/lfcbase: 1.8.2 -> 1.8.3 devel/lfcxml: 1.2.3 -> 1.2.4 databases/cego: 2.30.3 -> 2.30.5 lfcbase: - code format cleanup lfcxml: - code format cleanup cego: - Code optimizations tested. The performance improvements on subselects are achieved as expected. - Code optimization for join buffer handling. Now a double pointer list is used to just keep references on CegoField lists. This should avoid expensive memory copies in case of creating parent join buffers for sub selects. - code format cleanup - Fix in CegoAdmMon, CGNOMONITOR definition was fixed, now defined via configure 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/lfcxml/Makefile head/devel/lfcxml/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Mon May 16 07:51:55 2016 (r415312) +++ head/databases/cego/Makefile Mon May 16 08:19:25 2016 (r415313) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.30.3 +PORTVERSION= 2.30.5 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Mon May 16 07:51:55 2016 (r415312) +++ head/databases/cego/distinfo Mon May 16 08:19:25 2016 (r415313) @@ -1,2 +1,3 @@ -SHA256 (cego-2.30.3.tar.gz) = 6e2c0f1a6734ce81608daa548ed02c77a70f8159414e7bb51f36314be4de0432 -SIZE (cego-2.30.3.tar.gz) = 1366987 +TIMESTAMP = 1463386167 +SHA256 (cego-2.30.5.tar.gz) = 470bc8f01b09ab1b9ffe06e10081e6e5c5847ff6c2554f06a5b557564fd654cb +SIZE (cego-2.30.5.tar.gz) = 1381414 Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Mon May 16 07:51:55 2016 (r415312) +++ head/devel/lfcbase/Makefile Mon May 16 08:19:25 2016 (r415313) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Mon May 16 07:51:55 2016 (r415312) +++ head/devel/lfcbase/distinfo Mon May 16 08:19:25 2016 (r415313) @@ -1,2 +1,3 @@ -SHA256 (lfcbase-1.8.2.tar.gz) = 1a9341fcfa683ff1b9065127c403760b5c6574e926269fc2716451fe902a8a27 -SIZE (lfcbase-1.8.2.tar.gz) = 594710 +TIMESTAMP = 1463386125 +SHA256 (lfcbase-1.8.3.tar.gz) = 21c71e140fd38e45400859d210710222ff66ed905892279fd32ae44c58d1afdd +SIZE (lfcbase-1.8.3.tar.gz) = 606926 Modified: head/devel/lfcxml/Makefile ============================================================================== --- head/devel/lfcxml/Makefile Mon May 16 07:51:55 2016 (r415312) +++ head/devel/lfcxml/Makefile Mon May 16 08:19:25 2016 (r415313) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcxml -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcxml/distinfo ============================================================================== --- head/devel/lfcxml/distinfo Mon May 16 07:51:55 2016 (r415312) +++ head/devel/lfcxml/distinfo Mon May 16 08:19:25 2016 (r415313) @@ -1,2 +1,3 @@ -SHA256 (lfcxml-1.2.3.tar.gz) = eb64bfc54557aa876b289c4fb04383287e19e7ed7e86992f05e21434338c6bb1 -SIZE (lfcxml-1.2.3.tar.gz) = 493059 +TIMESTAMP = 1463386148 +SHA256 (lfcxml-1.2.4.tar.gz) = d7d32caefa38f4d5683e20b6dfecdf58aac5739d7a9b1ae58fac8ab4824b580a +SIZE (lfcxml-1.2.4.tar.gz) = 492404
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605160819.u4G8JPVr094873>