diff options
author | pi <pi@FreeBSD.org> | 2015-04-07 01:29:41 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-04-07 01:29:41 +0800 |
commit | be0592172a14dddd739e8d18c999e61b04292d6d (patch) | |
tree | 5abf48ebf1696cc61894d32bbd08291983c8515c /databases | |
parent | 38ea1950d5c0d30632ad7fc7800ccaaaed03bd37 (diff) | |
download | freebsd-ports-gnome-be0592172a14dddd739e8d18c999e61b04292d6d.tar.gz freebsd-ports-gnome-be0592172a14dddd739e8d18c999e61b04292d6d.tar.zst freebsd-ports-gnome-be0592172a14dddd739e8d18c999e61b04292d6d.zip |
databases/cego: 2.20.24 -> 2.21.0
- Urgent fix in CegoFieldValue::comp method.
New introduced null value comparison might result in a dump.
Since, the new btree null value extension breaks specification
to version 2.20, update to version 2.21 was required.
Submitted by: lemke@lemke-it.com
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cego/Makefile | 3 | ||||
-rw-r--r-- | databases/cego/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index f9739d4f7b84..10c6427dbdfd 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.20.25 +PORTVERSION= 2.21.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ @@ -10,7 +10,6 @@ COMMENT= Relational and transactional database system LICENSE= GPLv3 -BUILD_DEPENDS= liblfcbase.so>=1.5.11:${PORTSDIR}/devel/lfcbase LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \ liblfcxml.so:${PORTSDIR}/devel/lfcxml diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 50bdc952803f..bcdf61767ce3 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,2 +1,2 @@ -SHA256 (cego-2.20.25.tar.gz) = d89d8963641911c4788a1181e7a87ed8a90d3f5872f30a6beb14468756f12e22 -SIZE (cego-2.20.25.tar.gz) = 924935 +SHA256 (cego-2.21.0.tar.gz) = c1ee5c44abb0367058188deedb7afe934a9597f34cf50cbb2fa7ac45889b19dc +SIZE (cego-2.21.0.tar.gz) = 924891 |