diff options
author | pi <pi@FreeBSD.org> | 2015-04-04 20:04:42 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-04-04 20:04:42 +0800 |
commit | 99bb4ae1245565f617dc168e2afc2c4a14abbb33 (patch) | |
tree | 41d5469b6e68c14e2dfd576db632640ec43261e7 /databases | |
parent | 6b307747ea77b14f225b213287ac14592850306f (diff) | |
download | freebsd-ports-gnome-99bb4ae1245565f617dc168e2afc2c4a14abbb33.tar.gz freebsd-ports-gnome-99bb4ae1245565f617dc168e2afc2c4a14abbb33.tar.zst freebsd-ports-gnome-99bb4ae1245565f617dc168e2afc2c4a14abbb33.zip |
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@lemke-it.com
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index ae5cbf0d170d..b85685789dd0 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.20.23 +PORTVERSION= 2.20.24 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index aae60bf3b61b..51edc36a887b 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -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 |