From owner-svn-ports-head@freebsd.org Sat Nov 18 08:34:08 2017 Return-Path: Delivered-To: svn-ports-head@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 94577DF1DE9; Sat, 18 Nov 2017 08:34:08 +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 604F06811A; Sat, 18 Nov 2017 08:34:08 +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 vAI8Y778010633; Sat, 18 Nov 2017 08:34:07 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAI8Y7Tc010629; Sat, 18 Nov 2017 08:34:07 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201711180834.vAI8Y7Tc010629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 18 Nov 2017 08:34:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454415 - in head/databases: cego cegobridge X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/databases: cego cegobridge X-SVN-Commit-Revision: 454415 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Nov 2017 08:34:08 -0000 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 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