Date: Thu, 30 Nov 2017 20:09:17 +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: r455223 - in head: databases/cego devel/lfcbase Message-ID: <201711302009.vAUK9Hj4010062@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Nov 30 20:09:16 2017 New Revision: 455223 URL: https://svnweb.freebsd.org/changeset/ports/455223 Log: devel/lfcbase: update 1.11.1 -> 1.11.2 databases/cego: update 2.38.5 -> 2.38.6 lfcbase: - More detailed exception messages for BigDecimal and BigInteger cego: - Fix in CegoFunction::getId and CegoSelect::getQueryId : with enabled query cache, the following select is cached select nextcount(mycount); - Since nextcount is a modifying operation, this is not a good idea. To avoid caching, CegoFunction now throws an Exception if nextcount / setcount function calls are detected during getQueryId. For these cases, the query id ignored for caching 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 Thu Nov 30 20:08:55 2017 (r455222) +++ head/databases/cego/Makefile Thu Nov 30 20:09:16 2017 (r455223) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.38.5 +PORTVERSION= 2.38.6 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Thu Nov 30 20:08:55 2017 (r455222) +++ head/databases/cego/distinfo Thu Nov 30 20:09:16 2017 (r455223) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511609756 -SHA256 (cego-2.38.5.tar.gz) = 8a0e4133eaeaf7050a092daf888ea0321d65e754aa31059cbf5e3fc9d43b0f78 -SIZE (cego-2.38.5.tar.gz) = 1443219 +TIMESTAMP = 1511983134 +SHA256 (cego-2.38.6.tar.gz) = f073969909bd40eb89ea6666eb63cfc1225fdf037194419ccf0484842b3b6492 +SIZE (cego-2.38.6.tar.gz) = 1443465 Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Thu Nov 30 20:08:55 2017 (r455222) +++ head/devel/lfcbase/Makefile Thu Nov 30 20:09:16 2017 (r455223) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.11.1 +PORTVERSION= 1.11.2 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Thu Nov 30 20:08:55 2017 (r455222) +++ head/devel/lfcbase/distinfo Thu Nov 30 20:09:16 2017 (r455223) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510339100 -SHA256 (lfcbase-1.11.1.tar.gz) = 659dbb045a22b69bcc73139b6a14115c279bfd479558c9d7b72396f98a95919e -SIZE (lfcbase-1.11.1.tar.gz) = 638991 +TIMESTAMP = 1511983117 +SHA256 (lfcbase-1.11.2.tar.gz) = 0376ee27c714abaeb2ef01573b90b7c3a2a35f43009a6cecffb257b94f6918ea +SIZE (lfcbase-1.11.2.tar.gz) = 639052
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711302009.vAUK9Hj4010062>