svn commit: r446373 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sat Jul 22 08:34:59 UTC 2017


Author: pi
Date: Sat Jul 22 08:34:58 2017
New Revision: 446373
URL: https://svnweb.freebsd.org/changeset/ports/446373

Log:
  databases/cego: update 2.33.19 -> 2.33.20
  
  Fix in CegoDistCursor to support advanced left and right outer
  join queries of the form
  
  SELECT tx.a AS xa, ty.a AS ya FROM t1 tx
  LEFT OUTER JOIN t2 ty ON tx.a = ty.a + 1;
  
  For this, the evaluation of the predicate has to be done in a
  different way to get complete row set
  
  Submitted by:	Bjoern Lemke <lemke at lemke-it.com>

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sat Jul 22 08:32:31 2017	(r446372)
+++ head/databases/cego/Makefile	Sat Jul 22 08:34:58 2017	(r446373)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.33.19
+PORTVERSION=	2.33.20
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Jul 22 08:32:31 2017	(r446372)
+++ head/databases/cego/distinfo	Sat Jul 22 08:34:58 2017	(r446373)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500212451
-SHA256 (cego-2.33.19.tar.gz) = 32d81bd0e17da60818ebbddbb0d8addc919108f25173e07565a789c9a49bdeb7
-SIZE (cego-2.33.19.tar.gz) = 1408091
+TIMESTAMP = 1500712103
+SHA256 (cego-2.33.20.tar.gz) = f3c9115f4563a0126554ed58f760895f164f7f6e331c71bc3e59698b57783254
+SIZE (cego-2.33.20.tar.gz) = 1408619


More information about the svn-ports-all mailing list