diff options
author | pi <pi@FreeBSD.org> | 2015-11-15 16:05:08 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-11-15 16:05:08 +0800 |
commit | c09e4cdc89431ca40a8b7692c820748e85e40cac (patch) | |
tree | 380a50fc989688411a542f8e56f2eadf555f2e1f | |
parent | 3a9ddd28a42e32e39e121b6616558e47b0a475c5 (diff) | |
download | freebsd-ports-gnome-c09e4cdc89431ca40a8b7692c820748e85e40cac.tar.gz freebsd-ports-gnome-c09e4cdc89431ca40a8b7692c820748e85e40cac.tar.zst freebsd-ports-gnome-c09e4cdc89431ca40a8b7692c820748e85e40cac.zip |
databases/cego: 2.26.12 -> 2.26.13
- Fix in CegoAttrDesc::evalReferences. In case of join objects, the
refCount was not calculated correcty, since just the join object
was analysed but not the sub content object. For this, a new method
was introduced ( evalTableReferences ) and in case of join object,
evalReferences is called recursive for all sub content objects
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
-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 4cd432204c9b..5cc46a333f9b 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.26.12 +PORTVERSION= 2.26.13 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 06c44fa338a7..a5cf4f2142e4 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,2 +1,2 @@ -SHA256 (cego-2.26.12.tar.gz) = d6aed26acea7f6026f918b8c63cec01f1780add083317520be0031d136f6d6b3 -SIZE (cego-2.26.12.tar.gz) = 1241865 +SHA256 (cego-2.26.13.tar.gz) = e5e1bc11952776c8527bbaeca79106225a4306cf619b97795cd18c1d99b6b984 +SIZE (cego-2.26.13.tar.gz) = 1242026 |