svn commit: r383201 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sat Apr 4 12:04:44 UTC 2015


Author: pi
Date: Sat Apr  4 12:04:42 2015
New Revision: 383201
URL: https://svnweb.freebsd.org/changeset/ports/383201

Log:
  databases/cego: 2.20.23 -> 2.20.24
  
  - Fix on update query for referenced attributes in nested select like
    update t1 tx set b = ( select d from t2 where t1.a = c )
    This table alias was not resolved correctly.
  
  Submitted by:	lemke at lemke-it.com

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sat Apr  4 12:04:22 2015	(r383200)
+++ head/databases/cego/Makefile	Sat Apr  4 12:04:42 2015	(r383201)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.20.23
+PORTVERSION=	2.20.24
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Apr  4 12:04:22 2015	(r383200)
+++ head/databases/cego/distinfo	Sat Apr  4 12:04:42 2015	(r383201)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.20.23.tar.gz) = 1782d2304c434dc7e9750fe402d937279ff05b03c17800aa9c05189ab6a44051
-SIZE (cego-2.20.23.tar.gz) = 924956
+SHA256 (cego-2.20.24.tar.gz) = 41e82bf3d5a2807798b05ab60a4c2b4ba7ad7032ccb8d94a05259b54be3fa096
+SIZE (cego-2.20.24.tar.gz) = 924911


More information about the svn-ports-head mailing list