diff options
author | pi <pi@FreeBSD.org> | 2016-11-26 18:24:06 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-11-26 18:24:06 +0800 |
commit | b882ed17a04b46f5cd309c5512f090ae6530b071 (patch) | |
tree | 6ffd4de912b95a67a3da27fd026b79073ff3936f /databases | |
parent | d34908d4c7b2cf64d52a2c32986145d647eb2f35 (diff) | |
download | freebsd-ports-graphics-b882ed17a04b46f5cd309c5512f090ae6530b071.tar.gz freebsd-ports-graphics-b882ed17a04b46f5cd309c5512f090ae6530b071.tar.zst freebsd-ports-graphics-b882ed17a04b46f5cd309c5512f090ae6530b071.zip |
databases/cego: 2.31.5 -> 2.31.6
- Fix in CegoSelect::getQueyId added, for the ordering clause asc
and desc ordering attributes were missing. This might lead to wrong
ordering results if query caching is used
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 6d85751d106..74a3fe87a86 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.31.5 +PORTVERSION= 2.31.6 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index e60ffc91081..e0e0f3f1aac 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479709700 -SHA256 (cego-2.31.5.tar.gz) = d6399e35c1f86425f0fa7a3c117f6f4794b2e116dc08f1aed133d414113fbd08 -SIZE (cego-2.31.5.tar.gz) = 1436840 +TIMESTAMP = 1480151089 +SHA256 (cego-2.31.6.tar.gz) = f92c65848b8410e43a62d256640103860db3690c42393c6c4dcbd73549cce1a5 +SIZE (cego-2.31.6.tar.gz) = 1437016 |