Date: Sat, 18 Nov 2017 08:34:07 +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: r454415 - in head/databases: cego cegobridge Message-ID: <201711180834.vAI8Y7Tc010629@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat Nov 18 08:34:07 2017 New Revision: 454415 URL: https://svnweb.freebsd.org/changeset/ports/454415 Log: databases/cego: update 2.37.3 -> 2.38.0 databases/cegobridge: update 1.2.1 -> 1.3.0 cego: - Fix in CegoSelect::clone, pUnionSelect was not cloned, which might lead to seg faults - Introduced predicate clause for select .. in ( expr, expr, ... ), e.g. select * from t1 where a in ( 1, 2, 3 ); This was still not implemented but is part of standard SQL. cegobridge: - Adaptions made for modified cego-2.38.0 API with extended CegoDatabaseFormatter::formatPred method ( exprList was added for new introduced select in ( expr list ) predicate ) Submitted by: Bjoern Lemke <lemke@lemke-it.com> Modified: head/databases/cego/Makefile head/databases/cego/distinfo head/databases/cegobridge/Makefile head/databases/cegobridge/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Nov 18 08:18:50 2017 (r454414) +++ head/databases/cego/Makefile Sat Nov 18 08:34:07 2017 (r454415) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.37.3 +PORTVERSION= 2.38.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Nov 18 08:18:50 2017 (r454414) +++ head/databases/cego/distinfo Sat Nov 18 08:34:07 2017 (r454415) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510726598 -SHA256 (cego-2.37.3.tar.gz) = 4bad7a9e060400842cc50f5905fe02d9670b3ae947bad7c41951553423bc4aa0 -SIZE (cego-2.37.3.tar.gz) = 1440511 +TIMESTAMP = 1510990859 +SHA256 (cego-2.38.0.tar.gz) = 97619a70c2f503c599169a7743042df94ad68199e926dd0a1a630970a4e1398e +SIZE (cego-2.38.0.tar.gz) = 1442562 Modified: head/databases/cegobridge/Makefile ============================================================================== --- head/databases/cegobridge/Makefile Sat Nov 18 08:18:50 2017 (r454414) +++ head/databases/cegobridge/Makefile Sat Nov 18 08:34:07 2017 (r454415) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cegobridge -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cegobridge/distinfo ============================================================================== --- head/databases/cegobridge/distinfo Sat Nov 18 08:18:50 2017 (r454414) +++ head/databases/cegobridge/distinfo Sat Nov 18 08:34:07 2017 (r454415) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510339210 -SHA256 (cegobridge-1.2.1.tar.gz) = 78a0536146449ebb520edf8a3190f7bde9594825531cf2159d2ed60b77fba8d0 -SIZE (cegobridge-1.2.1.tar.gz) = 576073 +TIMESTAMP = 1510990874 +SHA256 (cegobridge-1.3.0.tar.gz) = 4536ea827db51f45c9146e8818378d4ea5fa138db007bf10d1c9d7f482a71682 +SIZE (cegobridge-1.3.0.tar.gz) = 576153
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711180834.vAI8Y7Tc010629>