svn commit: r506111 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sun Jul 7 08:53:29 UTC 2019


Author: pi
Date: Sun Jul  7 08:53:28 2019
New Revision: 506111
URL: https://svnweb.freebsd.org/changeset/ports/506111

Log:
  databases/cego: upgrade 2.45.0 -> 2.45.1
  
  - Treated alias insert queries with empty schema, e.g.
    insert into a1 values ( 1, 'XXX');
  - Some patches added for alias management to allow alias defintions
    as a subset of the original table, e.g.
    create table t1 ( a int, b string(10), c string(30))
    create alias a1 on t1 ( a as ax, b as bx);
    This has required some fixes in CegoAliasObject::mapSchema and
    CegoQueryHelper::mapFLA
  
  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	Sun Jul  7 08:46:16 2019	(r506110)
+++ head/databases/cego/Makefile	Sun Jul  7 08:53:28 2019	(r506111)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.45.0
+PORTVERSION=	2.45.1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Jul  7 08:46:16 2019	(r506110)
+++ head/databases/cego/distinfo	Sun Jul  7 08:53:28 2019	(r506111)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562162318
-SHA256 (cego-2.45.0.tar.gz) = 7b8dad4815d621a0daec9b811d61a7be50aabf7998c1088620283d8c27244550
-SIZE (cego-2.45.0.tar.gz) = 3148710
+TIMESTAMP = 1562489239
+SHA256 (cego-2.45.1.tar.gz) = cb7da6e08a79a437e51885c5d3e6df05de93048a4c04315302cb73bb05d7144c
+SIZE (cego-2.45.1.tar.gz) = 3148999


More information about the svn-ports-head mailing list