diff options
author | pi <pi@FreeBSD.org> | 2016-08-22 03:03:45 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-08-22 03:03:45 +0800 |
commit | 0abe2a744b708fea8e34d24b9a5d4b5b13ef7b49 (patch) | |
tree | aa2ff31ce1cbe635ac2591526902e0f813c156ad /databases | |
parent | a3e109f0817968fa387e7290dae509f2fb07112d (diff) | |
download | freebsd-ports-gnome-0abe2a744b708fea8e34d24b9a5d4b5b13ef7b49.tar.gz freebsd-ports-gnome-0abe2a744b708fea8e34d24b9a5d4b5b13ef7b49.tar.zst freebsd-ports-gnome-0abe2a744b708fea8e34d24b9a5d4b5b13ef7b49.zip |
databases/cego: 2.30.24 -> 2.30.26
- Fix in CegoFunction::evalFieldValue, for functions date2str,
date2int, int2date, type casting to appropriate type has been added.
Without the cast, the functions might return wrong results
- Adaptions for CegoBlowTab to use CegoNet API
- Completion for blob methods in CegoNet
- Improved flow control in CegoClient ( based on ncurses )
- Optimization in CegoClient, just high level CegoNet API methods
are used now for client implementation. Missing methods have been
added to CegoNet API
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 5361942a9348..2f583f5dbfa6 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.30.24 +PORTVERSION= 2.30.26 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 469a8628445c..76506cb27828 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1470937282 -SHA256 (cego-2.30.24.tar.gz) = ceff5aa7f8218e962aa1cf0716036bc10c6640888f785fe2f8f80bbce87362c7 -SIZE (cego-2.30.24.tar.gz) = 1401813 +TIMESTAMP = 1471802661 +SHA256 (cego-2.30.26.tar.gz) = c4d95202fbd1a4657902ca56e0e91489617e9bcfcaac3bb285b2e8233283c22a +SIZE (cego-2.30.26.tar.gz) = 1402394 |