From 0abe2a744b708fea8e34d24b9a5d4b5b13ef7b49 Mon Sep 17 00:00:00 2001 From: pi Date: Sun, 21 Aug 2016 19:03:45 +0000 Subject: 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 --- databases/cego/Makefile | 2 +- databases/cego/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'databases') 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 -- cgit